<?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; T-SQL Script to Add Clustered Primary Key</title>
	<atom:link href="http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: chocolatiel</title>
		<link>http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-103757</link>
		<dc:creator><![CDATA[chocolatiel]]></dc:creator>
		<pubDate>Sat, 04 Dec 2010 20:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-103757</guid>
		<description><![CDATA[Which is the difference between a clustered or a non clustered primary key ?]]></description>
		<content:encoded><![CDATA[<p>Which is the difference between a clustered or a non clustered primary key ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar</title>
		<link>http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-96435</link>
		<dc:creator><![CDATA[Amar]]></dc:creator>
		<pubDate>Fri, 29 Oct 2010 08:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-96435</guid>
		<description><![CDATA[What is the difference between above query and CREATE CLUSTERED INDEX .... ON tabaleName (....) . Which way to use in between?]]></description>
		<content:encoded><![CDATA[<p>What is the difference between above query and CREATE CLUSTERED INDEX &#8230;. ON tabaleName (&#8230;.) . Which way to use in between?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-55597</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Fri, 04 Sep 2009 13:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-55597</guid>
		<description><![CDATA[@Gaurab Chatterjee

You don&#039;t need it. It is there so the code can be explicit, like any default. This might be helpful when CREATEing other TABLEs as well where the PK is not CLUSTERED.]]></description>
		<content:encoded><![CDATA[<p>@Gaurab Chatterjee</p>
<p>You don&#8217;t need it. It is there so the code can be explicit, like any default. This might be helpful when CREATEing other TABLEs as well where the PK is not CLUSTERED.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurab Chatterjee</title>
		<link>http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-55586</link>
		<dc:creator><![CDATA[Gaurab Chatterjee]]></dc:creator>
		<pubDate>Fri, 04 Sep 2009 06:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-55586</guid>
		<description><![CDATA[If i am not wrong please clear me . 
I know that if you create primary key in a table it uses a clustered index default,

So why we need to create Clustered primary Key ?
I am bit confused about this matter please help me out.]]></description>
		<content:encoded><![CDATA[<p>If i am not wrong please clear me .<br />
I know that if you create primary key in a table it uses a clustered index default,</p>
<p>So why we need to create Clustered primary Key ?<br />
I am bit confused about this matter please help me out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-38119</link>
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Thu, 15 May 2008 14:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/10/11/sql-server-t-sql-script-to-add-clustered-primary-key/#comment-38119</guid>
		<description><![CDATA[Wow. Whoever needs this information shouldn&#039;t be allowed near a database.]]></description>
		<content:encoded><![CDATA[<p>Wow. Whoever needs this information shouldn&#8217;t be allowed near a database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

