Re: Import Data from MS SQL Server

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: Daniel <DFelix19(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Import Data from MS SQL Server
Date: 2006-06-07 17:20:17
Message-ID: b42b73150606071020t38412f97k4684be40fca57093@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7 Jun 2006 05:13:15 -0700, Daniel <DFelix19(at)gmail(dot)com> wrote:
>
> Hi..
> Im Daniel and need soem help in importing data from MS SQL Server
> to Postgresql DB. Is there a bulit in option for importing from
> Postgresql? Help me out!!

as others suggest, you definately want to go 'dts' on anything to/from
ms sql server. dts can actually transfer from any odbc to any other
odbc source. you could for example do a dts transformation from ms
sql to csv files and then do csv import into postgresql via the copy
command. you would still want to use dts to create the tables though.
one tip: take the opportunity during the conversion process to
convert your tables to all lower case and no spaces in the
table/column names.

Merlin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-06-07 17:26:26 Re: Backslash problems with 8.1.4
Previous Message Bruce Momjian 2006-06-07 17:03:11 Re: pgcrypto sha256/384/512 don't work on Redhat. Please help!