Re: Incremental load from SQL server DB to postgressql

From: Holger Jakobs <holger(at)jakobs(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Incremental load from SQL server DB to postgressql
Date: 2024-09-05 14:01:36
Message-ID: 7D5A40F7-855D-4E14-9866-A6C22CA79327@jakobs.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

You could try to use BCP.exe for exporting from MS SQL to a flat file per table. Load into PG SQL Server with COPY or \copy (psql).

Using the TSQL foreign data wrapper to pull data over is another option. This FDW isn't very well maintained, though.

Regards
Holger

--
Holger Jakobs, Bergisch Gladbach
Tel. +49 178 9759012

Am 5. September 2024 15:54:31 MESZ schrieb Sabyasachi Mukherjee <mukherjee(dot)sabyasachi(at)outlook(dot)com>:
>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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Wasim Devale 2024-09-05 14:11:28 Re: Incremental load from SQL server DB to postgressql
Previous Message Sabyasachi Mukherjee 2024-09-05 13:54:31 Incremental load from SQL server DB to postgressql