On Wed, Sep 18, 2013 at 12:11 AM, Igor Neyman <[email protected]> wrote: > From: [email protected] > [mailto:[email protected]] On Behalf Of Agustin Larreinegabe > Sent: Tuesday, September 17, 2013 2:06 PM > To: PostgreSQL mailing lists > Subject: [GENERAL] 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 ([email protected]) > 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
