I have been reading through all this and other various sites but no nearer to what I need.
Another handicap I am operating under is that I'm new to SSIS and haven;t done any serious coding since cobol!
I have an 'execute sql task' that contains various amounts if sql commands that insert/update or delete information from tables.
I would like to be able to output - similar to the progress information when executing in debug mode - the error if the 'execute sql task' if say the insert into the table fails then emails the information or text file log of the job.
How do I do this simply?
thanks