Re: MSSQL to PostgreSQL : Encoding problem

Поиск
Список
Период
Сортировка
От Tomi NA
Тема Re: MSSQL to PostgreSQL : Encoding problem
Дата
Msg-id d487eb8e0611220230v65326938k22d14f99354edba1@mail.gmail.com
обсуждение исходный текст
Ответ на MSSQL to PostgreSQL : Encoding problem  (Arnaud Lesauvage <thewild@freesurf.fr>)
Ответы Re: MSSQL to PostgreSQL : Encoding problem  (Arnaud Lesauvage <thewild@freesurf.fr>)
Список pgsql-general
2006/11/21, Arnaud Lesauvage <thewild@freesurf.fr>:
> Hi list !
>
> I already posted this as "COPY FROM encoding error", but I have
> been doing some more tests since then.
>
> I'm trying to export data from MS SQL Server to PostgreSQL.
> The tables are quite big (>20M rows), so a CSV export and a "COPY
> FROM3 import seems to be the only reasonable solution.

I believe you might have more luck working without files altogether.
Use an ETL tool like kettle or even DTS with the pgsql ODBC driver.
That's exactly what those tools are for.

You still have to get the encodings right, though.
I suggest unicode for pgsql, but only you know how the MSSQL database
is encoded.

t.n.a.

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

Предыдущее
От: Arnaud Lesauvage
Дата:
Сообщение: Re: MSSQL to PostgreSQL : Encoding problem
Следующее
От: Arnaud Lesauvage
Дата:
Сообщение: Re: MSSQL to PostgreSQL : Encoding problem