查找所有触发器

  Select     
    *,object_name(parent_obj) as TABLE_NAME
  from sysobjects
  where type= 'tr' and .xtype ='tr'

  

posted on 2012-05-21 18:24  ※WYF※  阅读(246)  评论(0)    收藏  举报