Search
Home
Articles
Backup
Books
Certification
FAQ
Products
Replication
Scripts
Seminars
Training
TSQL

MSDN Fourms
Philippine SSUG
Fort Worth SSUG
Oklahoma City SSDG

Resume

MHS Enterprises
BlowFrog Software
FilAm Software
AcrylicAcetate.com
Bargain Humidors
Western Humidor

How can I restore a single table in SQL 7?

You can't directly - LOAD TABLE is no longer supported. You will have to restore the database dump to a different server/database and then extract out the table in question using DTS/BCP.

You CAN restore a single file with SQL 7 though so if you place a table in a file on it's own then you'll be able to restore it. For SAP systems with 1000's of tables the admin of having separate files would be a nightmare though!

Michael R. Hotek

All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.