前言:sql中 如何定义 删除 触发器-- 查看数据库已有触发器 use yourdatabase go select * from sysobjects where xtype=\'TR\' -- 查看单个触发器 exec sp_h...