查找触发器

use [mydb]
go
Select name as 触发器名称,object_name(parent_obj) as 所在表名
from sysobjects where xtype= 'TR ' order by Crdate desc

posted on 2010-11-09 17:19  左直拳  阅读(103)  评论(0编辑  收藏  举报

导航