Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1snPyZ-003Myq-Vw for pgsql-admin@arkaria.postgresql.org; Sun, 08 Sep 2024 22:01:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1snPyZ-001sph-9Z for pgsql-admin@arkaria.postgresql.org; Sun, 08 Sep 2024 22:01:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1snPyY-001spW-Tz for pgsql-admin@lists.postgresql.org; Sun, 08 Sep 2024 22:01:42 +0000 Received: from chi208.greengeeks.net ([65.60.38.74]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1snPyR-000CSS-PD for pgsql-admin@lists.postgresql.org; Sun, 08 Sep 2024 22:01:42 +0000 Received: from c-98-192-131-50.hsd1.fl.comcast.net ([98.192.131.50]:64759 helo=Incisivetech) by chi208.greengeeks.net with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1snPyZ-0000000BVP1-2MxK; Sun, 08 Sep 2024 22:01:34 +0000 From: To: "'Sabyasachi Mukherjee'" , References: In-Reply-To: Subject: RE: Incremental load from SQL server DB to postgressql Date: Sun, 8 Sep 2024 18:01:33 -0400 Message-ID: <02ba01db023a$abd89c20$0389d460$@incisivetechgroup.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_02BB_01DB0219.24C79860" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQNKlB7/6tfm9xGe/kqNa4Oe3bruwq9vTBdA Content-Language: en-us X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - chi208.greengeeks.net X-AntiAbuse: Original Domain - lists.postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - incisivetechgroup.com X-Get-Message-Sender-Via: chi208.greengeeks.net: authenticated_id: lennam@incisivetechgroup.com X-Authenticated-Sender: chi208.greengeeks.net: lennam@incisivetechgroup.com X-Source: X-Source-Args: X-Source-Dir: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multipart message in MIME format. ------=_NextPart_000_02BB_01DB0219.24C79860 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Option use ELT tool , if PostgreSQL in Azure use Azure Data Factory Option 2 , write SQL statements to extract data in PostgreSQL format , load into PostgreSQL using \copy command If AWS use Schema Conversion Tool (SCT) along with Database Migration Services (DMS) From: Sabyasachi Mukherjee Sent: Thursday, September 5, 2024 9:55 AM To: pgsql-admin@lists.postgresql.org Subject: Incremental load from SQL server DB to postgressql Hello All, I have to implement an incremental load from a SQL server DB to a postgresql DB. I would prefer it to be pull from postgres. SSIS is not the preferred option. Can you please advise about the possibilities? Sabyasachi Mukherjee ------=_NextPart_000_02BB_01DB0219.24C79860 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Option  use ELT tool , if = PostgreSQL in Azure use Azure Data Factory

Option 2 , write SQL statements to extract data in = PostgreSQL format , load into PostgreSQL using \copy =  command

If AWS use Schema = Conversion Tool (SCT)  along with Database Migration Services = (DMS)

 

 

 

From: Sabyasachi Mukherjee = <mukherjee.sabyasachi@outlook.com>
Sent: Thursday, = September 5, 2024 9:55 AM
To: = pgsql-admin@lists.postgresql.org
Subject: Incremental load = from SQL server DB to postgressql

 

Hello = All,

 

=

I = have to implement an incremental load from a SQL server DB to a = postgresql DB. I would prefer it to be pull from = postgres.

SSIS is not the preferred option. = Can you please advise about the = possibilities?

 

=

Sabyasachi = Mukherjee

------=_NextPart_000_02BB_01DB0219.24C79860--