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