Home Forums SQL Server 2005 Backups Read MS SQL 2000 backup file without restoring the database RE: Read MS SQL 2000 backup file without restoring the database

  • Kedar,

    Although there isn't a native SQL Server object restore, you can restore a database backup to a new database using the 'WITH MOVE' option of the RESTORE DATABASE command.  Then, you can copy the table back into the original database.

    Greg

    Greg