I am using SQL Server Management Studio.
I wish to save the results of a query to an excel file.
I choose \"save as\" and then save to CSV file which I ca
Try the Export Wizard. In this example I select a whole table, but you can just as easily specify a query:
(you can also specify a query here)