Collections:
What Are Triggers in SQL Server
What Are Triggers in SQL Server?
✍: FYIcenter.com
A trigger is a special kind of stored procedure that automatically executes when an event occurs in the database server. A trigger is really an event handler. SQL Server allows users to create triggers (event handlers) for 3 types of events:
There are 3 different types of triggers (event handlers) based on the types of events they are triggered by:
⇒ Basic Features of a Trigger in SQL Server
⇐ Creating and Managing Triggers in SQL Server
2016-10-25, 1984🔥, 0💬
Popular Posts:
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...
How To Convert Binary Strings into Integers in SQL Server Transact-SQL? Binary strings and integers ...
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...
How REAL and FLOAT Literal Values Are Rounded in SQL Server Transact-SQL? By definition, FLOAT(n) sh...
How To Get the Definition of a Stored Procedure Back in SQL Server Transact-SQL? If you want get the...