Re: Converting Data From MS-Sql Server

Поиск
Список
Период
Сортировка
От Bill Moran
Тема Re: Converting Data From MS-Sql Server
Дата
Msg-id 40587177.8020706@potentialtech.com
обсуждение исходный текст
Ответ на Converting Data From MS-Sql Server  ("Valter" <pgsql@intersic.com.br>)
Список pgsql-general
Valter wrote:
> I need some hints about converting my ms-sql server database to Postgre.
>
> Are there any tools for this convertion?

I don't know of any tools, but I recenlty did this the old fashoned way.
About 130 tables, and a network of foriegn keys, indexes and other relations.
Then about 50 meg worth of data to clean up so \copy would accept it.  It
took me less than 16 hours for all of that.

It then took me three weeks to convert all the MSSQL stored procedures to
Postgres, and we're still tracking down bugs in that part.  (It's about
400K when dumped from MSSQL, and about 450K source file before being
imported into Postgres)

Hope that helps some.

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Newbie question: OT
Следующее
От: Paul Thomas
Дата:
Сообщение: Re: Newbie question: OT