How to export SQL Server 2005 query to CSV

后端 未结 13 2651

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<

13条回答
  •  萌比男神i
    2020-12-04 15:52

    In Management Studio, select the database, right-click and select Tasks->Export Data. There you will see options to export to different kinds of formats including CSV, Excel, etc.

    You can also run your query from the Query window and save the results to CSV.

提交回复
热议问题