May 8, 2012 at 11:59 am
Hi,
Any way to find last table updated inforamtion. I think, we can use triggers or enable auditing. Please let me know any other option like sys tables or dynamic views which holds this inforamtion.
Thanks
May 8, 2012 at 1:15 pm
pawana.paul (5/8/2012)
Hi,Any way to find last table updated inforamtion. I think, we can use triggers or enable auditing. Please let me know any other option like sys tables or dynamic views which holds this inforamtion.
Thanks
If you have SQL Server 2008 R2 EE you can use change data capture, check these links:
http://www.bradmcgehee.com/2010/04/an-introduction-to-sql-server-2008-change-data-capture/
http://channel9.msdn.com/Blogs/ashishjaiman/CDC-Change-Data-Capture-SQL-Server-2008
May 8, 2012 at 1:45 pm
Thank you very much. That's what I am looking for.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply