Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Recovering Data through *.LDF files

Author  Topic 

ZarrinPour
Yak Posting Veteran

66 Posts

Posted - 2007-11-16 : 04:25:35
Hi all
I'm a newbie with SQl Server But somewhere i read that SQL server Data can be Recovered through *.LDF files
now i want to know if i open a table in Enterprise-Manager and delete some records through DELETE statement or
manually, is it possible to recover those deleted records or not? if so how?

Thanks in advance.
Regards.

suresha_b
Yak Posting Veteran

82 Posts

Posted - 2007-11-16 : 05:32:33
You cannot recall only THOSE deleted rows. You have to restore the WHOLE DATABASE.


Suresh B.
Go to Top of Page

ZarrinPour
Yak Posting Veteran

66 Posts

Posted - 2007-11-16 : 10:46:34
quote:
Originally posted by suresha_b
You have to restore the WHOLE DATABASE.



Hi Suresh B.
Thanks 4 ur reply.
if i don't have any BackUp , so is it possible to recover those deleted records? through LDF file?

Thanks
Go to Top of Page

Hommer
Aged Yak Warrior

808 Posts

Posted - 2007-11-16 : 11:11:10
No, that is why those .ldf backup files are there for.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-17 : 00:50:21
You need third party tools for that.
Go to Top of Page
   

- Advertisement -