I have 2 SQL queries. The 1st query gives the name of the report, none of rows of the result. Its kind of like the header for the flat file output. The 2nd query gives the actual results. (Sno, Owner, product details)
How do I merge these 2 queries and have the output of these in a flat file?
The merge of the 2 queries is suppose to be done using SSIS and the output of the 2 queries is to be in the flat file .
Please let me know if you need more details.