sql 2008 查看表的触发器,表结构
1.查看表的触发器
select * from sysobjects where xtype='TR' and parent_obj=OBJECT_ID('monitorData')
2.查看表结构
sp_mshelpcolumns entp
select * from sysobjects where xtype='TR' and parent_obj=OBJECT_ID('monitorData')
sp_mshelpcolumns entp