Hi,
I’m executing a stored procedure using execute query activity and storing the output table in a data table.
The extracted data table does not have header. I need header to further work with extracted table. What is the best way to extract table with header.
Thanks in advance!