What happened to the SQL Server Database Migration Wizard?

好久不见. 提交于 2019-12-13 11:53:59

问题


The "SQL Server Database Migration Wizard" aka SQL Azure Migration Wizard previously located at http://sqlazuremw.codeplex.com/, but it is gone.

I attempted to search via Google for its new home, but I cannot find it.

Does anyone know where this tool has gone?


回答1:


It is replaced with Data Migration assistant..

Data Migration Assistant (DMA) enables you to upgrade to a modern data platform by detecting compatibility issues that can impact database functionality on your new version of SQL Server and Azure SQL Database. It recommends performance and reliability improvements for your target environment. It allows you to not only move your schema and data, but also uncontained objects from your source server to your target server

DMA replaces all previous versions of SQL Server Upgrade Advisor and should be used for upgrades for most SQL Server versions (see below for supported versions).

References: https://blogs.msdn.microsoft.com/datamigration/dma/




回答2:


You can now find it here: https://github.com/adragoset/SQLAzureMigration

(I searched for a long time too before I found it.)

That code did not work out of the box for me. Took me about 30-40 minutes to get it to build. But seems to work fine once I got it to build and run.



来源:https://stackoverflow.com/questions/46517060/what-happened-to-the-sql-server-database-migration-wizard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!