Difference between Triggers and Stored Procedure
Answer Posted / gangi naidu.k
In case of sql queries,it is possible to compile one query
at a time,but incase of stored procedure we can compile
bunch of queries at a time and also it is need at first
time only,suppose we need modification on queries,after
modifications no need to compile again in case of stored
procedures,but in case of sql queries we have to compile
every time.Stored procedure contain queries in compiled
format so execution also fast and tome saving.One more
thing is in case of stored procedures serurity also more.
| Is This Answer Correct ? | 18 Yes | 15 No |
Post New Answer View All Answers
What is encryption key?
What command do we use to rename a database?
optimization techinques
What is SQL Azure Data sync?
What is dbcc?
How do I run a trace in sql server?
What is a transact-sql statement batch in ms sql server?
Describe the functionalities that views support.
explain different types of constraints? : Sql server database administration
What is the benefit of normalization?
which backup strategy you are following at ur company
What is a matrix in ssrs?
What is difference between standardization and normalization?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
what is a self join? : Sql server database administration