会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
法宝
博客园
首页
新随笔
联系
订阅
管理
01 2022 档案
SQL Sever 查询所有触发器和存储过程
摘要:如下 select name from sysobjects where xtype='TR'; 所有触发器 select name from sysobjects where xtype='P'; 所有存储过程 select name from sysobjects where xtype='V'
阅读全文
posted @
2022-01-20 07:39
法宝
阅读(273)
评论(0)
推荐(0)
公告