Hi @ADey,
If you want to load data from MSSQL to MySQL, you may need to use OLE DB Source to connect to MSSQL and then load to MySQL destination.
Use this provider to create the Connection Manager.
You may use ODBC destination or ADO.NET Destination to connect to MySQL.
To cofigure ODBC driver for MySQL, you may refer to How to Extract & Load Data in MySQL by using ODBC Driver in SSIS Package.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.