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, 1764🔥, 0💬
Popular Posts:
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How to connect SQL Server Management Studio Express to SQL Server 2005 Express in SQL Server? Once y...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To Connect the Oracle Server as SYSDBA in Oracle? This is Step 4. The best way to connect to the...