Viewing 2 posts - 1 through 3 (of 3 total)
Below is the code which I used
SELECT
Pvt.KeyColumn,
Pvt.[1] Column1,
Pvt.[2] Column2,
Pvt.[3] Column3,
Pvt.[4]...
June 7, 2011 at 5:24 pm
#1335406
Hi Guys,
i got it working..............
Just rank the records. and then use Pivot operator in SQL 2005 to move the column values into single row.
Cheeers...........
April 12, 2011 at 11:09 pm
#1310798