本文介绍了如何附加在visual studio MS-SQL服务器中降级的数据库版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Visual Studio 2010,MS-SQL Server 2008 R2,

我的项目是在asp web表单中使用C#。

我有两个数据库即test .mdf和database.mdf。

我已经附加了test.mdf并且成功运行良好。

但是现在当我附加database.mdf时,它显示以下内容错误。

拜托,我帮帮我。我只知道asp.net中的业余(基础)级别。



请点击此链接查看弹出的错误。

[]

I am using Visual Studio 2010, MS-SQL Server 2008 R2,
My project is using C# in asp web form.
I have two databases namely "test.mdf" and "database.mdf".
I already attached test.mdf and successfully working good.
But now when I attach database.mdf, it shows the following error.
Please, I help me out. I know only amateur(basic) level in asp.net.

Please click this link to see the error which it pops up.
http://goo.gl/egYsz3[^]

推荐答案

Quote:

A由较新版本的SQL Server创建的数据库无法附加或还原到早期版本。此限制仅仅是因为旧版本无法了解较新版本中引入的文件格式更改。

A database created by a more recent version of SQL Server cannot be attached or restored to an earlier version. This restriction is simply because an older version cannot know about file format changes that were introduced in the newer release.




这篇关于如何附加在visual studio MS-SQL服务器中降级的数据库版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 11:09