alexmadalo
Nov 25, 2008, 04:31 AM
Hi
I wanted to find out if it is possible to recover records that have been accidentally deleted from sql server 2000.Please help.
chuckhole
Mar 18, 2009, 11:33 AM
I just ran across this one.
In short, yes and no. Do you have a SQL Backup? If yes then the answer is yes.
Restore to a temporary database and export your deleted data into your production data.
Sridhar Guna
Oct 23, 2009, 03:56 AM
Hi all
Actually I have deleted some rows in my table in SQL SERVER 2008 database.
How to I retrieve those rows using querys.
I red somewhere else,using Flashback concept we can retrieve our deleted rows.
If anybodies know please post your answer
Sridhar.G