I'm using the Microsoft SSIS tool in version 2005 to generate ETL I want to perform an ETL that takes care of passing data from a database I have in SQL Server to MySQL, and manages to migrate data from MySQL to SQL Server.
In the data target I only have these options.
First you need to create a connection to to the MySQL server. https://dev.mysql.com/downloads/connector/odbc/ Then, in control panel, administrative tools, you will need to create a system DSN. Control Panel\System and Security\Administrative Tools\Data Source ODBC If you develop SSIS on your computer not on the server, you need to install the driver there as well. Once this is done, you need to select in the dataflow task the ODBC destination and apply the created DSN.