开发者

SQL SERVER Query result in CSV format is possible?

开发者 https://www.devze.com 2022-12-31 07:09 出处:网络
Is it possible to get the query result in .CSV fil开发者_C百科e format from SQL SERVER 2000 and above versions?

Is it possible to get the query result in .CSV fil开发者_C百科e format from SQL SERVER 2000 and above versions?

If so can we use this feature from an asp.net application to get the result in CSV format?

If so how can we do this?


You should explicitly loop through the DataTable results and build the CSV file yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消