Re: Moving data from SQL Server to Postgres via VFP ODBC Driver - Mailing list pgsql-odbc

From Richard Broersma
Subject Re: Moving data from SQL Server to Postgres via VFP ODBC Driver
Date
Msg-id AANLkTikE6=6XTKAU8qfU5cifJQMu6jRfE3wvCPQEEs3N@mail.gmail.com
Whole thread Raw
In response to Moving data from SQL Server to Postgres via VFP ODBC Driver  (Calvin <calvinsmith266@hotmail.com>)
List 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 by date:

Previous
From: Richard Broersma
Date:
Subject: Re: Moving data from SQL Server to Postgres via VFP ODBC Driver
Next
From: Tom Lane
Date:
Subject: Re: Moving data from SQL Server to Postgres via VFP ODBC Driver