I have an SSIS job that queries a table in my database and outputs the results to an Excel file. If the query returns no rows I don't want the job to create the Excel file. How do I go about this? I'm new to SSIS so idiot proof instructions would be gratefully appreciated.