Viewing post 1 (of 1 total)
How about something like this: (similar to solution 2)
DECLARE @listCol VARCHAR(2000)
SELECT @listCol = STUFF(( SELECT DISTINCT ', ' + name
...
March 8, 2011 at 1:10 pm
#1296107