I have a problem when importing a table form SQL Server to MySQL.
This is what I do:
- First I export a CSV file with the data of the table Clients from SQL Server.
- Then I import that CSV file to an auxiliar table in MySQL.
- Finaly, I execute a query to insert the new data into the Clients table from MySQL
Is there any way to automatize this process? I've tried several methods, but it wasn't successful. ( Methods such as link both servers and configure them. )
English is not my first language.
Kind regards.