I have a .Net console application that extracts data from webapi and fill 5 tables on a MS SQL Server database.
Now I have to export these tables to a MySql Database. How can I do that in an easy way?
The Console Application is coded with Visual Studio 2015 (C#).
Is it possible to use LinqToSql on a MySql Database ?
Or is it possible to use MySql as Destination Server on Microsoft Integration Service ?
Thanks