Re: RE: MS SQL 7.0 to PostgreSQL 7.1 - Mailing list pgsql-general

From Justin Clift
Subject Re: RE: MS SQL 7.0 to PostgreSQL 7.1
Date
Msg-id 3AFA9008.27B84F1C@postgresql.org
Whole thread Raw
In response to RE: MS SQL 7.0 to PostgreSQL 7.1  (Jeff Eckermann <jeckermann@verio.net>)
List pgsql-general
Hi all,

If someone wants to create a script and article for doing conversions
from MS SQL Server to PostgreSQL, this would be Really Beneficial.  If
it needs to be hosted somewhere, then it can be put on
techdocs.postgresql.org (or elsewhere as the author wishes, with a link
to it on techdocs).

:-)

Regards and best wishes,

Justin Clift

Gordon Runkle wrote:
>
> In article <08CD1781F85AD4118E0800A0C9B8580B094A74@NEZU>, "Jeff Eckermann"
> <jeckermann@verio.net> wrote:
>
> > Also:
> > *     Watch out for embedded tabs and carriage returns in your data: these
> > will cause problems during or after your COPY into PostgreSQL. *      Check
> > the value used in the exported file to represent NULL values (could be
> > an empty string, or "NULL", or something else), and use that in your
> > COPY statement: "COPY table from stdin with null as 'whatever';"
>
> My experience is that MSSQL7 will export (bcp) NULLs
> as an ASCII zero character.  Not pretty.  You'll want
> to put together a little PERL script to fix that.
>
> Gordon.
> --
> It doesn't get any easier, you just go faster.
>    -- Greg LeMond
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi

pgsql-general by date:

Previous
From: Michelle Murrain
Date:
Subject: Re: GRANT
Next
From: martin.chantler@convergys.com
Date:
Subject: Re: ER diagrams