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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL 2000 SP3 - compatibility problem

Status
Not open for further replies.

Sunny4Ever

IS-IT--Management
Nov 6, 2002
77
GB
We upgraded all our SQL 2000 servers to SP3 last week due to the Sapphire worm. Now we are getting an issue where when we create a backup of a database on a 2000 SP3 and try to restore it to a SQL 7 server it is failing with "wrong version" errors. Pre SP3 we had no trouble with this operation.

Any ideas would be great as this is pretty serious.

Thanks,
Sunny
 
I don't believe you ever restored a SQL Server 2000 backup to SQL Server 7. It has never been possible. Restoring SQL 7 backup to SQL 2000 is possible. You'll have to use DTS to move the database from 2000 to 7. Terry L. Broadbent - DBA
SQL Server Page:
If you want to get the best answer for your question read faq183-874.
 
Hi Terry

I was under the impression that within the properties of each DB you can set the compatiblity. If you set it to 7.0, my current understanding is that you can restore the DB (after perfroming a new backup), into the 7.0 installation?

If this isn't the case, what is the purpose of this option.

Thanks
 
SQL BOL explains the compatibility option.

"Sets certain database behaviors to be compatible with the specified earlier version of Microsoft SQL Server."

The reason you cannot restore a SQL Server 2000 database to SQL Server 7 is that 1) the physical file format changed 2) the system databases were changed. If you want to get the best answer for your question read faq183-874 and thread183-468158.


Terry L. Broadbent - DBA
SQL Server Page:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top