Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error Restoring Database

Status
Not open for further replies.

jfokas

Programmer
Apr 28, 2002
42
0
0
I am trying to restore from a backup of SQL 7(SP4) database onto an instance SQL Server 2000 (SP3) and get the following error message:

MICROSOFT SQL-DMO (ODBC SQL State: 42000)

This version cannot redo any index creation or non-logged operation done by SQL Server 7.0 Further roll forward is not possible.

Location: Bckutil.cpp: 3222
Expression:m_Command == BcmdRestoreLog
SPID: 53
Process ID:1420


I had previously restored from the same backup file into same SQL version (2000 SP3) on a different without a problem.

Does anyone know what the problem is and what I can do about it? Your help is greatly appreciated!

John
 
Are you 100% sure this is the same backup?

Other than that, clear/shrink SQL7 transaction log and repeat backup... or use detach/attach.
 
This is a cross-post and is also in the MS SQL Server: Setup and Administration forum (THREAD962-984414), which is the more appropriate forum (IMO).

Please direct responses there, so that all responses are in one thread.

Thanks

-SQLBill

Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top