<?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: Alter Table Alter Column</title>
	<atom:link href="http://sqlserverplanet.com/sql/alter-table-alter-column/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com/sql/alter-table-alter-column</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Wed, 16 May 2012 18:08:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Salih</title>
		<link>http://sqlserverplanet.com/sql/alter-table-alter-column/comment-page-1#comment-1217</link>
		<dc:creator>Salih</dc:creator>
		<pubDate>Mon, 14 May 2012 21:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=556#comment-1217</guid>
		<description>More accurately staetd…Move a column after some other columnmysql&gt; ALTER TABLE `mytable` MODIFY COLUMN `mycolumn` [mycolumn definition] AFTER `someothercolumn`;Move a column to the first positionmysql&gt; ALTER TABLE `mytable` MODIFY COLUMN `mycolumn` [mycolumn definition] FIRST;</description>
		<content:encoded><![CDATA[<p>More accurately staetd…Move a column after some other columnmysql&gt; ALTER TABLE `mytable` MODIFY COLUMN `mycolumn` [mycolumn definition] AFTER `someothercolumn`;Move a column to the first positionmysql&gt; ALTER TABLE `mytable` MODIFY COLUMN `mycolumn` [mycolumn definition] FIRST;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piyu</title>
		<link>http://sqlserverplanet.com/sql/alter-table-alter-column/comment-page-1#comment-1182</link>
		<dc:creator>piyu</dc:creator>
		<pubDate>Fri, 27 Apr 2012 17:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=556#comment-1182</guid>
		<description>i want to modify values of a column of an existing table in sql 2005, can u tell me how to do this?</description>
		<content:encoded><![CDATA[<p>i want to modify values of a column of an existing table in sql 2005, can u tell me how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mine</title>
		<link>http://sqlserverplanet.com/sql/alter-table-alter-column/comment-page-1#comment-1147</link>
		<dc:creator>Mine</dc:creator>
		<pubDate>Fri, 30 Mar 2012 09:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=556#comment-1147</guid>
		<description>Worked well . Thanks</description>
		<content:encoded><![CDATA[<p>Worked well . Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahid</title>
		<link>http://sqlserverplanet.com/sql/alter-table-alter-column/comment-page-1#comment-1101</link>
		<dc:creator>Shahid</dc:creator>
		<pubDate>Tue, 14 Feb 2012 09:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=556#comment-1101</guid>
		<description>Hi, Can we Alter column order with script?</description>
		<content:encoded><![CDATA[<p>Hi, Can we Alter column order with script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Henley</title>
		<link>http://sqlserverplanet.com/sql/alter-table-alter-column/comment-page-1#comment-1093</link>
		<dc:creator>David Henley</dc:creator>
		<pubDate>Fri, 03 Feb 2012 15:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://sqlserverplanet.com/?p=556#comment-1093</guid>
		<description>I have found myself at this blog many times and each time it answers my question.  Thank you, sir!!</description>
		<content:encoded><![CDATA[<p>I have found myself at this blog many times and each time it answers my question.  Thank you, sir!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

