启动关闭指定表触发器

 alter table dbo.tablename DISABLE  TRIGGER  all
 alter table dbo.tablename ENABLE  TRIGGER  all

原文地址:https://www.cnblogs.com/leischen/p/2280945.html