Goal:
I want to add some name of the column's header from stored procedure to the CSV file
bcp "EXEC [databasname].[storedprocedure]" queryout C:\test\bcp_outputTable.csv -c -T -SPC01 -r\n
Problem:
I cannot find a solution to it.
Info:
I'm using the code above in CMD.