Could not open new database 'DB Name'. CREATE DATABASE is aborted (SQL Server, Error: 948) -


*hi,

the case:

i trying move database 1 server another, source server has sql server 2008 r2, destination server has sql server 2008.

i copied .mdf file tried use query sp_attach_db , wizard attach error, follows:

attach database failed server 'server_name'. (microsoft.sqlserver.smo)

----------------------- additional information:
exception occurred while executing transact-sql statement or batch. (microsoft.sqlserver.connectioninfo)


the database 'db_name' cannot opened because version 661. server supports version 655 , earlier. downgrade path not supported. not open new database 'db_name'. create database aborted. (microsoft sql server, error: 948)

i dont think possible attach database higher version of sql server lower version.

eg 2008 2003 not ok,

going 2003 2008 ok.

you try doing import export data have not worked out how attach far.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -