I want to export some SQL Server 2005 data to CSV format (comma-separated with quotes). I can think of a lot of complicated ways to do it, but I want to do it the right<
In management studio, set query options to output to file, and in options->query results set output to file to output using comma as delimiter.