Re: Incremental load from SQL server DB to postgressql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.sabyasachi@xxxxxxxxxxx>:
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

[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux