I\'m trying to migrate a table from MySql to MSSQL using openquery but I keep getting the following error message:
openquery
OLE DB provider \"MSDASQL\" for l
I managed to fix this issue by changing the datatype to TEXT at both MySql and MSSQL side.
TEXT