摘要: select name as 存储过程名,create_date as 创建时间,modify_date as 修改时间 from sys.procedures order by modify_date desc 阅读全文
posted @ 2012-05-22 10:16 yinbo.crazy 阅读(194) 评论(0) 推荐(0) 编辑