Sql Server Migration Assistant (SSMA) For mySql Not Showing All Tables

我与影子孤独终老i 提交于 2019-12-24 22:14:00

问题


I'm using SSMA version 6.0 for mySql. After I connect to the mySQL source database, it's only showing 45 of the 300+ tables in the schema I want to migrate. I don't see any properties or settings to limit the number of tables displayed. I did change "Data Migration Timeout" setting that someone else suggested. But, it didn't change anything.

Any ideas?


回答1:


Make changes in your Project Settings as follows.

General - Migration - Batch Size = 99999999 (Maximum value)
GUI - Maximum Row Number of Source = 999999999 (Maximum value)
Maximum Row Number of Target = 999999999 (Maximum value)

Happy Querying :) .



来源:https://stackoverflow.com/questions/32467853/sql-server-migration-assistant-ssma-for-mysql-not-showing-all-tables

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