<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Query to Change Column Name in sql server</title>
	<atom:link href="http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/</link>
	<description>Make New Ideas That Make Your Work Interesting</description>
	<lastBuildDate>Thu, 26 Nov 2009 05:18:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anuj</title>
		<link>http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/#comment-100</link>
		<dc:creator>Anuj</dc:creator>
		<pubDate>Mon, 09 Nov 2009 09:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/?p=15#comment-100</guid>
		<description>exec sp_rename ‘t1.[t1_name]‘,’name’,&#039;column’</description>
		<content:encoded><![CDATA[<p>exec sp_rename ‘t1.[t1_name]‘,’name’,&#8217;column’</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yas</title>
		<link>http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/#comment-99</link>
		<dc:creator>Yas</dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/?p=15#comment-99</guid>
		<description>Thanks it really helped :)</description>
		<content:encoded><![CDATA[<p>Thanks it really helped <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit sharma</title>
		<link>http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/#comment-97</link>
		<dc:creator>amit sharma</dc:creator>
		<pubDate>Fri, 25 Sep 2009 08:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/?p=15#comment-97</guid>
		<description>yes i found it and it is for how to change the column name in sql......

exec sp_rename &#039;t1.[t1_name]&#039;,&#039;name&#039;,&#039;column&#039;

where t1 is the table name ,and t1_name is the column name which is to be changed, and &quot;name&quot; it is  name after change.............. 


thanks and enjoy..</description>
		<content:encoded><![CDATA[<p>yes i found it and it is for how to change the column name in sql&#8230;&#8230;</p>
<p>exec sp_rename &#8216;t1.[t1_name]&#8216;,&#8217;name&#8217;,'column&#8217;</p>
<p>where t1 is the table name ,and t1_name is the column name which is to be changed, and &#8220;name&#8221; it is  name after change&#8230;&#8230;&#8230;&#8230;.. </p>
<p>thanks and enjoy..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amit sharma</title>
		<link>http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/#comment-96</link>
		<dc:creator>amit sharma</dc:creator>
		<pubDate>Fri, 25 Sep 2009 06:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/?p=15#comment-96</guid>
		<description>sir ,
may i know how to change a column name in sql 2000. I tried 
--alter table t1 alter column t1_phno varchar(10) to phno varchar(10)-- but it is not working .. 

can anybody help .

thanks a lot..
amit sharma</description>
		<content:encoded><![CDATA[<p>sir ,<br />
may i know how to change a column name in sql 2000. I tried<br />
&#8211;alter table t1 alter column t1_phno varchar(10) to phno varchar(10)&#8211; but it is not working .. </p>
<p>can anybody help .</p>
<p>thanks a lot..<br />
amit sharma</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ushant</title>
		<link>http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/#comment-95</link>
		<dc:creator>ushant</dc:creator>
		<pubDate>Mon, 14 Sep 2009 11:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/?p=15#comment-95</guid>
		<description>is there no any other method to solve this query.</description>
		<content:encoded><![CDATA[<p>is there no any other method to solve this query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunny pandit</title>
		<link>http://dayananthan.wordpress.com/2008/05/30/query-to-change-column-name-in-sql-server/#comment-82</link>
		<dc:creator>sunny pandit</dc:creator>
		<pubDate>Tue, 28 Apr 2009 07:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://dayananthan.wordpress.com/?p=15#comment-82</guid>
		<description>But what to do when we need to change column name as well as its type ??</description>
		<content:encoded><![CDATA[<p>But what to do when we need to change column name as well as its type ??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
