Using FOR XML PATH and STUFF SQL String Concatenation December 6, 2016 You can use the FOR XML PATH SQL Statement to join or concatenate multiple column values into single row. You could then use STUFF to remove the first ‘,’ (now