Define SQL Server View Triggers
Use the SQL Server View Trigger Editor to define the stored procedures that exist for a view in a SQL Server 2008, 2012, 2014, or 2016 physical model.
To define SQL Server view triggers
The SQL Server View Trigger Editor opens.
Note: Click New on the toolbar to create a new view trigger. Use the Enter filter text box to filter a very large list of view triggers to quickly locate the one that you want to define.
Displays the view trigger name. You can change the trigger name in this field.
Specifies the schema for the view trigger. Select a schema from the drop-down list or click the New icon to open the SQL Server Schema Editor and create one.
Specifies to execute the view trigger on INSERT.
Specifies to execute the view trigger on UPDATE.
Specifies to execute the view trigger on DELETE.
Specifies when the view trigger is executed.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies that the view trigger is encrypted in the database.
Specifies that the view trigger is not invoked as part of database replication.
Specifies whether the view trigger is enabled or disabled.
Specifies the permission level in effect when the view trigger is executed.
Specifies the user whose permissions are in effect for the execution of the view trigger.
Note: This option is only available if you have selected the Execute As User option in the Type drop-down list.
The view trigger is defined and the SQL Server View Trigger Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|