August 26, 2008 at 6:52 pm
I have a table like this:
---------------------------------------
TableName
----------------------------------------
Column1 Column2 Column3
----------------------------------------
Row1
Row2
Row3
----------------------------------------
How can i make columns to Rows like this:
---------------------------------------
TableName
----------------------------------------
Single COlumn
----------------------------------------
Column1
Column2
Column3
----------------------------------------
Any Idea How to use Pivot to do this:
Pls lemme know steps.
Thnx in Adv
Thanks [/font]
August 26, 2008 at 7:29 pm
Use UnPivot.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 28, 2008 at 8:38 am
Can u brief me how to use it in such scenario..i know a litle bit settin lineage ID
Thanks
Thanks [/font]
August 29, 2008 at 3:52 am
Hi Kajal,
If you do a google search on "SSIS Pivot" you will find there are quite a number of articles dedicated to this subject.
Why don't you have a look through them and come back with any questions you have?
Cheers
Kindest Regards,
Frank Bazan
August 29, 2008 at 8:17 am
Kajal (8/28/2008)
Can u brief me how to use it in such scenario..i know a litle bit settin lineage IDThanks
Anything I say would be a simple regurgitation of what's in Books Online. Recommend you start there, first.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply