Restoring a single table

  • How can we restore a single table from the backup in SQL Server 2000?

  • I don't think it is possible, other than restoring the whole db somewhere, and then copying the table over to wherever place you need it ...

  • Unless the table is in its own filegroup, you can't.  You must restore the entire DB to another location and copy/move the data from the table you want to recover. 

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • There are some third party tools that allow for table level restore, such as SQL Litespeed from Quest.

  • Litespeed does it, since I've had smaller, GB sized dbs, I use sql_er's method. Restore on another server or a new db, copy data over.

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

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