﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Backups / SQL Server 7,2000  / restoring dropped table / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 16:24:06 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: restoring dropped table</title><link>http://www.sqlservercentral.com/Forums/Topic412556-24-1.aspx</link><description>Andras,                I have downloaded the tool .            It works fine.                     It is a very nice tool and very userfriendly.            I could retrive certain tables but not all the tables.            Anyhow thanks a lot for you ..</description><pubDate>Tue, 23 Oct 2007 07:00:04 GMT</pubDate><dc:creator>selvisirumalar.mariasusai</dc:creator></item><item><title>RE: restoring dropped table</title><link>http://www.sqlservercentral.com/Forums/Topic412556-24-1.aspx</link><description>Dear Andras,               I have downloaded the tool. It works fine.                           Really such a nice tool and very user friendly also.               So so thanks.               I was able to recover certain tables but not all the tables .                  Anyhow thanks a lot. </description><pubDate>Tue, 23 Oct 2007 06:58:17 GMT</pubDate><dc:creator>selvisirumalar.mariasusai</dc:creator></item><item><title>RE: restoring dropped table</title><link>http://www.sqlservercentral.com/Forums/Topic412556-24-1.aspx</link><description>Have a look at Red Gate's SQL Log Rescue. It will restore your table based on the transaction log and earlier backups. It is a free tool and it works with 2000 only.Disclaimer: I work for Red Gate, and I wrote the engine of the tool in question.Regards,    Andras</description><pubDate>Fri, 19 Oct 2007 03:43:10 GMT</pubDate><dc:creator>Andras Belokosztolszki</dc:creator></item><item><title>RE: restoring dropped table</title><link>http://www.sqlservercentral.com/Forums/Topic412556-24-1.aspx</link><description>Hi ,      Thanks for your reply .      But I couldn't articulate the following line of yours.    "  Restore your db to a copy - make sure you don't overwrite your mdf and ldf - from a backup that has the table you're after. "      I dont have any latest back up of my db..       Is it possible to do something with the transaction log ..  regardsM.Malar.      </description><pubDate>Fri, 19 Oct 2007 02:35:08 GMT</pubDate><dc:creator>selvisirumalar.mariasusai</dc:creator></item><item><title>RE: restoring dropped table</title><link>http://www.sqlservercentral.com/Forums/Topic412556-24-1.aspx</link><description>The easiest way of restoring a database is by means of using database publishing wizard. The feature of using this wizard, is it will carry both schema &amp; data of all the objects of a particular database. Provided, if you have the very latest script file of this, you can do so.</description><pubDate>Thu, 18 Oct 2007 23:54:08 GMT</pubDate><dc:creator>VSVaidya</dc:creator></item><item><title>RE: restoring dropped table</title><link>http://www.sqlservercentral.com/Forums/Topic412556-24-1.aspx</link><description>You can do flashback in Oracle, not sql.Restore your db to a copy - make sure you don't overwrite your mdf and ldf - from a backup that has the table you're after.Then create the table structure on your db (CREATE TABLE...)Then run INSERT INTO your_db.dbo.tblname SELECT * FROM copy_db.dbo.tblnameCheck and drop the copy_db.You restore from a backup only the whole db, not separate object within.Good luck</description><pubDate>Thu, 18 Oct 2007 23:19:16 GMT</pubDate><dc:creator>michaela</dc:creator></item><item><title>restoring dropped table</title><link>http://www.sqlservercentral.com/Forums/Topic412556-24-1.aspx</link><description>Hi ,         Accidentally a script deleted certain tables in my sql server database.         Is there any means by which I can restore the table data.         I used the command    "FLASHBACK TABLE tcm_counter TO BEFORE DROP"        but it is not working out.         Please help me in restoring the table.         </description><pubDate>Thu, 18 Oct 2007 22:54:52 GMT</pubDate><dc:creator>selvisirumalar.mariasusai</dc:creator></item></channel></rss>