ALTER TRIGGER SQL Statement | Teradata Vantage - ALTER TRIGGER - Analytics Database - Teradata Vantage

SQL Data Definition Language Syntax and Examples

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-03-30
dita:mapPath
jco1628111346878.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
mdr1472255012272
lifecycle
latest
Product Category
Teradata Vantage™

Enables or disables a trigger or changes its creation timestamp.

Some utilities, such as FastLoad and MultiLoad, cannot operate on tables with enabled triggers. Disabling the triggers enables bulk loading of data into the tables. Although the Teradata Parallel Data Pump utility operates on tables with enabled triggers, performance issues can occur.

Some triggers coordinate actions on a set of tables. If these triggers are disabled for some period of time, the application must ensure that the relationship among the set of tables and the trigger is not lost.

ANSI Compliance

This statement is a Teradata extension to the ANSI SQL:2011 standard.

Other SQL dialects support similar non-ANSI standard statements with names such as the following:
  • DISABLE TRIGGER
  • ENABLE TRIGGER

Required Privileges

To execute ALTER TRIGGER, you must have the DROP TRIGGER privilege on the table on which the trigger is defined, or on the database containing it.

There are no privileges granted automatically.