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