Syntax to disable trigger
| Below is the syntax to disable single trigger on the database
DISABLE TRIGGER triggerName ON TableName and below is the syntax to disable all the trigger on to the serverDISABLE Trigger ALL ON ALL SERVER |
|
| Below is the syntax to disable single trigger on the database
DISABLE TRIGGER triggerName ON TableName and below is the syntax to disable all the trigger on to the serverDISABLE Trigger ALL ON ALL SERVER |
|