Hi,
I have an execute SQL task which can return FULL result set ( multiple rows)
SELECT Count(1), StudentName from StudentTab
My requirement is to get the list of all studentnames and create one single string ( comma separated) and then use that string in the Email task .
I can get the data in Object Variable but not sure how to create one single string and use in EMail task