How to Merge Multiple Solutions into one Solution ??

  • Hi,

    I have four SSIS packages, having individual solutions for each of them. now my requirement is to club it together in one solution. when I try to copy just the package file, it is not working as expected. could you please give your suggestion, how could I get it done.

    Additional Info:

    --------------

    Currently looks like solutions as below::

    -------------------------------------

    C:\Prabhu\SSISPackages\Load_GSO_NumberSerial_Mapping\package 1

    C:\Prabhu\SSISPackages\Ops_Details_Order\package 2

    C:\Prabhu\SSISPackages\Ops_Sol_Details\package 3

    C:\Prabhu\SSISPackages\SolutionPull\package 4

    My Exectation is like below:

    --------------------------

    C:\Prabhu\SSISPackages\Load_Data_Files\

    package 1

    package 2

    package 3

    package 4

    Thanks,

    Prabhu

  • Open one solution. Right-click on SSIS Packages and select "Add existing package". Browse to another solution and add the package from there.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Koen Verbeeck (8/28/2014)


    Open one solution. Right-click on SSIS Packages and select "Add existing package". Browse to another solution and add the package from there.

    +1

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

  • Thanks Koen & Phil,

    your values suggestions worked..

    Thanks,

    Prabhu

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply