December 3, 2009 at 11:16 am
Working on too many things at once, and I may have screwed up.
I backed up our SQL 2000 SP2 database to a file.
Copied that file over to our 2K8 server and restored it. (Compat Mode 80)
I made some changes to the data, added a few clustered indexes etc.
Backed up the database from the 2008 server to a file.
Zipped the file
Moved the file to another server and unzipped it.
Attempting to restore the database on a 2000 SP3 server is giving errors such as:
Too many backup devices specified for backup or restore; only 64 are allowed
My question is, should this work? I really don't deal with backups and such much, so I don't know if having backed it up from 2K8 causes a problem when restoring it to 2K.
December 3, 2009 at 11:20 am
One thing is for sure, Backup of SQL 2008 Database will not restore in SQL 2000.
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
December 3, 2009 at 11:22 am
Yeah, I think I should have googled first, asked the question afterwards. The database is restoring fine on another 2008 server, and a quick google informs me that the backup data structure changed between versions.
December 3, 2009 at 12:59 pm
Yeah, it would probably be easier to create an empty database on the 2000 box and setup something like a DTS/SSIS package to have the data from the 2008 machine pushed into the 2000 box.
Joie Andrew
"Since 1982"
December 3, 2009 at 2:01 pm
I can't get the term 'That guy' out of my head right now. I think you'd probably find a warning against this in chapter one of 'Beginning Database Administration for Dummies'. I really need to expand my knowledge of all the things I lump into the pool of 'dba stuff' and ignore. Ugh. :blush:
December 4, 2009 at 12:33 am
Garadin (12/3/2009)
a quick google informs me that the backup data structure changed between versions.
Not just the backup file structure. The actual database file structure. It is not possible to restore or attach a DB to a lower version.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply