Define SQL Server Triggers
Use the SQL Server Trigger Editor to define the stored procedures that exist for SQL server in a SQL Server 2008, 2012, 2014, or 2016 physical model.
To define SQL Server triggers
The SQL Server Trigger Editor opens.
Note: Click New on the toolbar to create a new server trigger. Use the Enter filter text box to filter a very large list of server triggers to quickly locate the one that you want to define.
Displays the server trigger name. You can change the trigger name in this field.
Specifies when the server trigger is executed. Make a selection from the drop-down list.
Specifies whether the trigger executes when a logon event occurs. Select the check box to enable this option.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies the server trigger events. If any of the selected events, or actions, occur in the server, the server trigger is executed. Select or clear the check boxes for the event groups and events that execute the server trigger.
Specifies the permission level in effect when the server trigger is executed.
Specifies the user whose permissions are in effect for the execution of the server trigger.
Note: This option is only available if you have selected the Execute As User option in the Type drop-down list.
Specifies whether the server trigger is enabled or disabled.
Specifies that the server trigger is encrypted in the database.
The server trigger is defined and the SQL Server Trigger Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|