migrate data from MS SQL to PostgreSQL?(将数据从 MS SQL 迁移到 PostgreSQL?)
问题描述
我环顾四周,似乎找不到任何可以回答这个特定问题的东西.
I've looked around and can't seem to find anything that answers this specific question.
将数据从 MS SQL Server 2005 数据库移动到 Postgres 安装 (8.x) 的最简单方法是什么?
What is the simplest way to move data from an MS SQL Server 2005 DB to a Postgres install (8.x)?
我研究了几个实用程序,如完全转换企业"等,但它们都因某种原因而失败,从导致其爆炸的奇怪错误到插入空值而不是实际数据(wth?).
I've looked into several utilities like "Full Convert Enterprise", etc, and they all fail for one reason or another, ranging from strange errors that make it blow up to inserting nulls rather than actual data (wth?).
我正在查看一个包含所有表的数据库,除了单个视图,没有存储过程、函数等.
I'm looking at a DB with all table except for a single view, no stored procs, functions, etc.
此时我要编写一个小实用程序来为我做这件事,我简直不敢相信这是必要的.肯定有 something 可以做到这一点吗?我什至不太担心成本,虽然最好是免费的:)
At this point I'm about to write a small utility to do it for me, I just can't believe that's necessary. Surely there's something somewhere that can do this? I'm not even too worried about cost, although free is preferable :)
推荐答案
看看软件目录.在 管理/开发工具 我看到 DBConvert for MS SQL &PostgreSQL.可能还列出了其他类似的工具.
Take a look at the Software Catalogue. Under Administration/development tools I see DBConvert for MS SQL & PostgreSQL. Probably there are other similar tools listed.
这篇关于将数据从 MS SQL 迁移到 PostgreSQL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:将数据从 MS SQL 迁移到 PostgreSQL?
基础教程推荐
- SSMS 中的权限问题:“对象 'extended_properties'、数据库 'mssqlsystem_resource'、... 错误 229)上的 SELECT 权限被拒绝" 2022-01-01
- 将 SQL Server DateTime 列迁移到 DateTimeOffset 2021-01-01
- 是否可以执行按位分组功能? 2021-01-01
- SQL Server 实例在登录协商期间返回无效或不受支持的协议版本 2021-01-01
- SQL 效率:WHERE IN 子查询 vs. JOIN 然后 GROUP 2021-01-01
- SQL:使用来自具有相同列名的两个表中的数据... 2021-01-01
- 无法解决整理冲突 2021-01-01
- 需要 MySQL 5.1 中的抽象触发器来更新审计日志 2021-01-01
- 如何使用 mysql.connector 禁用查询缓存 2022-01-01
- 在 SQL 中连接多个表 2021-01-01
