public inbox for [email protected]  
help / color / mirror / Atom feed
From: Holger Jakobs <[email protected]>
To: [email protected]
Subject: Re: Incremental load from SQL server DB to postgressql
Date: Thu, 05 Sep 2024 16:01:36 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <DB4PR10MB74698366CBE50504439DF6D98C9D2@DB4PR10MB7469.EURPRD10.PROD.OUTLOOK.COM>
References: <DB4PR10MB74698366CBE50504439DF6D98C9D2@DB4PR10MB7469.EURPRD10.PROD.OUTLOOK.COM>

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 <[email protected]>:
>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


view thread (6+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Incremental load from SQL server DB to postgressql
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox