Here I've two sql task namely TotalCount_Quest_HF and TotalCount_Quest_HF_Table. These 2 sql task would return total count from 2 tables into variable 'v_TotalCount_Quest_HF' and 'v_TotalCount_Quest_HF_Table'.
Now I want execute 'Preparation SQL Task 1' SQL Task if v_TotalCount_Quest_HF >= v_TotalCount_Quest_HF_Table else stop whole process. How to do this in SSIS ?