sql server - SSMA MySql to MsSql Null Value Error -


the mysql contains tables 0 date time : '0000-00-00 00:00:00'. when using ssma migrate database mssql facing error cannot insert dbnull. understandable since neither mysql or mssql has field nullable.

what not understand changed ssma's default projet setting replace constant zero-date not null columns. constant choose : 1900-01-01. enter image description here

is there other settings must set?

the way found go inside mysql database, alter every table having default value 0 based datetime allow null. then, update every of these fields update 0 based value null. here, using ssma tool work since no more 0 based date time. far being perfect works.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -