I need to create a trigger in SQL Server.
The trigger works:
If I find a new line where T = 'A'; then add this line to PostgreSQL table.
Can I create it without software?
(I know how to create a trigger, but how do I create a connection between the two servers?
a source
to share