Recently we have ETL of all from MySQL to SQL Server. Obviously the datatypes have changed.
Is there any way to do detail quick data comparison (irrespective of datatypes) between MySQL and SQL Server table.
I understand that Except, checksum, hashbytes would also take data types into account.
I would just like to compare "abc" to "abc"
Thanks for your help.