MS SQL to PostgreSql
- by Dezigo
I need to create a trigger in MS SQL.
Trigger works:
If I found new line where T = 'A'; than.. add this line to PostgreSQL table.
Is it possible to create it,without software?
(I know how to create trigger,but how to create connection between two servers..?