I am attempting to find out when a stored procedure was altered. The table sys.all_objects has the last time it was modified - but is there another table that keeps a history of the changes (just date - not actually changes)?
As MrDenny said - only 2005 will track this. If you have 2005 then something good to look at is DDL triggers. If you set them up correctly they can record changes to objects such as databases, tables, SP's etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.