停止触发器ALTER TABLE ERP_PURTC disable trigger ERPTrigger_base
有多少表有触发器select name 表格名称 from sysobjects where xtype='U' AND id in(select parent_obj from sysobjects where xtype='TR')