简体   繁体   English

MySQL 转储到 SQL 服务器 2008 R2

[英]MySQL dump to SQL Server 2008 R2

I recently redid a project for my company, and have to convert existing MySQL data to a SLQ Server 2008 R2 database.我最近为我的公司重新做了一个项目,并且必须将现有的 MySQL 数据转换为 SLQ Server 2008 R2 数据库。

I have a dump script from the old MySQL database, but it contains a helluva lot of data.我有一个来自旧 MySQL 数据库的转储脚本,但它包含大量数据。

I was wondering if there are any solutions out there to feed the dump file to, and receive a SQL Server 2008 R2 script.我想知道是否有任何解决方案可以将转储文件提供给并接收 SQL Server 2008 R2 脚本。

Any help would be appreciated.任何帮助,将不胜感激。

Microsoft provides a free migration solution you maybe want to use Microsoft 提供了您可能想要使用的免费迁移解决方案

Microsoft SQL Server Migration Assistant (SSMA) Microsoft SQL 服务器迁移助手(SSMA)

The free Microsoft SQL Server Migration Assistant (SSMA) makes it easy to migrate data from Oracle, Microsoft Access, MySQL, and Sybase to SQL Server. The free Microsoft SQL Server Migration Assistant (SSMA) makes it easy to migrate data from Oracle, Microsoft Access, MySQL, and Sybase to SQL Server. SSMA converts the database objects to SQL Server database objects, loads those objects into SQL Server, migrates data to SQL Server, and then validates the migration of code and data. SSMA 将数据库对象转换为 SQL Server 数据库对象,将这些对象加载到 SQL Server,将数据迁移到 SQL Server,然后验证迁移的代码。

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

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