Re: Moving data from SQL Server to Postgres via VFP ODBC Driver

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Moving data from SQL Server to Postgres via VFP ODBC Driver
Дата
Msg-id AANLkTikE6=6XTKAU8qfU5cifJQMu6jRfE3wvCPQEEs3N@mail.gmail.com
обсуждение исходный текст
Ответ на Moving data from SQL Server to Postgres via VFP ODBC Driver  (Calvin <calvinsmith266@hotmail.com>)
Список pgsql-odbc
On Mon, Aug 9, 2010 at 11:31 AM, calvin smith
<calvinsmith266@hotmail.com> wrote:

> Thank you for your reply. Actually I am dumping the data from SQLServer into
> Visual FoxPro memory variables on a record by record basis  and then
> checking the datatype for each memory variable.. If the data type is VFP
> character I am trimming the value so that I KNOW that what is going into my
> Insert statement is trimmed data.

I haven't used VFP.  Is it an ETL tool?

Another ETL tool to consider (its open source) that is JDBC based can
be found here:
http://sourceforge.net/projects/pentaho/files/Data%20Integration/4.0.0-stable/

Also, I don't know if you seen these migration resources:
http://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Microsoft_SQL_Server

Hopefully there is something useful there.

Also don't forget to reply-all so that the mailing list is included so
that others can reply.

--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

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

Предыдущее
От: Richard Broersma
Дата:
Сообщение: Re: Moving data from SQL Server to Postgres via VFP ODBC Driver
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Moving data from SQL Server to Postgres via VFP ODBC Driver