Viewing 3 posts - 1 through 4 (of 4 total)
unless the design is like the attached, - when tasks are within the container.
The only way in such case is to fail the package right?
January 21, 2019 at 6:06 pm
I actually did it via
Dts.TaskResult = (int)ScriptResults.Failure;
in a script task, because we wanted the pkg not just send email and stop execution but report failure as well.
January 21, 2019 at 6:02 pm
i am seeing something like this
https://www.anexinet.com/blog/having-an-ssis-component-wait-until-a-condition-is-met-or-a-time-period-passes/
but it seems so cumbersome/weird/big workaround.
Isn't there just a way to say EXIT? or END ? like it is possible...
January 20, 2019 at 3:41 pm
Viewing 3 posts - 1 through 4 (of 4 total)