在 Microsoft SQL 查询分析器中保存字段名称
当您使用“Microsoft SQL 查询分析器”(版本 8)保存 SQL 查询的结果时,会保存查询结果,但不会保存列标题(字段名称)。知道如何将字段名称保存到结果文件中吗?
When you save the results of a SQL query using "Microsoft SQL Query Analyzer" (version 8), the results of the query are saved but the column headers (field names) are not. Any idea how to save the field names to the results file as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您始终可以切换到“文本结果”并且您会获得列标题,但不会获得 CSV
you could always switch to "Results In Text" and you get the column headings, but no CSV