RE: Incremental load from SQL server DB to postgressql

From: <lennam(at)incisivetechgroup(dot)com>
To: "'Sabyasachi Mukherjee'" <mukherjee(dot)sabyasachi(at)outlook(dot)com>, <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: RE: Incremental load from SQL server DB to postgressql
Date: 2024-09-08 22:01:33
Message-ID: 02ba01db023a$abd89c20$0389d460$@incisivetechgroup.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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(dot)sabyasachi(at)outlook(dot)com>
Sent: Thursday, September 5, 2024 9:55 AM
To: pgsql-admin(at)lists(dot)postgresql(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Wasim Devale 2024-09-09 08:54:04 data_checksums = off
Previous Message Tom Lane 2024-09-07 02:12:34 Re: pg_restore and materialized view deps