niceguy971
asked on
Error handling-- SSIS --SQL Server 2008
I have two SequenceContainers in my SSIS package. If one SequenceContainer fails, I still need another SequenceContainer to execute,
in other words - if Sequence Container_1 fails...then Sequence Container_2 still need to be executed.
The package 'PackTwoSecCont.dtsx' is attached --pls rename *.txt to PackTwoSecCont.dtsx.
How can I achieve this goal??
Thanks
PackTwoSecCont.txt
in other words - if Sequence Container_1 fails...then Sequence Container_2 still need to be executed.
The package 'PackTwoSecCont.dtsx' is attached --pls rename *.txt to PackTwoSecCont.dtsx.
How can I achieve this goal??
Thanks
PackTwoSecCont.txt
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER