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: 273
        
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