I have an "Execute SQL Task" that reads from a table like this:
select top 1 company_id,filelocation, filename
from Supplier_Download_File_Locations
where statusid = 0
I have created output parameters for the 3 column names.
I need to create a text file based on the company_id, filelocation and
filename columns. In other words when this executes I need it to create a
text file in the filelocation specified, with the filename specified.
Would someone be so kind as to show me how with an example.
I am new at this.
Thanks