<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick Tip #5: Get Column Names</title>
	<atom:link href="http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/</link>
	<description>Musings about SQL, databases, and my world in general...</description>
	<lastBuildDate>Tue, 20 Dec 2011 15:37:13 +1000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian Mc</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/comment-page-1/#comment-14320</link>
		<dc:creator>Ian Mc</dc:creator>
		<pubDate>Mon, 14 Sep 2009 13:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/#comment-14320</guid>
		<description>Highlight the name of the table in the query editor and press ALT + F1 (this runs sp_help , unless you have change your keyboard defaults). Then just copy the column names from the results list.</description>
		<content:encoded><![CDATA[<p>Highlight the name of the table in the query editor and press ALT + F1 (this runs sp_help , unless you have change your keyboard defaults). Then just copy the column names from the results list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/comment-page-1/#comment-14031</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Wed, 02 Sep 2009 05:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/#comment-14031</guid>
		<description>Hey Sankar

Yes that seems to be even simpler method for getting the column lists easily. Thank you.

Hi Jim,

Most of us aren&#039;t aware of these minute information. Its great that you blog those as well.
Thank you Jim</description>
		<content:encoded><![CDATA[<p>Hey Sankar</p>
<p>Yes that seems to be even simpler method for getting the column lists easily. Thank you.</p>
<p>Hi Jim,</p>
<p>Most of us aren&#8217;t aware of these minute information. Its great that you blog those as well.<br />
Thank you Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sankar Reddy</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/comment-page-1/#comment-14023</link>
		<dc:creator>Sankar Reddy</dc:creator>
		<pubDate>Wed, 02 Sep 2009 00:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/#comment-14023</guid>
		<description>Actually there is another method.

On SSMS, go to Tools&#124;Options&#124;Query Results&#124;SQL Server&#124;Results to Text&#124; select Output format = Comma delimited. I have this setting always on. This is a one-time setting.

Next all you have to do to get the columns names is
1) Hit CTRL T for text results
and run your command.

It is very simple and saves a lot of time for my developers.</description>
		<content:encoded><![CDATA[<p>Actually there is another method.</p>
<p>On SSMS, go to Tools|Options|Query Results|SQL Server|Results to Text| select Output format = Comma delimited. I have this setting always on. This is a one-time setting.</p>
<p>Next all you have to do to get the columns names is<br />
1) Hit CTRL T for text results<br />
and run your command.</p>
<p>It is very simple and saves a lot of time for my developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/comment-page-1/#comment-14021</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 01 Sep 2009 23:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/#comment-14021</guid>
		<description>Thanks noeldr - I don&#039;t think it could get faster than that!  I&#039;ve updated the post to include your method.</description>
		<content:encoded><![CDATA[<p>Thanks noeldr &#8211; I don&#8217;t think it could get faster than that!  I&#8217;ve updated the post to include your method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noeldr</title>
		<link>http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/comment-page-1/#comment-14020</link>
		<dc:creator>noeldr</dc:creator>
		<pubDate>Tue, 01 Sep 2009 22:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jimmcleod.net/blog/index.php/2009/09/02/quick-tip-5-get-column-names/#comment-14020</guid>
		<description>Drag&#039;n drop the &quot;columns&quot; Folder of the object explorer</description>
		<content:encoded><![CDATA[<p>Drag&#8217;n drop the &#8220;columns&#8221; Folder of the object explorer</p>
]]></content:encoded>
	</item>
</channel>
</rss>

