如何将数据从Mysql导入到Ms sql 2008数据库

问题描述:

大家好。



我需要将数据从Mysql导入到Ms sql 2008数据库。



但MS sql数据库结构与Mysql数据库不同。所以,



i需要你宝贵的建议,哪个概念最适合做这个数据移植。



请尽快给出你的建议。



提前致谢。



Kanthasamy.S

Hi to all.,

I need to import data from Mysql to Ms sql 2008 database.

but MS sql database Structure is different from Mysql database. so that,

i need your valuable suggestions for which concept would be best to do this data porting.

kindly give your suggestions ASAP.

Thanks in advance .,

Kanthasamy.S

使用 SQL服务器迁移助手(SSMA) [ ^ ]。

MySQL到SQL Server迁移:如何使用SSMA [ ^ ]

MySQL到SQLServer 2008 Express [redux] [ ^ ]



关于答案的评论。

您必须创建链接服务器 [ ^ ]然后写出正确的查询。如果数据不同,请不要忘记转换/转换数据。





如需了解更多信息,请参阅: MS SQL Server中的链接服务器 [ ^ ]
Use SQL Server Migration Assistant (SSMA)[^].
MySQL to SQL Server Migration: How to Use SSMA[^]
MySQL to SQLServer 2008 Express [redux][^]

As to the comments to the answer.
You have to create linked server[^] and then to write proper query. Do not forget to cast/convert data if they are differ.


For further information, please see: Linked Server in MS SQL Server[^]