摘要: sql server 查询某个表的所有触发器名称查出所有用到某个表的SQLselect * from sysobjects where xtype='TR' select * from sysobjects where xtype='TR' and parent_obj=object_id('表名'... 阅读全文
posted @ 2015-11-19 12:00 甜菜波波 阅读(6794) 评论(0) 推荐(0) 编辑