sql查询存储过程的修改记录和时间

SELECT [name] ,
create_date ,
modify_date
FROM sys.all_objects
WHERE type_desc = N'SQL_STORED_PROCEDURE'
ORDER BY modify_date DESC

posted @ 2018-10-12 15:31  蹦蹦郭  阅读(3851)  评论(0编辑  收藏  举报