I need to transfer data from sql server 2008 express to MySql. The data is around 2.000.000 records in total and 4 tables.
In C# I can insert these records very quickly with the Table-Valued parameter. (Around 50 seconds). Within a transaction.
Now I was wondering if there is something similar for MySql that I can do in C#.