Difference between writing SQL query and stored procedure ?
Answer Posted / vial
stored proceure compiles only once and stores in database
managemant system so it is optimized for best performance
while sql query compiles every time and executes using dbms
driver so its performance decreses
| Is This Answer Correct ? | 77 Yes | 21 No |
Post New Answer View All Answers
What is factless fact table? : sql server analysis services, ssas
What are the five characteristics of good data?
Is it possible for a stored procedure to call itself or recursive stored procedure?
What is the use of @@spid?
What stored by the model? : sql server database administration
How to set database to be read_only in ms sql server?
What is normalization and its types?
Explain error and transaction handling in sql server?
Write query to return all rows sql?
Tell me what do we need queues in sql service broker?
How to convert a unicode strings to non-unicode strings?
What is SQL Azure Federations?
What is key attribute?
What are the requirements for sql server 2016?
What stored by the master? : sql server database administration