On Wed, Sep 18, 2013 at 12:11 AM, Igor Neyman <ineyman@xxxxxxxxxxxxxx> wrote: > From: pgsql-general-owner@xxxxxxxxxxxxxx [mailto:pgsql-general-owner@xxxxxxxxxxxxxx] On Behalf Of Agustin Larreinegabe > Sent: Tuesday, September 17, 2013 2:06 PM > To: PostgreSQL mailing lists > Subject: Connect postgres to SQLSERVER > > HI, > > Is there a way to connect to a sqlserver like dblink? > I just need to execute a Procedure in sqlserver when something happen > > -- > Gracias > ----------------- > Agustín Larreinegabe > > ------------------------------------------------------------------------------------------------- > > One option is to use "Linked Server" feature to connect from MS SQL Server to Postgres through ODBC driver. > > Regards, > Igor Neyman > > > -- > Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general Or use a FDW, like JDBC_FDW. -- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general