不失道心
用心眼看世界
博客园
首页
新闻
新随笔
联系
管理
订阅
随笔- 21 文章- 9 评论- 15
05 2009 档案
sqlserver2005系统表、视图研究2
摘要: 1、sys.all_objects(系统视图)数据库中所有的对象,包含了创建时间和最近修改时间。--查找存储过程--所有的存储过程select * from sys.all_objects where type='P' order by modify_date desc--2009年3月5号后新建的存储过程select * from sys.all_objects where type='P' a...
阅读全文
posted @
2009-05-15 23:21
勇仔 阅读(143) |
评论 (0)
编辑
公告