Migration of SSIS packages from sql server 2016 to sql server 2022

Vishwanath C R 25 Reputation points
2023-06-12T08:51:17.2+00:00

Hi ,

we are trying to migrate ssis packages from sql server 2016 to sql server 2022 , we are not able to migrate ssis packages completely , there are some errors which are blocking our migration . please guide the steps to migrate ssis packages .

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.
568 questions
Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} vote

Accepted answer
  1. ZoeHui-MSFT 41,491 Reputation points
    2023-06-13T02:06:57.65+00:00

    Hi @Vishwanath C R,

    Are you using VS2022 to migrate SSIS package from 2016 to 2019?

    SQL Server Integration Services Projects 2022 does not have a GA version temporarily.

    There are some known issues under test, you may wait for the GA version and keep the SSIS2016 or migrate to SQL Server2019 temporarily.

    Regards,

    Zoe Hui


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


1 additional answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-06-12T09:28:38.34+00:00

    there are some errors which are blocking our migration

    And what for errors do you get; we can't guess them. Please post the complete error messages.

    please guide the steps to migrate ssis packages .

    Open the SSIS project in the latest SSDT version, change project property "TargetServerVersion" to 2022, compile the project and may deploy it; that's all.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.