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, 2380🔥, 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 Install PHP on Windows in MySQL? The best way to download and install PHP on Windows systems ...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...