Starting... Prepare information for data copy... Prepare information for data copy done Determine number of rows to copy.... Counting number of rows in tables... wbcopytables.exe --count-only --passwords-from-stdin --odbc-source="DRIVER={SQL Server};SERVER=.;DATABASE={};UID=" --table-file=c:\users\jon\appdata\local\temp\tmpmxfs4m 08:52:04 [INF][ copytable]: --table [Test] [dbo].[Test] 08:52:04 [INF][ copytable]: --table [Test] [dbo].[sysdiagrams] 08:52:04 [INF][ copytable]: Opening ODBC connection to [unknown] 'DRIVER={SQL Server};SERVER=.;DATABASE={};UID=;PWD=XXX' 08:52:04 [INF][ copytable]: ODBC connection to 'DRIVER={SQL Server};SERVER=.;DATABASE={};UID=;PWD=' opened 3 total rows in 2 tables need to be copied: - [Test].[dbo].[Test]: 3 - [Test].[dbo].[sysdiagrams]: 0 Determine number of rows to copy finished Copy data to target RDBMS.... Migrating data... wbcopytables.exe --odbc-source="DRIVER={SQL Server};SERVER=.;DATABASE={};UID=" --target="root@localhost:3306" --progress --passwords-from-stdin --thread-count=2 --source-rdbms-type=Mssql --table-file=c:\users\jon\appdata\local\temp\tmppkofj2 Loading table information from file c:\users\jon\appdata\local\temp\tmppkofj2 `Test`.`Test`:Copying 2 columns of 3 rows from table [Test].[dbo].[Test] ERROR: `Test`.`Test`:Inserting Data: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'yep.'),(3,'No single here.')' at line 1 ERROR: `Test`.`Test`:Failed copying 3 rows `Test`.`sysdiagrams`:Copying 5 columns of 0 rows from table [Test].[dbo].[sysdiagrams] `Test`.`sysdiagrams`:Finished copying 0 rows in 0m00s 52:04 [INF][ copytable]: --table [Test] [dbo].[Test] `Test` `Test` [ID] `ID` [ID], [String] 52:04 [INF][ copytable]: --table [Test] [dbo].[sysdiagrams] `Test` `sysdiagrams` [diagram_id] `diagram_id` CAST([name] as VARCHAR(128)) as [name], [principal_id], [diagram_id], [version], CONVERT(VARBINARY(MAX), [definition], 0) as [definition] 52:04 [INF][ copytable]: Connecting to MySQL server at localhost:3306 with user root 52:04 [INF][ copytable]: Connection to MySQL opened 52:04 [INF][ copytable]: Opening ODBC connection to [Mssql] 'DRIVER={SQL Server};SERVER=.;DATABASE={};UID=;PWD=XXX' 52:04 [INF][ copytable]: ODBC connection to 'DRIVER={SQL Server};SERVER=.;DATABASE={};UID=;PWD=' opened 52:04 [INF][ copytable]: Connecting to MySQL server at localhost:3306 with user root 52:04 [INF][ copytable]: Connection to MySQL opened 52:04 [INF][ copytable]: Opening ODBC connection to [Mssql] 'DRIVER={SQL Server};SERVER=.;DATABASE={};UID=;PWD=XXX' 52:04 [INF][ copytable]: Statement execution failed: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'yep.'),(3,'No single here.')' at line 1: 52:04 [INF][ copytable]: ODBC connection to 'DRIVER={SQL Server};SERVER=.;DATABASE={};UID=;PWD=' opened 52:04 [INF][ copytable]: Connecting to MySQL server at localhost:3306 with user root 52:04 [INF][ copytable]: Connection to MySQL opened 52:04 [INF][ copytable]: Re-enabling triggers for schema 'Test' 52:04 [INF][ copytable]: No triggers found for 'Test' Copy helper has finished Data copy results: - `Test`.`Test` has FAILED (0 of 3 rows copied) - `Test`.`sysdiagrams` has succeeded (0 of 0 rows copied) 1 tables of 2 were fully copied Click [Retry] to retry copying remaining data from tables Copy data to target RDBMS finished Tasks finished with warnings and/or errors; view the logs for details Finished performing tasks.