会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
海纳百川,有容乃大,壁立千仞,无欲则刚
小虎的.NET世界
博客园
首页
新随笔
联系
订阅
管理
2010年1月13日
关于存储过程的几个sql
摘要: 获取系统最近更新存储过程名select name,object_id,create_date,modify_datefrom sys.objects where type = 'P ' order by modify_date desc 获取系统所有存储过程内容select b.name ,a.text from syscomments a,sysobjects b where object_id...
阅读全文
posted @ 2010-01-13 12:50 xiaohu
阅读(226)
评论(0)
推荐(0)
编辑