Friday, September 30, 2011

For getting Last modified procedures

SELECT name, create_date, modify_date
FROM sys.objects
WHERE type = 'P' order by modify_date desc

No comments:

Post a Comment