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.
当我尝试附加到数据库时遇到问题。
正如错误所暗示的,您的数据库的格式比您的 SQL Management Studio 支持的格式新。好像您正在尝试将 SQL 2008 R2 数据库还原到 SQL 2008 Non-R2。如下页所示,您需要安装并恢复到 R2:
http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/f8f8db38-3c20-45e4-ae8b-4cc097eb7f0d
它正在发生不兼容错误。您可能应该安装 SQL Server R2 或更高版本。