I'm right now trying to migrate a Mysql db to Sql Server, I found in some forums that they recommend to use SSMA (SQL Sever Migration Assistant) but when I try to migrate a table which have datetime it returns the error "Column does not allow DBNull" only migrating less than 15%. The name of the databases are the same (lowercases), also I tried changing the Parallel data migration mode to custom, Zero Date columns and I haven't found a solution. My SQL server database is 2012
Thanks in advance.