Re: Incremental load from SQL server DB to postgressql

Поиск
Список
Период
Сортировка
От Holger Jakobs
Тема Re: Incremental load from SQL server DB to postgressql
Дата
Msg-id 7D5A40F7-855D-4E14-9866-A6C22CA79327@jakobs.com
обсуждение исходный текст
Ответ на Incremental load from SQL server DB to postgressql  (Sabyasachi Mukherjee <mukherjee.sabyasachi@outlook.com>)
Ответы Re: Incremental load from SQL server DB to postgressql
Список 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.sabyasachi@outlook.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

В списке pgsql-admin по дате отправления: