如何让 Management Studio 2005 从结果集中复制标头?
默认情况下,当您从 SSMS 中的查询窗口复制/粘贴数据时,它不会复制列标题。如何将这些标头与数据一起复制?
By default when you copy/paste data from a query window in SSMS it does not copy the column headings. How can I get these headers to be copied along with the data?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请注意,这仅适用于“新查询”类型的窗口,不适用于“打开表”(可编辑)窗口。
Note that this will only work on the "New Query" types of windows -- not the "Open table" (editable) windows.
SSMS 2008 中添加了带标题的结果。Ctrl-Shift-C 也有效。
Results with headers was added in SSMS 2008. Ctrl-Shift-C works as well.
您只需右键单击结果,然后选择“复制标题”
You can just right click the results, and select "Copy with headers"