在 SQL Server 2000(发布方)和 SQL Server 2008(订阅方)之间创建复制

发布于 2024-11-29 02:55:38 字数 346 浏览 1 评论 0原文

我有一个旧的数据库服务器作为SQL Server 2000,其数据必须定期更新到SQL Server 2008服务器(可能每天一次)。所以我打算使用复制。首先,我在 SQL Server 2000 和 SQL Server 2000 中创建了分发数据库。添加新数据库作为发布者。

但是当我在 SQL Server 2008 中创建订阅者时连接到 SQL Server 2000 后,发布者不会出现在列表中。我使用的是 SQL Server 2008 Express 版本,或者是否有人可以指出在 SQL Server 2000 和 2008 之间设置复制的分步指南,这可能是什么原因?我已经使用 SQL Server 2000 中的向导来创建分发和分发。出版商。

I have old database server as SQL Server 2000 whose data has to be periodically updated to the SQL Server 2008 server (may be one time per day). So I have planned to use the replication. First I have created distribution database in SQL Server 2000 & added the new database as publisher.

But when I created the subscriber in SQL Server 2008 & connects to SQL Server 2000 then the publisher doesn't appear in the list. What could be the reason, I am using SQL Server 2008 express edition or if any one could point out to the step by step guide for setting up replication between SQL Server 2000 and 2008? I have used the wizard in SQL Server 2000 for creating distribution & publisher.

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

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

发布评论

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

评论(1

甜心 2024-12-06 02:55:38

支持混合版本,但是:

  • 分发服务器版本必须始终等于或更新于发布服务器
  • 事务复制的订阅服务器可以在发布服务器新/旧的 2 个版本之内
  • 用于合并复制的订阅服务器必须等于或早于发布服务器

Mixed versions are supported, but:

  • Distributor version must always be equal or newer than Publisher
  • Subscribers for transactional replication can be within 2 versions newer/older of Publisher
  • Subscribers for merge replication must be equal or older than Publisher
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文