April 4, 2007 at 11:16 am
How can we restore a single table from the backup in SQL Server 2000?
April 4, 2007 at 12:04 pm
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 ...
April 4, 2007 at 12:04 pm
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.
April 5, 2007 at 5:43 am
There are some third party tools that allow for table level restore, such as SQL Litespeed from Quest.
April 5, 2007 at 7:27 am
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