postgresql 与 SQL Server

发布于 2024-10-14 21:49:59 字数 222 浏览 2 评论 0原文

我有两台数据库服务器,一台位于 SQL Server 2000 上,另一台位于不同服务器上的 PostgreSQL 上。我想把它们联系起来。我在 PostgreSQL 上创建了重复的表。现在我想,当 SQL Server 中出现新值时,将它们复制到 PostgreSQL。怎么做呢?如何在 PostgreSQL 上查看 SQL Server?或者我必须创建一个应用程序将消息从 SQL Server 发送到 PostgreSQL?

I have two databases servers one on SQL Server 2000, second on PostgreSQL on different server. I want to link them. I create duplicate table on the PostgreSQL. Now I want, when new value appeared in SQL Server duplicate them to PostgreSQL. How to do that? How can I see the SQL Server on PostgreSQL? Or must I create an application which will send message from SQL Server to PostgreSQL?

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

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

发布评论

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

评论(1

你怎么这么可爱啊 2024-10-21 21:49:59

以下是有关如何在 SQL Server 和 Postgres 之间设置主/从复制的说明(即 SQL Server=主更新到 Postgres):

http://blog.hagander.net/archives/103-Replicating-from-MS-SQL-Server-to-PostgreSQL.html

看起来像你的场景。

Here's a description on how to set up master/slave replication between SQL Server and Postgres (i.e. SQL Server=master updates to Postgres):

http://blog.hagander.net/archives/103-Replicating-from-MS-SQL-Server-to-PostgreSQL.html

Looks like your scenario.

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