Need a way to search through SQL Server transaction log files to find out when a particular table in a specific database; i.e. table 'abc,' was updated. Has someone written anything that might be able to accomplish this; i.e. a store procedure?
Reason for this is that we had a sql hack which updated one of the tables with some problematic values and we need to find out when the update occurred.
Thanks in advance.
Reason for this is that we had a sql hack which updated one of the tables with some problematic values and we need to find out when the update occurred.
Thanks in advance.