I'm actually migrating an oracle database to MSSQL, the problem is that by several SQL tables the column Order is not the same like in Oracle tables.
While migrating , the SSMA shows an error message "This given key was not present in the dictionary", this error could be solved by rearranging the columns in the SQL tables as they are in the Oracle DB.
My Question, is there any solution how to bypass this control ?
Best Regards