Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question