Hi,
I am stuck with a problem in SSIS and need your suggestions / help to find the perfect solution.
Problem:
1) I have a table and 2 columns are needed for this task.
- Validation Status
- Email id
2) I want to check Validation status column and if the value is 'Failed' I must send a email to the corresponding user using the email id column.
Can you please guide me how to solve this task.
The main challenge is face is how to send only one email to the user even though for the particular user many rows are returned with validation failed.
How to send individual emails to different users for the same table. For example if for two users, Validation Status is 'Failed', I would like to have
2 separate emails for the users and not to have both the users in the 'To' field together.
Thanks a ton in advance