What is difference between Triggers and store procedure?

Answer Posted / vidit tyagi

triggers are events which fires automaticaly when any insert
,update or delete command execute
but in case of stored procedure we have to manualy
execute / fire to procedure

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why use “in” clause in sql server?

735


How many joins in sql server?

693


How do I start sql server agent automatically?

697


How to test values returned by a subquery with the in operator?

887


What are the new data types are introduced in sql 2000?

675


What are different types of join?

959


What do you mean by tablesample?

839


Explain about sql server login?

783


Explain nested trigger in sql?

766


What is the significance of null value and why should we avoid permitting null values?

738


Define views.

761


How to use old values to define new values in update statements in ms sql server?

880


What are the advantages of using stored procedures in sql server?

704


Explain unique key in sql server?

728


What is set nocount on and what is set nocount off?

674