Hi,
How do I execute an SSIS Package based on a flag bit present in a table.
What I understand is, we need to create a variable and then get it assigned with the value in the SQL Server Table.
And then use the precedence constraints to control the flow.
If my flag bit is "0" I will run it and make it 1 at the end, but if it "1" I should not be running the package but still my package should be completing with Success
How do I accomplish this?