[Solved] SQL Server to PostgreSQL - Mailing list pgsql-general

From Roderick A. Anderson
Subject [Solved] SQL Server to PostgreSQL
Date
Msg-id Pine.LNX.4.04.10008220928360.3578-100000@asgard.altoplanos.net
Whole thread Raw
Responses Re: [Solved] SQL Server to PostgreSQL  (Tressens Lionel <tressens@etud.insa-tlse.fr>)
I lied! [Solved] SQL Server to PostgreSQL  ("Roderick A. Anderson" <raanders@altoplanos.net>)
List pgsql-general
A thanks to everyone on this list and especially; Jeffery Rhines, Chris
Knight, Chris Bitmead, and Sevo Stille.

The solution turned out to be very simple.  After catching a SCSI BUS
speed mismatch problem which caused a NT Backup 'Restore' failure I
discovered that the actual data was in .mdb files!  Copied the files to a
system running MS Access (Office 97) and was able to export them to a
delimited format which went into PostgreSQL with very few problems.
Mostly there were split lines which the \copy command didn't like.  Hand
corrected them.

I was able to get the table format by using MS Access.  Only question left
is what is the corresponding field type in PostgreSQL for a memo field in
SQL Server/Access (varchar(nnnn))?

Again thanks for all the help,
Rod
--
Roderick A. Anderson
raanders@altoplanos.net               Altoplanos Information Systems, Inc.
Voice: 208.765.6149                            212 S. 11th Street, Suite 5
FAX: 208.664.5299                                  Coeur d'Alene, ID 83814


pgsql-general by date:

Previous
From: "Poul L. Christiansen"
Date:
Subject: Re: Great Bridge re-runs benchmark with MySQL "tuned"
Next
From: Tressens Lionel
Date:
Subject: Re: [Solved] SQL Server to PostgreSQL