asked on
ASKER
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
Since you're testing data in tables, why not create a Stored Procedure that does this testing and returns a value of Success/Fail (or whatever floats your boat).
Then in SSIS add an Execute SQL Task to run this SP and store the return value in a variable Then in the following Precedence Constraint (aka green arrow) test this value and map the package flow accordingly.