SSIS - DMA doesn't support migration assessment to SSIS in local SQL Server 2019

Carlos Pereira 1 Reputation point
2021-03-03T20:22:35.61+00:00

Hi,

we will migrate from SQL Server 2008 R2 to SQL Server 2019 in near future, we already run DMA to analyze database, however DMA 5.2 doesn't support migration assessment type for intergration services (SSIS) when the destination server is a local SQL Server, only supports Azure SQL Database ou Azure SQL Managed Instance,

As stated in "assessment for migrating SQL Server Integration Service (SSIS) packages to Azure SQL Database or Azure SQL Managed Instance, by using Data Migration Assistant." from https://learn.microsoft.com/en-us/sql/dma/dma-assess-ssis?view=sql-server-ver15

Any alternative to evaluate SSIS code compatiblity with new version?

Only option i could find was executing DTexec with Validate parameter (and i don't know if is even similar to DMA):

/Va[lidate]: (Optional). Stops the execution of the package after the validatation phase, without actually running the package. During validation, use of the /WarnAsError option causes dtexec to treat a warning as an error; therefore the package fails if a warning occurs during validation.

Best Regards,
Carlos

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,449 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
488 questions
0 comments No comments
{count} votes

4 answers

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

    Hi @Carlos Pereira ,

    The Data Migration Assistant (DMA) helps you upgrade to a modern data platform by detecting compatibility issues that can impact database functionality in your new version of SQL Server or Azure SQL Database.

    Please refer to the following links:

    1.Overview of Data Migration Assistant

    2.Data Migration Assistant (DMA) is released to provide migration assessment of SSIS packages

    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.


  2. Carlos Pereira 1 Reputation point
    2021-03-12T11:57:23.78+00:00

    Hi, Mona,

    None of the links you shared have helped me. The cenario on our case isn't available yet on DMA (assessmente for migration od SSIS from SQL 2008 R2 to SQL Server 2019).

    Best regards,
    Carlos


  3. Sid_1805 91 Reputation points
    2021-03-30T21:41:57.347+00:00
    0 comments No comments

  4. Carlos Pereira 1 Reputation point
    2021-03-31T10:52:08.727+00:00

    Hi, anonymous user ,

    I already read the page you shared, however is restricted to "and set the target server type as Azure SQL Database or Azure SQL Managed Instance.", our migration is to SQL Server instance not Azure.

    Best regards,
    Carlos

    0 comments No comments