简体   繁体   English

将旧数据库(MYSQL)导出到具有不同架构的不同数据库(SQL Server)中

[英]Exporting legacy database(MYSQL) into a Different Database(SQL Server) with a different Schema

I have a legacy database in MYSQL and I want to import the data from that database into a newer database(SQL SERVER) that has a different schema.我在 MYSQL 中有一个旧数据库,我想将该数据库中的数据导入到具有不同架构的较新数据库(SQL SERVER)中。 I have found some ways that include exporting only the matching columns and then manually filling all the remaining values , but it seems too tedious , what could be the best way to do it?我找到了一些方法,包括只导出匹配的列,然后手动填充所有剩余的值,但这似乎太乏味了,最好的方法是什么?

First will download and install MySql connector which will help us to connect with mysql server.首先将下载并安装 MySql 连接器,这将帮助我们连接到 mysql 服务器。 After this will download and install SqlServer Management Assistant.之后将下载并安装SqlServer 管理助手。

Download MySql Connector: MySqlConnector下载 MySql 连接器: MySqlConnector

Download SSMA: SSMA下载 SSMA: SSMA

and check this link Migrate MySql database to Sql Server并检查此链接Migrate MySql database to Sql Server

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM