I have SSIS 2012.
I would like to to have task, which check if table have any rows. If there are 0 rows (empty) then follow red arrow and if there are more that 0 rows, then follow green arrow.
How to make tasks to undertand that if SQL query return 0 rows, it should be directed to red arrow?
Kenny_I