Difference between writing SQL query and stored procedure ?
Answer Posted / tmp
the main advantages is Execution Plan Retention and Reuse (SP are compiled and their execution plan is cached and used again to when the same SP is executed again)
http://blog.sqlauthority.com/2007/04/13/sql-server-stored-procedures-advantages-and-best-advantage/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain acid?
Do you think BCNF is better than 2NF & 3NF? Why?
Explain DBCC?
what is create database syntax? : Sql server database administration
What are the general features of sql server management studio? : sql server management studio
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
What is mapping schema?
What do you understand by physical_only option in dbcc checkdb?
What is the difference between sdf and mdf?
Explain the concept of recursive stored procedure.
What is the ‘fillfactor’?
What is the stuff and how does it differ from the replace function?
What is encryption key?
What is the standby server?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?