Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dcWuD-00027c-Re for pgsql-performance@arkaria.postgresql.org; Tue, 01 Aug 2017 13:08:13 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1dcWuD-0008HS-E2 for pgsql-performance@arkaria.postgresql.org; Tue, 01 Aug 2017 13:08:13 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1dcWsR-0004XR-T8 for pgsql-performance@postgresql.org; Tue, 01 Aug 2017 13:06:24 +0000 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1dcWsO-0006bV-Kw for pgsql-performance@postgresql.org; Tue, 01 Aug 2017 13:06:22 +0000 Received: by mail-qk0-x22c.google.com with SMTP id d145so8518363qkc.2 for ; Tue, 01 Aug 2017 06:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-language; bh=i1qc6xMapDIyefUWOh/tA8L0NQclb79JAaNKBXahTxw=; b=LVdwiElRWHTn1UjiOQ+qC+VbRMOMrsDzw1+nX5rXAxoh2FnGUn8ImZENWExaAOhlhJ b6uaxAIR8Ym3ZJ07a1TrdBcjaDrj3M0ADaeMQxo+aMxDhXl05obw0MDNSAegpG+c33IW uJ5/o2+bBzCnw+cfiguXambXpqywbmHZOdI8OGNshFL7yugfs3qQbVLpQXQOfv6VkVJ5 uSZx5mU2v7iuua+vvGP77PF2G+/e7ZNNUlVi0uBjD7h1Kvm+xrDpzRNB0ReWQBpKHYFF rweX2TVO6wek5z1KW/N+yin8kdxS5CL7qfDvDwCvHG0EoCzraXJ+ETUr9VVzSOZbMG36 ZgOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language; bh=i1qc6xMapDIyefUWOh/tA8L0NQclb79JAaNKBXahTxw=; b=szABhGODOUFh96qEcmhm/3W5gVwYSdQvwdCQdbnkyGkgu2IeEll+VRTWL3lK5ebhz7 6jdLjNlyWno+z9M6vUaBh8dB+VxZLR+/UYqWYgvXMC5j7Kz9cnJZm6QLCdUHv51HpEIB 1K6CvAMhQX/MB4lr97BjtppdkyIjMiUqKLUvhw1wpSGi8sfIWzkeOZhUt6SL8PoMc1fU K1otN0wgUDMgCsBP6q1Nnk49eXr5tZXvLaqVujyC5XYwIsyKBLDranHqxDe7UO7bYojT /1ckHqkowNz/ABbSV+gwQqlUOilBufZlyugIxKAGNsYk87CAd3138mLSKzUGvcoSmY6M 3TaA== X-Gm-Message-State: AIVw112hZeiNc6hX2LctSH7cZ2zSiss+GJw0tuHGZ6D0NiVEIEAnvBcv ZUoZf63IoEQSocbv X-Received: by 10.55.144.130 with SMTP id s124mr26791599qkd.136.1501592779343; Tue, 01 Aug 2017 06:06:19 -0700 (PDT) Received: from [192.112.10.245] (as5300-s42-216.cnt.entelchile.net. [164.77.140.226]) by smtp.gmail.com with ESMTPSA id t21sm4990579qte.32.2017.08.01.06.06.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Aug 2017 06:06:18 -0700 (PDT) Subject: Re: How to access data of SQL server database from PostgreSQL To: Daulat Ram , "pgsql-performance@postgresql.org" References: <9dbf50ba381a4d9eae625823411f5ccf@cyient.com> From: Anthony Sotolongo Message-ID: Date: Tue, 1 Aug 2017 09:06:17 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <9dbf50ba381a4d9eae625823411f5ccf@cyient.com> Content-Type: multipart/alternative; boundary="------------BD89157FE7F8470441A0CF0A" Content-Language: es-ES List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-performance Precedence: bulk Sender: pgsql-performance-owner@postgresql.org This is a multi-part message in MIME format. --------------BD89157FE7F8470441A0CF0A Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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. --------------BD89157FE7F8470441A0CF0A Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: 8bit

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.

--------------BD89157FE7F8470441A0CF0A--