Hi Everyone,
I enabled eventHandler in my ssis package that send an email to me when an error occurs.
Unfortunately, this floods my mail box with lots of mails.
Now, I want to add a for each loop container that loops through each error message and concatenate them and writes them to a variable. Then I can use this variable in my send mail task to send only one email that has contains all the error descriptions in the message.
Thanks
me