Viewing post 1 (of 1 total)
To get the Tables Altered, you can use
SELECT name, create_date, modify_date
FROM sys.objects
WHERE modify_date >= GETDATE()-n
September 19, 2013 at 10:05 am
#1651584