DBA > Job Interview Questions > Microsoft SQL Server Database Administrator Exam
What does Trigger refers to in MS SQL Server?
More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/
(Continued from previous question...)
Trigger MS SQL Server refers to a Stored Procedure that is invoked automatically when a predefined event occurs. A predefined event could be an execution of INSERT, UPDATE, or DELETE statement at the row level, or at the statement level.
(Continued on next question...)
Other Job Interview Questions