I am trying to restore a Full SQL 7.0 DB backup and subsequent transaction log backups. I am restoring this backup to SQL 2000 database.
The full backup restores fine, however on restoring the third TRN backup I can the following error:
=======================================
Micrsoft SQL-DMO (ODBC SQLState: 42000)
This version cannot redo any index creation or non-logged operation done by SQL Server 7.0. Further roll forward is not possible. RESTORE LOG has been halted. To use database in its current state, run RESTORE DATABASE TestRestore WITH RECOVERY. RESTORE LOG is terminating abnormally.
=======================================
Could anybody shed any light on this?
Regards
Mark
The full backup restores fine, however on restoring the third TRN backup I can the following error:
=======================================
Micrsoft SQL-DMO (ODBC SQLState: 42000)
This version cannot redo any index creation or non-logged operation done by SQL Server 7.0. Further roll forward is not possible. RESTORE LOG has been halted. To use database in its current state, run RESTORE DATABASE TestRestore WITH RECOVERY. RESTORE LOG is terminating abnormally.
=======================================
Could anybody shed any light on this?
Regards
Mark