public inbox for [email protected]
help / color / mirror / Atom feedFrom: Muhammad Usman Khan <[email protected]>
To: Sabyasachi Mukherjee <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Incremental load from SQL server DB to postgressql
Date: Fri, 6 Sep 2024 08:44:20 +0500
Message-ID: <CAPnRvGtkbRY=J2H6jJnN8bATgQFdnYsoL1wMsR2pPvPzvrgQEQ@mail.gmail.com> (raw)
In-Reply-To: <DB4PR10MB74698366CBE50504439DF6D98C9D2@DB4PR10MB7469.EURPRD10.PROD.OUTLOOK.COM>
References: <DB4PR10MB74698366CBE50504439DF6D98C9D2@DB4PR10MB7469.EURPRD10.PROD.OUTLOOK.COM>
Hi,
You can use pgloader. It is a powerful tool that can migrate data from SQL
Server to PostgreSQL efficiently, and it supports incremental loads or the
other option is to use file_fdw, it allows PostgreSQL to directly query
flat files as if they were tables, without importing the data into
PostgreSQL. It can be useful if you can periodically export data from SQL
Server into flat files and then query them from PostgreSQL.
On Thu, 5 Sept 2024 at 18:54, Sabyasachi Mukherjee <
[email protected]> wrote:
> 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], [email protected]
Subject: Re: Incremental load from SQL server DB to postgressql
In-Reply-To: <CAPnRvGtkbRY=J2H6jJnN8bATgQFdnYsoL1wMsR2pPvPzvrgQEQ@mail.gmail.com>
* 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