There is no 'simple' way to get a 'string concat aggregate' in TSQL. Approaches involved XML and string manipulation and CLR UDFs. There are many duplicates.
– user2864740Jul 24 '15 at 22:00
Maybe better: http://stackoverflow.com/questions/6899/how-to-create-a-sql-server-function-to-join-multiple-rows-from-a-subquery-into
– user2864740Jul 24 '15 at 22:02