February 15, 2007 at 1:45 pm
Hi
I am facing a issue while writing a SSIS. The requirement is as below:
Source Table; Have
Destination Table: Have
Aim:
Values of cells in A,B,C,D for each row will be inserted in Destination table’s X column as independent column. [ie. For each row in source, there will be 4 rows in destination]
Could any one kindly guide me on how to proceed? Thanks in advance.
Regards
Utsab Chattopadhyay
February 19, 2007 at 8:00 am
This was removed by the editor as SPAM
March 5, 2007 at 11:59 am
If I understand your problem correctly, I think that the Unpivot transformation should work.
March 9, 2007 at 6:48 am
Note also that if this is a SQL Server table, there is a PIVOT and UNPIVOT option in T-SQL. You may find this easier to implement than the un/pivoting components in the dataflow transformations as they are quite laborious to set up!
You should be able to find out the syntax from books online.
Kindest Regards,
Frank Bazan
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply