Migrating SQL Server 2008 DB to Postgres [duplicate]

一世执手 提交于 2019-12-22 09:54:29

问题


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:


  1. Painless http://dbconvert.com/convert-mssql-to-postgre-pro.php
  2. Painfull export plain schema + regex + rewrite tsql.


来源:https://stackoverflow.com/questions/3859983/migrating-sql-server-2008-db-to-postgres

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!