Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Microsoft Visual Studio 2010 express 上运行了一个项目,它出现了这个错误:无法打开版本 661,服务器支持 655 及更早版本。我不知道解决此问题的步骤。有没有人有可能的解决方案?
在最终用户附加的数据库上,我已经多次遇到过这种情况。您可能正在尝试处理 2008 实例上的 2008R2 数据库。
微软各个团队混淆了数据库版本号的顺序也无济于事
661是SQL2008R2
655、662是SQL2008SP2 _
另请注意,错误消息有时可能会令人困惑,因为您希望 2008R2 的所有版本都具有比 2008 版本更高的数字。但有时它们不会!