Viewing post 1 (of 1 total)
Here's what the print @DynamicPivotQuery looks like.
print @DynamicPivotQuery
SELECT dayworked,[Tom],[Dick],[Harry]
FROM tbldaysworked
PIVOT(max(fullday)
FOR name IN...
March 26, 2014 at 9:59 am
#1700374