附加sql 2000的数据库

发布于 2024-08-29 21:03:15 字数 121 浏览 4 评论 0原文

我在 Windows 2000 上有一些 sql 2000 的数据库。我可以将这些数据库附加到另一台安装了 Windows 2003 的机器上的 SQL Server 2000 的另一个实例吗?数据库的附加和分离是否与平台无关?

I have few databses of sql 2000 on windows 2000. Can I attach these databases to another instance of SQL Server 2000 on anothermachine having windows 2003 installed?? Does attach and detach of databases are platform independent??

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

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

发布评论

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

评论(2

半葬歌 2024-09-05 21:03:15

您应该能够在不同的 Windows 操作系统上附加和分离相同 SQL Server 版本的数据库。

You should be able to attach and detach databases of the same SQL Server version across different Windows OSes.

心如狂蝶 2024-09-05 21:03:15

我相信您可以从同一 SQL 版本分离并重新附加;但是,这可能会导致问题,因此最好从原始服务器备份数据库,在新服务器上创建同名的新数据库,然后将其还原到其中。

Windows 版本应该没有什么区别。

I believe you can detach and re-attach from the same SQL version; however this can cause issues so it would be best if you backed up the database from the original server, create a new database on the new server of the same name and then restore it into it.

Windows version shouldn't make a difference.

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