When the SQL database is restored, the structure of the media cluster is incorrect, and SQL Server cannot process one of the solutions for this media cluster ., Sqlserver

Source: Internet
Author: User
Tags sql server management studio

When the SQL database is restored, the structure of the media cluster is incorrect, and SQL Server cannot process one of the solutions for this media cluster ., Sqlserver

Problem:

SQL Server cannot process the media cluster because the structure of the media cluster is incorrect.

Exception.



Cause:

I installed sql2005 and sql2008 on my computer. The problem is that I used sql2008's SQL Server Management Studio tool to open the sql2005 instance. You can use the SELECT @ VERSION statement to view the current instance VERSION. For example.



Therefore, the final solution is to ensure that the version number of the database to be restored is equal to or greater than the version number of the database to be restored.



The media Cluster Structure on device 'd: \ mode \ TC \ gjjmx1220100723 'is incorrect. SQL Server cannot process this media Cluster

Sql2000 backup can only be restored on sql2000
You can use the following methods to upgrade

Detach the database from SQL Server 2000, copy the database file to a machine with SQL Server 2005 installed, and then attach the database to Management Studio. When attaching the database, isolated users will appear, you can use the following statement to associate an isolated user with a database user:
Sp_change_users_login 'Update _ one', 'test', 'test'

Incorrect media Cluster Structure on device 'I: \ data backup \ hiktbbak' SQL Server cannot process this media cluster RESTORE HEADERONL

SQL 2008R2 SQL2008 the difference between two editions or the standard edition and the Enterprise Edition is not clear. I also encountered the same problem: upgrading SQL2008

Or your backup data is damaged. We recommend that you back up the data on another computer and try again.

If you use restore restoration, the following errors are reproduced:
The structure of the media cluster on the device 'xxx. Bak' is incorrect. SQLServer cannot process this media cluster.

If an additional feature is used, the following errors are reproduced:

An exception occurred when executing a Transact-SQL statement or batch processing. (Microsoft. SqlServer. ConnectionInfo)
------------------------------
The DATABase version of 'database' is 706 and cannot be opened. This server supports both version 655 and earlier. The downgrade path is not supported.
The new DATABase 'database' cannot be opened '. The create database is aborted. (Microsoft SQL Server, error: 948)

In this case, a backup of a later version is stored in a database of a lower version for restoration. currently, we have not seen any direct restoration methods. They all use the data import/export function.
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.