March 3, 2007 at 6:11 am
The transaction log (in full recovery mode, the default) records all of the changes to data. Products such as Lumigent log explorer will help you to read the log. There are other less expensive programs as well.
Russel Loski, MCSE Business Intelligence, Data Platform
March 3, 2007 at 2:03 pm
Not sure why you don't write a trigger to store the data in a staging table along with the date the trigger fired and the operation that took place... then, you don't need to buy any 3rd party software, etc...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 7, 2007 at 12:18 am
Thanks my friends. I want to write a program to some company. So I can't write to trigger on their sqlservers tables.Because close to use from me. I must understand to change of data. Can I use "AUDIT" function for this problem ??
Viewing 3 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply