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, 2277🔥, 0💬
Popular Posts:
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...