Link to home
Start Free TrialLog in
Avatar of MoreThanDoubled
MoreThanDoubled

asked on

Script Task

I am writing a SSIS package and using the SQLTaks to run a series of queries that is being used to validate data.  Keep in mind that the queries wont fail (give an error).
My intention is to run these queries and if one of my queries returns a "false" validation check, then i would like for the constraint on that script task to do something else.  So my question is how do i get the script task to perform two different functions: One if the validation is good (true) continue down one path and two if the validation fails (false) then go down a completly different path?

Attached is a diagram to give you a visual of what i am trying to do.
script-task.bmp
ASKER CERTIFIED SOLUTION
Avatar of Jim Horn
Jim Horn
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MoreThanDoubled
MoreThanDoubled

ASKER

Thanks
Thanks for the grade.  Good luck with your project.  -Jim