I am trying to find out when the last insert/update was done to a specific table in our sql 2005 db. The data does not have a timestamp, so I can not tell that way. Are there any dmv out there that would assist me in this?
Thanks,
hp
Duplicate: How to find recent sql update operations acting upon a certain table (SQL Server 2005)
I found a link that could help you out:
Last Update Time from blog.sqlauthority.com
A part of that post contains this code: where ‘AdventureWorks’ is the Catalog name and ‘test’ is the table name