Our users want a Dump of the SQL Data which could come by running Query and Stored Procedure every day to a text File.
They will use these text files to load the data into Excel to do a reporting.
The Text file should have the column header also.
output to \etwork1\TextFiles\Order.txt
select * from Orders where orderDate <= 11/1/2013
output to \etwork1\TextFiles\JobTran.txt
EXEC JobTransSp '11/1/2013'