问题
I would like to migrate a SQL Server 2008 database to Postgres.
Is there a painless way to do this? are there any tools that will scan through the schema and stored procedures to flag compatibility problems?
回答1:
- Painless http://dbconvert.com/convert-mssql-to-postgre-pro.php
- Painfull export plain schema + regex + rewrite tsql.
来源:https://stackoverflow.com/questions/3859983/migrating-sql-server-2008-db-to-postgres