I have used SQL Server 2005. But I have not used triggers, please somebody help me to let me know what is trigger?
Types of trigger, how to use that in SQL Server 2005?
What are advantages and disadvantages to use triggers?
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A trigger is a procedure that automatically executes when something happens in a database.
from wikipedia:
There is a lot of information about them online:
MSDN – CREATE TRIGGER
An Introduction to Triggers
Exploring SQL Server Triggers