I have a SSIS ExecuteSQL task which will return 1 on success and 0 on failure. I want to analyze the output from ExecuteSQL task and execute some taks (Ex:- FTP....etc) if the query output is 1 and if the query output is 0 i want to exit the package.
Please let me know if you need more information.