View Single Post

   
  #1 (permalink)  
Old 04-24-2008, 06:07 PM
nano2k
 
Posts: n/a
Default How to recover deleted records?

Hello

I accidentaly ran a DELETE command against a table with a wrong WHERE
clause.
My database had no backup, but the recovery model was Full.
I am using SQL Server 2005.

Is there a way, or any utility software that could help me recover the
lost data?
The .ldf file is twice as big than the .mdf file, so I think that my
records are still there in the .ldf file.

Thanks.
Reply With Quote