Hi. I have a table with column c with rows of data
c
--
ABC
XYZ
I want to parse this into a single string comma separated
ABC,XYZ
Can someone point me to a site/page that will help me build this function or proc using MS sql server 2005? THanks
Start Free Trial