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
[email protected]
[email protected]
End result should give me
[email protected];[email protected]
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.