Difference between writing SQL query and stored procedure ?
Answer Posted / ashwini
SQL query will be compiled everytime it is executed.
Stored procedures are compiled only once when they are
executed for the first time.
| Is This Answer Correct ? | 209 Yes | 18 No |
Post New Answer View All Answers
What is an index in a database?
What is join query?
Which joins are sql server default?
What are the recovery models in sql server 2000?
Distinguish between commit and rollback?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
What is proper subset of candidate key?
Explain what is sql server english query?
Can you force a query to use a specific index?
What are the various editions of sql server 2017 that are available in the market?
What are the advantages of partitioning?
How to update multiple rows with one update statement in ms sql server?
What stored by the msdb?
What is optimistic concurrency?
how will add additional conditions in sql?