Re: How can i import database from MSSQL to Postgres?(NULL BODY) - Mailing list pgsql-hackers

From Andrew John
Subject Re: How can i import database from MSSQL to Postgres?(NULL BODY)
Date
Msg-id as2cu1$1of9$1@arachne.labyrinth.net.au
Whole thread Raw
In response to How can i import database from MSSQL to Postgres?(NULL BODY)  (david luo <davidluo@techemail.com>)
List pgsql-hackers
David,

Most generic format you can get it out of SQL Server in is CSV
by using a DTS ( Export Data ) wizard to text format.  Another
alternative is the bcp command line tool, which produces standardised formats
These are documented in SQL Books Online ( free download from Microsoft )
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp

RegardsAJ

"david luo" <davidluo@techemail.com> wrote in message news:20021127102442.52A0A487F@sitemail.everyone.net...
> thanks in advance
>
> _____________________________________________________________
> Are you a Techie? Get Your Free Tech Email Address Now! Visit http://www.TechEmail.com
>
> _____________________________________________________________
> Select your own custom email address for FREE! Get you@yourchoice.com w/No Ads, 6MB, POP & more!
http://www.everyone.net/selectmail?campaign=tag
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org




pgsql-hackers by date:

Previous
From: Achilleus Mantzios
Date:
Subject: FreeBSD, Linux: select, select count(*) performance
Next
From: "Nicolai Tufar"
Date:
Subject: Re: [PERFORM] Realtime VACUUM, was: performance of insert/delete/update