Can't attach the sample database in SQL Server 2012 [closed]

北城余情 提交于 2019-12-24 15:33:35

问题


I have downloaded the sample database for SQL Server 2012 Express but I am having the following error message whenever I try to attach it:

The database 'AdventureWorks2012' cannot be opened because it is version 706. This server supports version 655 and earlier. A downgrade path is not supported.


回答1:


Sounds like the server you are trying to attach the database to is not SQL Server 2012. This may be the version of Management Studio / Management Studio Express you're using, but I suspect SELECT @@VERSION; will tell you something different. It may just be a connection string mixup if you have multiple instances of SQL Server installed, otherwise you should download and install SQL Server 2012 Express from here.



来源:https://stackoverflow.com/questions/11569882/cant-attach-the-sample-database-in-sql-server-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!