InterviewSolution
Saved Bookmarks
| 1. |
What is the Precedence Constraint in SSIS? |
|
Answer» In SSIS, the Precedence Constraints are basically the green, RED, and GREY connectors PRESENT in the Control Flow. These are the ones that link the tasks together, and they can also be used to manage the workflow of a package while handling ERROR CONDITIONS. |
|