how to restore just the table from full backup

  • one of my db table jus got corrupted.  is it possible to restore just the table from full backup?

  • Restore the db to a different dbName or different server, and dts it over.

    drop table in original db,

    dts data into original db from old db would be easiest.

     

  • That's the only way in 7 or 2000. SQL 6.5 had a table restore.

  • Thanks for your help.

  • You could use a third party tool which supports object level recovery.  Usefull if the table that needs to be restored is part of a very large database.  

     

  • Lumigent and a few other products can do this, assuming your database is full recovery and you have log backups or active log file from the time of the corruption.

  • I have used LiteSpeed from Imceda in the past and it works great

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply