This should be a simple one but I am having trouble with it. I want to create dynamic seperated list from a table that I have. Example:
Table:
Email
Person1@address.com
Person2@address.com
End result should give me
Person1@address.com;person2@address.com
I am not sure what the right method would be to get these results. i think that I can do it with ForXML but it is pretty complex for what seems to be a simple issue.
Any advice would be appreciated. I will keep messing with the ForXml example I found.