restoring a single table from the backup

  • hi all,

    is there a way we can restore a single table from the backup?

    i heard lightspeed enterprise version supports object level recovery but not sure if it handles all the Foreign keys relationship properly..

    thanks in advance!!!!.

    thanks

    om.

  • Not using native tools, no.

    Basically if you want a table, you have to restore the DB elsewhere and then extract the table.

    Litespeed allows you to recover a table from a backup, and you have to put it into some DB. I don't think it does put the foreign keys on (or it might be an option) because you can use that to restore the table to a completely different DB.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • hey...thanks alot for the info.

    lightspeed always creates a new table when restoring tables, it never overwrites the existing table.

  • It would be very nice if MS introduced this concept sometime down the line. Litespeed does allow object restore but if you use TSM style backups like we do that does not work.

  • Full Disclosure: I work for Red Gate

    You can restore single tables from native SQL Server backups using SQL Compare Pro and SQL Data Compare Pro. With SQL Data Compare you can even restore individual rows from a backup into an existing table. The handling of foreign keys depends on precisely what you are looking to do, the simplest would probably be to grab a trial copy from http://www.red-gate.com and give it a go.

    Theo

  • k.omprakash26 (5/3/2009)


    hi all,

    is there a way we can restore a single table from the backup?

    i heard lightspeed enterprise version supports object level recovery but not sure if it handles all the Foreign keys relationship properly..

    thanks in advance!!!!.

    thanks

    om.

    You can think of granular backups like filegroup backups and restore them. Create your objects in the filwgoup you have created, back it up and restore filegroups when needed.

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

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