Migrate SSIS packages, projects in visual studio from 2016 to VS 2019

Vijay Rao 1 Reputation point
2020-08-21T02:30:26.403+00:00

I am new , involved in upgrade/migration of the SSIS projects , packages created in VS 2016 to VS 2019. I have installed the free Visual Studio 2019 Community version and Integration services project. and Sql Server management studio - 2019.
I have also managed to connect to source repository where the packages and projects are stored. When I select the packages with in projects and right click , select "Upgrade All " from menu. A new SSIS Package Upgrade Wizard window appears but package names are empty. I am not able to proceed further and upgrade packages , projects.
I would like to know the steps to be followed to migrate/upgrade all SSIS Projects ,packages to VS 2019 . Please Help .

Thanks

Vj

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

1 answer

Sort by: Most helpful
  1. Cris Zhan-MSFT 6,611 Reputation points
    2020-08-21T09:15:27.66+00:00

    Hi Vj,

    If your SSIS packages are stored in file system, you could reload these packages in Visual Studio 2019 and change their version:

    19475-untitled.png

    If your SSIS packages are stored in SSISDB, please follow these steps to migrate SSISDB and upgrade it:

    https://learn.microsoft.com/en-us/sql/integration-services/catalog/ssis-catalog?view=sql-server-2017#backup

    ===============================================

    If the response helped, do "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments