Our Test DB is suddenly missing rows. We want them back.

Is there a way to sift through everything that has happened to the database today? Each SQL statement? I presume this kind of stuff is in the transaction log, but am not sure how to view it.

Is there a way to undo delete operations?

BTW: Yes, we do have a backup, but would prefer to find the cause of the deletion as well...

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

You can do this with some of Red Gate's tools, but it costs. Take a look at SQL Log Rescue.

Otherwise, I'd be tempted to do a restore.

link|improve this answer
Yeah, we did just do a restore (to local db) and tried to figure out from there, patching to test db. – Daren Thomas Oct 14 '08 at 18:01
Sql Log Rescue only works with Sql Server 2000 and older. – Justin C Apr 20 at 14:28
feedback

You need a third-party tool to do this. The tool has to be able to go into the transaction logs and view the log entries so you can see what happened. I haven't used any of these tools, but I'd try Red Gate's SQL Log Rescue for starters. Give it a try:

http://www.red-gate.com/products/SQL_Log_Rescue/index.htm

link|improve this answer
feedback

I'd give ChronicDB a try which has a free version rather than pay for Red Gate

http://chronicdb.com/blogs/undelete_from_whoops

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.