数据库附加问题 - SQL异常版本661与612 [英] Database attach problem-SQL exception version 661 vs 612

查看:629
本文介绍了数据库附加问题 - SQL异常版本661与612的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在附加数据库时注意到以下异常;





执行Transact-SQL语句或批处理时发生异常。 br />
数据库''tnrest''无法打开,因为它是版本661.此服务器支持版本612及更早版本。不支持降级路径。

无法打开新的数据库''tnrest''。 CREATE DATABASE被中止。 (Mocrosoft SQL服务器,错误:948)





任何人都可以帮助我。

I am noticing the following exception while attaching database;


Exception occurred while executing a Transact-SQL statement or batch.
The database ''tnrest'' cannot be opened because it is version 661. This server supports version 612 and earlier. A downgrade path is not supported.
Could not open new databse ''tnrest''. CREATE DATABASE is aborted. (Mocrosoft SQL server, error :948)


Can anyone help me out.

推荐答案

使用早期版本无法打开使用(或更新)SQL版本创建的数据库。 V661表示它是SQL2008R2数据库,因此您必须使用该版本或更高版本才能打开它。 V612是SQL2005,无法打开2008系列中的任何数据库。
Databases created with (or updated to) a version of SQL cannot be opened with earlier versions. V661 indicates that it is an SQL2008R2 database, so you have to use that version or later to open it. V612 is SQL2005, and it cannot open any databases from the 2008 series.


这篇关于数据库附加问题 - SQL异常版本661与612的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆