visual studio 2012 how to copy existing ssis and save to new project as new name

nononame2021 256 Reputation points
2021-11-04T07:57:01.657+00:00

I am using VISUAL STUDIO 2012, I have existing ssis package, how can I save copy of that ssis and save into new project

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

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 32,821 Reputation points
    2021-11-04T08:25:15.547+00:00

    Hi @nononame2021 ,

    In SQL Server Data Tools (SSDT), open the Integration Services project that contains the package that you want to copy.

    In Solution Explorer, double-click the package.

    Verify either the package to copy is selected in Solution Explorer or the tab in SSIS Designer that contains the package is the active tab

    On the File menu, click Save copy <package name> As.

    146522-screenshot-2021-11-04-162459.jpg

    And then create a new SSIS project, add exiting package.

    copy-a-package-in-sql-server-data-tools

    If I misunderstand your need, please incorrect me.