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 are the differences between sql server and mysql.
What part does database design plays a role in performance of an sql server-based application?
How can we solve concurrency problems?
how you can deploy an ssrs report?
What are the options which must be set to allow the usage of optimistic models?
optimization techinques
How to use values from other tables in update statements in ms sql server?
What are the different authentication modes in sql server? How can it be changed?
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.
Does the unique constraint create an index?
What is a domain constraint give an example?
Which rendering formats are affected by the pagesize properties?
What are the types of dml?
What are the five major components of a dbms?
What is a print index?