G
G
Governor2021-02-02 15:00:08
PostgreSQL
Governor, 2021-02-02 15:00:08

How to send data to PostgreSQL with MSSQL trigger?

It is necessary that when inserting a record into MSSQL, the data is sent to another Postgres database.
How to implement this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Slava Rozhnev, 2021-02-02
@rozhnev

I have never done this in practice, but in theory it is possible to forward a table from MSSQL to PostgreSQL using Foreign_data_wrappers and then use triggers in PostgreSQL.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question