Wide varchar field causes “Requested conversion is not supported” error using openquery with MySQL linked server

后端 未结 2 1372
北荒
北荒 2021-01-22 18:40

I\'m trying to migrate a table from MySql to MSSQL using openquery but I keep getting the following error message:

OLE DB provider \"MSDASQL\" for l         


        
2条回答
  •  臣服心动
    2021-01-22 18:52

    I managed to fix this issue by changing the datatype to TEXT at both MySql and MSSQL side.

提交回复
热议问题