SSIS: Has anyone successfully loaded data from Mysql views to SQL Server 2019 tables?

Vivek Devalkar 122 Reputation points
2021-03-03T01:00:01.66+00:00

There seems to be something wrong with either SQL Server 2019 or the SSIS MySQL connectors but I've just not been successful with loading data from MySQL views to SQL Server 2019 tables.

While I've tried several ways, I'd specifically like to know if there is anyone out there that has actually successfully done this.

Note: I have loaded from MySQL to SQL Server 2017 tables using the ODBC connector. My issue is specifically with SQL Server 2019.

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,452 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Monalv-MSFT 5,891 Reputation points
    2021-03-03T09:04:54.85+00:00

    Hi @Vivek Devalkar ,

    Please use ADO NET Source to load data from Mysql views.

    We can refer to the following links:

    1.How to migrate MySQL tables to SQL Server using the SQL Server Migration Assistant (SSMA) and SSIS

    2.Connect to a MySQL Data Source (SQL Server Import and Export Wizard)

    Best regards,
    Mona

    ----------

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.