batcater98
Programmer
have a table in SQL that gets updated inside another SSIS package. I am trying to figure out a way to be albe within an SSIS package to parse through the table which contains a flag field of "yes" or "no", other data and a field with an email address in it. I want to parse through the data and where I find the flag field to be yes send an email to the email address in the email field with data from other fields in the record.
As anyone done this and if so - do you a step by step plan to show me the way? I looked at the Send Mail Task, but it appears to not be flexable enough to do what I want.
Thanks,
Ad.
As anyone done this and if so - do you a step by step plan to show me the way? I looked at the Send Mail Task, but it appears to not be flexable enough to do what I want.
Thanks,
Ad.