Difference between Triggers and Stored Procedure
Answer Posted / amar
triggers is a block of code where is fired to do something action for insertion or delation of varioue t- sql statement........ where triggers are automatically fired.........
stored procedure is a predefined data types which is stored in a database............ stored procedure has to fire...........
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the recovery models in sql server 2000?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
Explain optimistic and pessimistic concurrency?
between cast and convert which function would you prefer and why?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
What are the results of running this script?
What is resource governor?
How to create a local temporary stored procedure?
Can group functions be mixed with non-group selection fields in ms sql server?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
How to implement service broker?
How can you list all the columns in a database?
Is it possible to update the views? If yes, how, if not, why?
Can a table be created inside a trigger?
What are the built in functions in sql server?