MikeAuz1979
Programmer
Hi,
I have a data flow task that truncates and appends to a table. The thing is that if this table has any results then these need to be investigated so after the data flow task I'd like a task that checks to see if the row count of the table is > 0 and if so sends an email.
Also I have a few packages where I'm emailing myself onError but it's just a hardcoded email address in each package is there a way of setting up a single global email address so if it changes in the future then it will only be changed in one place?
Thanks for any Help
Mike
I have a data flow task that truncates and appends to a table. The thing is that if this table has any results then these need to be investigated so after the data flow task I'd like a task that checks to see if the row count of the table is > 0 and if so sends an email.
Also I have a few packages where I'm emailing myself onError but it's just a hardcoded email address in each package is there a way of setting up a single global email address so if it changes in the future then it will only be changed in one place?
Thanks for any Help
Mike