Hi,
I am using SSIS to run a stored proc. The results of the stored proc are then written to a file.
The problem I am having is that I can't figure out a way to get the column names into the file from the SSIS side (another issue).
So, I was thinking if I could write the query such that it puts the column names in the first row, that would work too.
Does anyone know of a way to write a query to get the column names to appear as the first row of data from the query?
Thanks!
I am using SSIS to run a stored proc. The results of the stored proc are then written to a file.
The problem I am having is that I can't figure out a way to get the column names into the file from the SSIS side (another issue).
So, I was thinking if I could write the query such that it puts the column names in the first row, that would work too.
Does anyone know of a way to write a query to get the column names to appear as the first row of data from the query?
Thanks!