Link to home
Start Free TrialLog in
Avatar of Yog
Yog

asked on

Restore database error

I am trying to restore like this

RESTORE DATABASE RiggersCommunity FROM DISK='D:\RigRent\Riggers\RiggersCommunity.bak'
WITH MOVE 'RiggersCommunity_Data' TO 'C:\MSSQL7\data\RiggersCommunity_Data.MDF',
MOVE 'RiggersCommunity_Log' TO 'C:\MSSQL7\data\RiggersCommunity_Log.LDF'

Getting the following error

Changed language setting to us_english.
Server: Msg 3624, Level 20, State 1, Line 1
 
Location:      upgraddb.cpp:214
Expression:      tableIndex < ARRAY_LEN (upgradeMap)
SPID:           7
Process ID:      632

Connection Broken

Please help...
Avatar of sefa
sefa

From where are running this command.
Avatar of Yog

ASKER

I am running this from Query analyser - being in th master database..lol

ASKER CERTIFIED SOLUTION
Avatar of sefa
sefa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Yog

ASKER

hi this was as i tried to restore a 2000 backup in a sql7.0 machine.., thanks so much ..and in the meantime i will be thankful to know if this can be done or not..
Hymm.
As I know a 2000 backup to 7.0 is not possiable even
restore between different versions are impossible.

Avatar of Yog

ASKER

sefa,

  will be thankful if i know a good best book for sqlserver administration..i can buy just one..thanks so much

yog