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 a join and explain different types of joins? : Sql server database administration
How to create a local temporary stored procedure?
What is the largest component inside a field?
Describe the functionalities that views support.
Explain cross join or cartesian product in sql?
What is the use of keyword with encryption.
How to retrieve error messages using mssql_get_last_message()?
How to list all columns in a table using odbc_columns()?
Explain security with sql azure?
How to create percentile function?
What is a deadlock and what is a live lock?
What is a constant or literal in ms sql server?
List some major differences between triggers and stored procedures?
is there a column to which a default can't be bound? : Sql server database administration
What are “phantom rows”?