Annotated Precedence Constraints in SSIS Package - SQL Server Integration Services(SSIS) Tutorial

Precedence Constraints are used to link the executables,Tasks and Containers. The execution of Next executable depends upon the status of previous executable/s.
There are three values for Contraints
  • Success
  • Failure
  • Completion
We can use Constraints with Expressions as well.

In this video, we will learn how to display the Constraint value, Constraint Description, Expressions etc. as Precedence Constraint annotation. This Annotation is helpful while we open the SSIS Package for Debugging.


How to show Annotation on Precedence Constraints in SSIS Package - SSIS Tutorial

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.