Quantcast
Channel: MySQL Forums - Microsoft SQL Server
Viewing all articles
Browse latest Browse all 686

MS Sql to MySQL migration - data transfer issue (7 replies)

$
0
0
Migration from MS sql 2008.
workbench 6.3.5

Migration is failing when I am using different characters like (ã). Manual insert in to the table is working. But workbench is not able to convert it properly.In the insert statement created by workbenck those characters are being replaced by question mark and the copy is failing with this error :

14:26:05 [INF][ copytable]: Statement execution failed: Incorrect string value: '\xE3h' for column 'Type':

INSERT INTO `TestDB`.`Person` (`Name`, `Age`, `Type`) VALUES '(Peter ',35,'The Peet\�h')

Type should be 'The Peetãh'

I am using ODBC Data source(Free TDS) Connection method with Native 10.0 driver
Latin1 to UTF8.

Viewing all articles
Browse latest Browse all 686

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>