MySql: 5.6 MSSql: 2014 Tools Used: SSMA for MySql
When migrating from mysql to mssql, all table and view structures were successfully migrated. When transferring data, the data was partially moved, and I received the following errors.
ExecuteReader requires an open and available Connection. The connection current state is closed.; SQL Server cannot access the source table <table-name> The connection has been disabled.
There were other trivial problems, such as " Column" modified_on "does not resolve DBNull.Value. ", Which I fixed manually by editing the table structure.
source share