Re: porting a full Ms Sql Server to postgres

Поиск
Список
Период
Сортировка
От Shachar Shemesh
Тема Re: porting a full Ms Sql Server to postgres
Дата
Msg-id 4157B8DC.9010307@lingnu.com
обсуждение исходный текст
Ответ на porting a full Ms Sql Server to postgres  (pwbyrne@hotmail.com)
Ответы Arjunt......  ("Ashok......" <kasreenivasulu@yahoo.com>)
Список pgsql-general
pwbyrne@hotmail.com wrote:

>Hi,
>
>I'm looking for details, or tools about porting a full Ms Sql Server
>2000 database to Postgres on Linux.
>
>Is this possible?  We have the whole nine yards, stored procedures,
>triggers, and all.
>
>Is there a way to automate this process?
>
>Thanks
>
>
Totally automate - no.

There are tools to help you along, however. They are not as complete as
I would like them, and I need lots of help in maintaining the site. It's
located at http://pgfoundry.org/projects/sql2pg/, but there are
currently no released files. In CVS, however, you will find a perl
script that translates the exported database description from MS SQL to
a more-or-less PG friendly format. Also you will find there support for
two data types - varcharci (case insensitive) and utinyint (1 byte
unsigned integer).

Any help with maintaining this project would be greatly appreciated.

I do have a few questions for you. What drivers do you currently use to
access your database? Do you use the stored procedure's ability to
return more than one result?

                Shachar

--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
http://www.lingnu.com/


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

Предыдущее
От: Scott Frankel
Дата:
Сообщение: Re: newby question
Следующее
От: Randy Yates
Дата:
Сообщение: Free Unix-Like ODBC Driver Manager For Win32?