是否可以将 SQL 7 DB 恢复到 SQL 2008?

发布于 2024-07-14 18:39:31 字数 88 浏览 4 评论 0原文

我现在正在尝试使用一个旧的 SQL 7 DB .bak 文件。 我尝试在 SQL 2008 中恢复备份,但它说无法使用该文件。 有谁知道我如何恢复这个数据库?

I have an old SQL 7 DB .bak file I am trying to work with now. I tried to restore the backup in SQL 2008, but it said that it was unable to work with the file. Does anyone know how I could restore this DB?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

痴梦一场 2024-07-21 18:39:31

您需要安装 SQL Server 7、2000 或 2005,然后首先将备份还原到其中之一。

  • SQL 2000/2005 - 还原备份、导出并还原到 2008。
  • SQL 7 - 还原备份并使用 SQL Server 2008 导入功能导入数据。

You will need to install SQL Server 7, 2000, or 2005 and restore the backup to one of those first.

  • SQL 2000/2005 - Restore the backup, export, and restore to 2008.
  • SQL 7 - Restore the backup and use the SQL Server 2008 import functionality to import the data.
梦亿 2024-07-21 18:39:31

您尝试恢复的数据库可能设置为版本 8 兼容性,而不是版本 7。这是我要检查的第一件事。

The database you are attempting to restore to is probably set with version 8 compatibility, not 7. That would be the first thing I would check.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文