Hi Brian,
Yes it was the previous task for sure and I ran the job in order so not sure why it didn't work. So what I ended up doing was running my 42 SQL statements (each inserting data into a table), then a task to query (SELECT 😉 from the output table, then I used the Write Task to write the output from that specific task to a csv file. I still need to work on my 42 SQL tasks, there has to be a more efficient way to do that!! I have to run each query one at a time due to the performance hit to the back -end...but I think a SP or JOB has to be better, I just have to figure that out :)
-Jane