<?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: An Introduction to Clustered and Non-Clustered Index Data Structures</title>
	<atom:link href="http://www.sql-server-performance.com/2004/index-data-structures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2004/index-data-structures/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Hirushan</title>
		<link>http://www.sql-server-performance.com/2004/index-data-structures/#comment-2069</link>
		<dc:creator>Hirushan</dc:creator>
		<pubDate>Sun, 15 Jul 2012 12:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=376#comment-2069</guid>
		<description><![CDATA[CREATE UNIQUE CLUSTERED INDEX DummyTable1_empindex
    ON DummyTable1 (EmpIndex);
GO]]></description>
		<content:encoded><![CDATA[<p>CREATE UNIQUE CLUSTERED INDEX DummyTable1_empindex<br />
    ON DummyTable1 (EmpIndex);<br />
GO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.sql-server-performance.com/2004/index-data-structures/#comment-1792</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 28 Mar 2012 16:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=376#comment-1792</guid>
		<description><![CDATA[Great article!  I am wondering now what the result will be when adding two clustered indexes on a table for two different rows that you will often query a group of rows on.  I&#039;m not sure if I can have multiple clustered indexes on a single table.  It seems I would have to have an additional copy of the data to have it physically arranged in two different orders if it&#039;s possible taking up more space and making writes more expensive to the table.]]></description>
		<content:encoded><![CDATA[<p>Great article!  I am wondering now what the result will be when adding two clustered indexes on a table for two different rows that you will often query a group of rows on.  I&#8217;m not sure if I can have multiple clustered indexes on a single table.  It seems I would have to have an additional copy of the data to have it physically arranged in two different orders if it&#8217;s possible taking up more space and making writes more expensive to the table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.sql-server-performance.com/2004/index-data-structures/#comment-1784</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 26 Mar 2012 11:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=376#comment-1784</guid>
		<description><![CDATA[Hi Kevin,
It is on page 5 of this article:
CREATE UNIQUE CLUSTERED INDEX DummyTable2_EmpIndex
ON DummyTable2 (EmpID)
GO
Regards, Matt]]></description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>It is on page 5 of this article:</p>
<p>CREATE UNIQUE CLUSTERED INDEX DummyTable2_EmpIndex<br />
ON DummyTable2 (EmpID)<br />
GO</p>
<p>Regards, Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Schultz</title>
		<link>http://www.sql-server-performance.com/2004/index-data-structures/#comment-439</link>
		<dc:creator>Kevin Schultz</dc:creator>
		<pubDate>Thu, 07 Jul 2011 18:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=376#comment-439</guid>
		<description><![CDATA[Where is the SQL code to add the unique clustered index?
RE: &quot;Now, let’s add a unique clustered index on the empindex column and then view the differences in page 26410.&quot;]]></description>
		<content:encoded><![CDATA[<p>Where is the SQL code to add the unique clustered index?</p>
<p>RE: &#8220;Now, let’s add a unique clustered index on the empindex column and then view the differences in page 26410.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
