Hello,
I want to find a way to allow our reporting guy to export data returned from a stored procedure into a CSV file. The procedure will need a (date) parameter passing to it.
Is there a data export wizard I can get him to use, or some other user friendly way in SQL2005 that he can generate the CSV (after providing some parameters).
It isn't absolutley necessary that the data must come from a stored procedure, it could be a view or something, but he must be able to easily provide some preset constraints when generating the CSV file.
Thanks for any assistance you guys can offer.