I have a Send Email Task in my DTS Package OnPostExecute event. It sends email to the developers after this package gets executed. It works but the problem is it sends the same email twice. Am I missing something?
Thanks!
Ryan
I have a Send Email Task in my DTS Package OnPostExecute event. It sends email to the developers after this package gets executed. It works but the problem is it sends the same email twice. Am I missing something?
Thanks!
Ryan
Ok fixd it. Instead of having the Send Email Task in the package I placed it in the Data Flow Task. Now it's sending things once.
Thanks!
Ryan