May 14, 2007 at 8:25 am
is this possible guys
May 14, 2007 at 8:48 am
It's possible from a good backup, or within a transaction with Rollback 🙂
James.
May 14, 2007 at 8:54 am
As is the usual answer in the SQL Server world, it depends. You can use one of several log recovery tools (I know of ones from Red-Gate, Lumigent, and Apex), but their success rate can be dependent on recovery model selected and recent backups, in some cases. I'd look at those and see if they meet your needs.
If you're looking for a simple "UNDROP" type command, I'm afraid you're out of luck.
May 15, 2007 at 10:56 am
This is typically restore the database as a different name.
recreate your table in DB you dropped it from.
insert the records from the backup database to the recreated table.
You may have to turn identity insert on to maintain your relationships.
May 15, 2007 at 12:33 pm
kewl
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply