Tagged Questions
0
votes
0answers
104 views
Converting data from SQL Server to MySQL using MySQL Workbench and preserving special characters
I am trying to convert a SQL Server database with a SQL_Latin1_General_CP1_CI_AS collation into a MySQL database using MySQL Workbench. I can successfully complete the process without any issues being ...
2
votes
2answers
2k views
MySQL Workbench copies Schema, but not data, from SQL Server 2008
I need to copy/migrate a database from MSSQL (SQL Server 2008) into MySQL. I am using the MySQL Workbench kit, and work through the process of the Migration. Each respective DB user has full access, ...