查看SQLSERVER数据库中存储过程修改的时间
适用于SQL2005和SQL2008:
select specific_name,last_altered from information_schema.routines order by last_altered desc
适用于SQL2005和SQL2008:
select specific_name,last_altered from information_schema.routines order by last_altered desc