From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Josef Springer <Josef(dot)Springer(at)JOOPS(dot)COM> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Migrating a Microsoft-SQL database to Postgres |
Date: | 2005-07-13 08:16:46 |
Message-ID: | 42D4CDEE.4090106@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Josef Springer wrote:
> Hi,
>
> i want to migrate a MS-SQL database to postgres. I have a SQL-script for the
> tables (definitions, indices a.s.o.), created by the MS-Enterprise-Manager. How
> can i create a postgres database with this script. Does a tool exist for reading
> such a script ?
You probably want to give the manuals a quick scan before starting anything.
http://www.postgresql.org/docs/
Details on client applications are in the section: Reference / Client
Applications
http://www.postgresql.org/docs/8.0/static/reference-client.html
In particular, I'd recommend exploring the item on psql.
http://www.postgresql.org/docs/8.0/static/app-psql.html
Don't forget that you will almost certainly have to tweak the script
before importing it.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Nee.mem (倪明) | 2005-07-13 08:20:59 | Fw: Re: Windows version of PostgreSQL 8? |
Previous Message | Bjørn T Johansen | 2005-07-13 07:59:12 | Re: Windows version of PostgreSQL 8? |