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, 2297🔥, 0💬
Popular Posts:
How To List All Stored Procedures in the Current Database in SQL Server Transact-SQL? If you want to...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...