Re: Migration from MS SQL 2K

Поиск
Список
Период
Сортировка
От Roger Hand
Тема Re: Migration from MS SQL 2K
Дата
Msg-id DB28E9B548192448A4E8C8A3C1B1E475611D1E@sj1-exch-01.us.corp.kailea.com
обсуждение исходный текст
Ответ на Migration from MS SQL 2K  (TheNice Spider <thenicespider@yahoo.com>)
Список pgsql-general
PGAdmin II had a "Migration Wizard" plugin that did a great job. I used it a lot to convert MS SQL 7 and 2000 db's to Postgres 7.x.
 
It did not convert views, but I wrote some code that did that.
 
Unfortunately, PGAdmin II doesn't work with PG 8.
 
And PGAdmin III doesn't have the Migration Wizard plugin, at least it didn't the last I checked.
 
So ... you could use PGAdmin II and the Migration Wizard to convert to Postgres 7.x.
 
Then dump the db, and import into PG 8.
 
Or course, there may be more sophisticated (and possible $$) software that will do what you want more simply.
 
-Roger
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org]On Behalf Of TheNice Spider
Sent: Wednesday, September 28, 2005 10:48 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Migration from MS SQL 2K

Hi,
 
Currently I have serious problem to migrate a "production" MS SQL 2K to Postgres 8 for Windows.
Is there any tools to import MS SQL 2K to Postgres 8 including:
- PK and FK
- View, Trigger, Store Procedure
- Username
- Index and Constraint
- Diagrams
 
Regards.


Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.

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

Предыдущее
От: TheNice Spider
Дата:
Сообщение: Migration from MS SQL 2K
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Migration from MS SQL 2K