Re: MSSQL/ASP migration - Mailing list pgsql-general

From Peter Rosenthal
Subject Re: MSSQL/ASP migration
Date
Msg-id 7806f6cc0701220832j58391c16u446ac68461fbad4e@mail.gmail.com
Whole thread Raw
In response to MSSQL/ASP migration  (Robert Fitzpatrick <lists@webtent.net>)
Responses Re: MSSQL/ASP migration  (Robert Fitzpatrick <lists@webtent.net>)
List pgsql-general
Wanting to do something similar I recently submitted a large patch to the mysql2pgsql project. It will now handle conversion of a mysqldump file complete with data for the quite large and diverse DB I was using it with. I'm sure there are still corner cases, but you should give it a try:
 


 
On 22/01/07, Robert Fitzpatrick <lists@webtent.net> wrote:
I have a customer who is wants to migrate his MSSQL database to
PostgreSQL and we'll replace his application ASP with PHP. The issues
should be limited as there are no stored procedures or triggers in
MSSQL, just structure and data should be all that is needed to migrate.
I have never migrated from MSSQL or to PostgreSQL, but have handled
database migration in the past for other DB's. I know there is
mssql2pgsql script out there somewhere and I find lots of info on the
subject. Of course, when we rebuild his application, some db structure
will change, I was planning to do all the changes to structure after a
successful migration of his current structure now w/o data. After the
new application is done, then create a migration path for the data. Is
that the best way to handle these types of migrations? The customer will
want to continue working on the old system during the several months of
development in the new. Any docs or other helpful info is welcome, just
looking for some advise.

Thanks in advance,
--
Robert


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to majordomo@postgresql.org so that your
      message can get through to the mailing list cleanly

pgsql-general by date:

Previous
From: George Weaver
Date:
Subject: Re: Loop in loop
Next
From: Tom Lane
Date:
Subject: Re: CAST function for user defined type