Viewing 2 posts - 1 through 2 (of 2 total)
;)DECLARE @Items as varchar(8000)
SELECT
@Items = COALESCE(@Items + ',' + colsName , +ColsName)
FROM TableName
select @Items:P
February 29, 2008 at 12:08 am
#783622
February 29, 2008 at 12:04 am
#783618