How to export SQL Server 2005 query to CSV

后端 未结 13 2666

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条回答
  •  时光说笑
    2020-12-04 16:04

    If it fits your requirements, you can use bcp on the command line if you do this frequently or want to build it into a production process.

    Here's a link describing the configuration.

提交回复
热议问题