SET TRANSACTION TRIGGERS
SET TRANSACTION TRIGGERS {ENABLED | DISABLED}
Access requirements
SYS_ADMIN_ROLE role
Usage
Use the SET TRANSACTION TRIGGERS statement to specify whether triggers should be enabled or disabled for the current transaction.
You can also control whether triggers should be enabled or disabled for the current user, see
SET TRIGGERS.
Example
SET TRANSACTION TRIGGERS ENABLED
Go up to