Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql disable trigger

//use the following commands 
//disable
ALTER TABLE table_name DISABLE TRIGGER tr_name
//enable
ALTER TABLE table_name ENABLE TRIGGER tr_name
 
PREVIOUS NEXT
Tagged: #sql #disable #trigger
ADD COMMENT
Topic
Name
2+5 =