Question

Someone deleted few rows off a very important table in SQL Server 2008 few weeks back, I wonder if I can check log or something, or if I can recover the rows.

Cheers

Was it helpful?

Solution

You can recover the records if you have backups of some kind. If you where logging every action then you should be able to check it out.

And finally, this link is questioning exactly about same issue. On comments to that questions you can find this other link on how to read transaction logs

OTHER TIPS

Complementing the previous answer, an easiest way for "next time" that this happens would be to enable CDC to track changes on your tables.

Here is a very good article

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top