Viewing post 1 (of 2 total)
Thank you both. This is exactly what I needed.
I found that I did not need the CTE and could simply
SELECT EventID, <other event columns>
,Properties = STUFF((
...
January 28, 2016 at 11:16 am
#1855035