I
I
ItWheel2017-11-19 00:57:53
SQL
ItWheel, 2017-11-19 00:57:53

How to organize one-way synchronization from MS SQL 2014 to PostgreSQL?

there is a 1C database in MS SQL 2014 (not express), which stores product data (characteristics, photos, available quantity, prices), there is a remote server on linux + PostgreSQL, how you can dynamically replicate data from MS SQL to PostgreSQL?
Clarification: photo files are stored separately in the FS, only links in the database.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2017-11-19
@firedragon

You create a linked server, then in the studio you create a task for synchronization.
https://www.mssqltips.com/sqlservertip/3662/sql-se...
There are other options. If you need, contact me on Skype vladimir-korotenko I will help
you set up import export.

A
Andrey Burov, 2017-11-19
@BuriK666

Look towards FDW
https://github.com/tds-fdw/tds_fdw

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question