Hai
When i try to attach (using raw .mdf & .ldf) DB that was detached from another SQL Server 2005 instance. I got this error
The database 'Content' cannot be opened because it is version 611. This server supports version 603 and earlier. A downgrade path is not supported.
Could not open new database 'Content'. CREATE DATABASE is aborted. (Microsoft SQL Server, Error: 948)
How can i slove this Error?
Regards
It appears you are attempting to attach to some pre-RTM version of SQL.
You'll want to ensure that you are using the released version of SQL2005, and not a previous beta/ctp version.
No comments:
Post a Comment