Wednesday, January 30, 2013

Difference between Trigger and Stored Procedure?



Trigger
Stored Procedure
In trigger no need to execute manually. Triggers will be fired automatically.
Where as in procedure we need to execute manually.
Triggers that run implicitly when an INSERT, UPDATE, or DELETE statement is issued against the associated table.


No comments:

Post a Comment

Thank you :
- kareem