Modifying Trigger Properties - Teradata Studio

Teradata Studio IDE Plug-in User Guide

Product
Teradata Studio
Release Number
15.12
Published
August 2016
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
pts1468860020550.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2043
lifecycle
previous
Product Category
Teradata Tools and Utilities
Triggers automatically perform SQL operations in response to INSERT, UPDATE, DELETE, or MERGE modifications of the tables on which they are defined.
  1. In the Navigator, right-click the database or user that contains the table for which you want to modify a trigger, and click Show Tables. A list of the tables the database or user contains appears in the Object List Viewer.
  2. In the Object List Viewer, right-click the table for which you want to modify a trigger, and click Show Triggers. Any triggers that have been defined for the table are listed in the Object List Viewer.
  3. In the Object List Viewer, right-click the trigger you want to modify, and click Modify Trigger. A Modify Trigger property form opens in the Details view.
  4. Modify properties by entering new information into the property fields.
  5. [Optional] Click the SQL tab to see the SQL code that will be executed on the connected system to modify the trigger.
  6. Click Commit. If an error is returned, modify your trigger properties to address the error. The trigger is modified in the connected database.
  7. Click OK. A property form shows the modified trigger properties.