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