FAcing loading issue in SSIS package

  • Hi,

    I am facing a problem in the SSIS package.

    I got 3 inputs.I want to load the data coming from these 4 outputs in a single table.

    the inputs are:

    input1 columns:

    salary

    empname

    department

    input2 columns:

    division

    name

    input 3 columns:

    location

    city

    I want my output in the following format:

    salary empname department division name location city

    Could anybody help me in this issue?

    Thanks,

    Santosh Bhanutej MV

  • You can do this in SSIS easily,

    what is the common column between the tables that you can join on?

Viewing 2 posts - 1 through 1 (of 1 total)

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