November 11, 2010 at 8:43 am
Thanks
I realise it won't give me the User - but will it give me the time?
November 11, 2010 at 9:10 am
nealhudson77 (11/11/2010)
I realise it won't give me the User - but will it give me the time?
If you restore the logs, all that you will see in any auditing/tracing tool is the RESTORE LOG commands, nothing else. The restore log doesn't open a connection and run all the commands, it just makes the changes directly to the tables. It also doesn't put all the restored commands into the DB's transaction log.
If all you have is the log backups, then the best you can get is what a log reader tool (like the Apex one) gives you, and it may be necessary to buy a licence for that.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 11, 2010 at 9:17 am
Thanks for all the information - it's been very helpful
The main .trn file is 3.5Gb, the Apex tool throws an out of memory exception on my laptop when I try to load it.
I'll try it on my desktop
November 11, 2010 at 9:19 am
same on the desktop, which is quite beefy...
November 11, 2010 at 9:28 am
I saw a script from Kim Tripp recently that would restore to a point in time, and then check for changes, restore to a newer point, repeat.
The script is in here: http://www.sqlskills.com/resources/conferences/20091109_Tripp_DBMaint_DemoScripts.zip
Also read this: http://www.sqlskills.com/BLOGS/PAUL/post/Finding-out-who-dropped-a-table-using-the-transaction-log.aspx
Viewing 5 posts - 31 through 34 (of 34 total)
You must be logged in to reply to this topic. Login to reply