Thanks a lot!. 'Information_schema.routines' is useful to find the modifications in stored procedures and functions. Is there any way to find the table modifications?
I cant find something to which holds the last altered for a table, but if the user amended it through Enterprise Manager it actually changes the created date.
i.e
Code:
select name, crdate from sysobjects where xtype = 'U'
"I'm living so far beyond my income that we may almost be said to be living apart
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.