Re: How to access data of SQL server database from PostgreSQL

From: Anthony Sotolongo <asotolongo(at)gmail(dot)com>
To: Daulat Ram <Daulat(dot)Ram(at)cyient(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: How to access data of SQL server database from PostgreSQL
Date: 2017-08-01 13:06:17
Message-ID: c13c1a18-ce7c-d66c-1094-633d1d7cc114@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi Daulat

This is not the list for that (check https://www.postgresql.org/list/),
but if you want to access sql server look at tds_fdw(
https://github.com/tds-fdw/tds_fdw), I do not know if it installs on
windows, I've only used it on linux, and function very well.

Regards
Anthony

On 01/08/17 00:25, Daulat Ram wrote:
>
> Hi team,
>
> I need to connect to MS-SQL server 2008/2012 from PostgreSQL 9.5 in
> Windows7 environment to fetch the tables of SQL server.
>
> Please help on this.
>
> Regards,
>
> Daulat
>
>
> ------------------------------------------------------------------------
>
> DISCLAIMER:
>
> This email message is for the sole use of the intended recipient(s)
> and may contain confidential and privileged information. Any
> unauthorized review, use, disclosure or distribution is prohibited. If
> you are not the intended recipient, please contact the sender by reply
> email and destroy all copies of the original message. Check all
> attachments for viruses before opening them. All views or opinions
> presented in this e-mail are those of the author and may not reflect
> the opinion of Cyient or those of our affiliates.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Sumeet Shukla 2017-08-01 13:41:51 2 server with same configuration but huge difference in performance
Previous Message Daulat Ram 2017-08-01 04:25:59 How to access data of SQL server database from PostgreSQL