代码之家  ›  专栏  ›  技术社区  ›  Element

正在将SQL Server 2008 DB迁移到Postgres[重复]

  •  3
  • Element  · 技术社区  · 14 年前

    我想将SQL Server 2008数据库迁移到Postgres。

    1 回复  |  直到 14 年前
        1
  •  1
  •   baklarz2048    14 年前
    1. 无痛的 http://dbconvert.com/convert-mssql-to-postgre-pro.php
    2. 痛苦的导出普通模式+正则表达式+重写tsql。