0

Can we retrieve back deleted rows of table(s) from a database in SQL Server 2008 ?

If yes please let me know how can we do this?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
ʞɹᴉʞ ǝʌɐp
  • 5,350
  • 8
  • 39
  • 65
  • 1
    see this: [How do I get back some deleted records?](http://dba.stackexchange.com/a/998) – John Woo Oct 20 '12 at 06:13
  • 1
    You can get your answer [here](http://dba.stackexchange.com/questions/995/how-do-i-get-back-some-deleted-records) – andy Oct 20 '12 at 06:13

1 Answers1

2

The example below is for 2005, maybe it need tweaks for 2008.

An easier way may be to restore it which is going to be based on your backups

How to recover deleted rows from SQL server table?

Recover Deleted Rows From Sql Server Database

Community
  • 1
  • 1
Ankit Chauhan
  • 384
  • 2
  • 18