Restoring a single table

  • Is it possible in SQL 2K to restore a single table or must you restore the whole DB. If it is possible how is it done. Thanks

  • You could: -

    1. Restore your DB with a new database name.

    2. Delete all the other objects in the new database except the table you want to restore.

    3. Use a DTS package containing a 'Copy SQL Server objects' task to copy the table into your original database.

    Regards,

    Andy Jones

    .

Viewing 2 posts - 1 through 1 (of 1 total)

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