SELECt t.name as tablename,tri.name as triname FROM sysobjects tri ,( select * from sysobjects where xtype='U' ) t where tri.xtype='TR' and tri.parent_obj=t.id order by t.tablename
查询 MSSQL 2000里面的全部的表的触发器
最新推荐文章于 2021-01-27 01:42:59 发布
SELECt t.name as tablename,tri.name as triname FROM sysobjects tri ,( select * from sysobjects where xtype='U' ) t where tri.xtype='TR' and tri.parent_obj=t.id order by t.tablename