How to recover deleted rows from SQL server table?

Viewed 118848

I accidentaly ran a DELETE command against a table with a wrong WHERE clause.

I am using SQL Server 2005.

Is there a way that could help me recover the lost data?

4 Answers
Related