您的位置:首页 > 数据库

得到一个数据库的触发器的sql

2006-09-22 18:27 246 查看
select type,xtype, * from sysobjects where xtype='tr'

select * from sysobjects where id in(
select parent_obj from sysobjects where xtype='tr')
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐