Re: port from MSSQLServer to PostgreSQL

Поиск
Список
Период
Сортировка
От Andreas Tille
Тема Re: port from MSSQLServer to PostgreSQL
Дата
Msg-id Pine.LNX.4.21.0009110840320.31036-100000@wr-linux02.rki.de
обсуждение исходный текст
Ответ на port from MSSQLServer to PostgreSQL  ("Rommel B. Abaya" <rommel.abaya@ramcargroup.com>)
Список pgsql-general
On Sat, 9 Sep 2000, Rommel B. Abaya wrote:

> i used to have an MSSQLServer database. I would like to ask how can i
> port all the data from MSSQLServer to PostgreSQL.
I did it this way:

Obtain SQL-codes for tables from MS-SQL server.  Use your favourite
editor to adapt it to the slightly different PostgreSQL syntax/types.

     cat <your_tables_sql_file> | psql

Install PostgreSQL-ODBC driver under Windows.  Import the table data
using Access.

If you have a set of stored procedures on MS-SQL server you have
possible as much trouble as I have currently :-(.

Kind regards

           Andreas.


В списке pgsql-general по дате отправления:

Предыдущее
От: Marcin Mazurek
Дата:
Сообщение: Re: ecpg
Следующее
От: Marcin Mazurek
Дата:
Сообщение: UNION on VIEW