I am creating a query that has 5 SELECT statement to output to a text file. I have set the NOCOUNT option to ON but I still get a blank line between each SELECT output. Is there a way to eliminate the blank line after the SELECT output?