会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
challengesoflife
博客园
首页
新随笔
联系
订阅
管理
2021年12月15日
SQL SERVER 查询数据库中所有的触发器
摘要: SELECT object_name(a.parent_obj) as [表名] ,a.name as [触发器名称] ,(case when b.is_disabled=0 then '启用' else '禁用' end) as [状态] ,b.create_date as [创建日期] ,b.m
阅读全文
posted @ 2021-12-15 11:50 challengesoflife
阅读(1211)
评论(0)
推荐(0)
编辑
公告