MS SQL to PostgreSql

Posted by Dezigo on Stack Overflow See other posts from Stack Overflow or by Dezigo
Published on 2010-05-14T07:21:56Z Indexed on 2010/05/14 7:24 UTC
Read the original article Hit count: 211

Filed under:
|
|

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..?

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about ms