<?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: SQL SERVER &#8211; 3 Simple Puzzles &#8211; Need Your Suggestions</title>
	<atom:link href="http://blog.sqlauthority.com/2010/12/01/sql-server-3-simple-puzzles-need-your-suggestions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/12/01/sql-server-3-simple-puzzles-need-your-suggestions/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 15:04:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: aasim abdullah</title>
		<link>http://blog.sqlauthority.com/2010/12/01/sql-server-3-simple-puzzles-need-your-suggestions/#comment-103538</link>
		<dc:creator><![CDATA[aasim abdullah]]></dc:creator>
		<pubDate>Fri, 03 Dec 2010 06:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11036#comment-103538</guid>
		<description><![CDATA[Every column in a table has COLUMN_ID. If you have two columns in a table and need to add one more. Newly added will have COLUMN_ID next to last created column. i.e. if last column_id was 2, newly added will have column_id 3. That&#039;s why you cannot create a column in between existing one. And for this you have to drop and recreate you table, with new column sequence. Sql Server Management Studio work in a same way i.e. recreates your table.]]></description>
		<content:encoded><![CDATA[<p>Every column in a table has COLUMN_ID. If you have two columns in a table and need to add one more. Newly added will have COLUMN_ID next to last created column. i.e. if last column_id was 2, newly added will have column_id 3. That&#8217;s why you cannot create a column in between existing one. And for this you have to drop and recreate you table, with new column sequence. Sql Server Management Studio work in a same way i.e. recreates your table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madhivanan</title>
		<link>http://blog.sqlauthority.com/2010/12/01/sql-server-3-simple-puzzles-need-your-suggestions/#comment-103275</link>
		<dc:creator><![CDATA[Madhivanan]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 10:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11036#comment-103275</guid>
		<description><![CDATA[Do it via SQL Server Management studio. Also why does it matter?]]></description>
		<content:encoded><![CDATA[<p>Do it via SQL Server Management studio. Also why does it matter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satishnandigam</title>
		<link>http://blog.sqlauthority.com/2010/12/01/sql-server-3-simple-puzzles-need-your-suggestions/#comment-103252</link>
		<dc:creator><![CDATA[satishnandigam]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 06:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11036#comment-103252</guid>
		<description><![CDATA[Hi , 
Thanks for the good post.

But I have question 

how to insert a new column between 2 columns in a Table. using sql script

Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Hi ,<br />
Thanks for the good post.</p>
<p>But I have question </p>
<p>how to insert a new column between 2 columns in a Table. using sql script</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
