标签:
解决方法:借助sys.procedures
select * from sys.procedures字段说明:
name 存储过程名称object_id 存储过程对象编号create_date 创建日期modify_date 修改日期
查询存储过程信息
原文地址:http://www.cnblogs.com/dj258/p/4661724.html