Differences between functions and stored procedures?
Answer Posted / santhoshkumar.k
store procedure takes less time to execute the statement
than functions, also we can create loops inside the store
procedure.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the limitations in ssrs on sql server express edition?
Explain throw statement in sql server 2008?
Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?
How do database indexes work?
What do you understand by triggers?
How to modify an existing stored procedure in ms sql server?
How to override dml statements with triggers?
Explain different forms of normalization?
How do I shrink an ldf file?
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is table-valued sub query?
What is the difference between rank and dense_rank?
How to restore performance issues and how to check?
What is log in sql server?
How to sort query output in descending order in ms sql server?