Collections:
Basic Features of a Trigger in SQL Server
What Are the Basic Features of a Trigger in SQL Server?
✍: FYIcenter.com
Since a SQL Server trigger is a really an event handler, it has the following basic features similar to event handlers in other programming languages:
For example, you can implement a trigger to send a security alert message to each user whenever his or her password is changed. This trigger should have the following features:
⇒ Creating a Simple Table to Test Triggers in SQL Server
⇐ What Are Triggers in SQL Server
2016-10-25, 2418🔥, 0💬
Popular Posts:
How To Create a Dynamic Cursor with the DYNAMIC Option in SQL Server Transact-SQL? If the underlying...
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...