Link to home
Create AccountLog in
Avatar of niceguy971
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
SOLUTION
Avatar of jawaharroy
jawaharroy

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Avatar of Alpesh Patel
Alpesh Patel
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of niceguy971
niceguy971

ASKER

Thanks