gpt4 book ai didi

sql - 尝试从 .bak 文件旧版本恢复到新版本

转载 作者:行者123 更新时间:2023-12-01 06:20:35 25 4
gpt4 key购买 nike

The database was backed up on a server running version 8.00.2039. That version is incompatible with this server, which is running version 11.00.2100. Either restore the database on a server that supports the backup, or use a backup that is compatible with this server. (Microsoft.SqlServer.SmoExtended)

我正在尝试恢复并收到此消息.. 是否可以在无需安装 SQL Server 2005 的情况下恢复此备份?

最佳答案

SQL Server 2012 (v11.0) 不支持从 SQL Server 2000 (v8.0) 直接升级。

您必须使用“中间”步骤将您的 SQL Server 2000 数据库恢复到 SQL Server 2005 或 2008 实例,然后从那里进行备份,以获取您的 .bak 文件到最新的数据库服务器中。

对此没有任何技巧或解决方法 - 就是这样,您必须处理它。

有很多关于这个主题的博客文章,例如

关于sql - 尝试从 .bak 文件旧版本恢复到新版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15729468/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com