[Solved] SQL Server to PostgreSQL

Поиск
Список
Период
Сортировка
От Roderick A. Anderson
Тема [Solved] SQL Server to PostgreSQL
Дата
Msg-id Pine.LNX.4.04.10008220928360.3578-100000@asgard.altoplanos.net
обсуждение исходный текст
Ответы Re: [Solved] SQL Server to PostgreSQL
I lied! [Solved] SQL Server to PostgreSQL
Список 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 по дате отправления:

Предыдущее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: Great Bridge re-runs benchmark with MySQL "tuned"
Следующее
От: Tressens Lionel
Дата:
Сообщение: Re: [Solved] SQL Server to PostgreSQL