I have a query that returns a list of active Locations and Location Types. I will in turn loop through this list and call a stored procedure with the parameters of the Location and Type. I need to save the resulting procedure results to a CSV on the local server c:\temp\LocationResults. what is the easyist way to save the results to a csv Locaiton_type.CSV without having the manually save each out put as a csv. (i want to be able to have this running on a scheduled task or the such.