<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL Server Planet &#187; Indexing</title>
	<atom:link href="http://sqlserverplanet.com/category/indexes/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Thu, 03 May 2012 23:47:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Clustered Index</title>
		<link>http://sqlserverplanet.com/indexes/clustered-index</link>
		<comments>http://sqlserverplanet.com/indexes/clustered-index#comments</comments>
		<pubDate>Sun, 06 Jun 2010 15:54:48 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Indexing]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=1392</guid>
		<description><![CDATA[The clustered index on a table can be defined as: the sort order for how the data for the table is actually stored. Being that the clustered index is the actual data itself, you cannot have two clustered indexes. You can however have many non clustered indexes. These non clustered indexes are a subset of [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/indexes/clustered-index/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Index</title>
		<link>http://sqlserverplanet.com/indexes/create-index</link>
		<comments>http://sqlserverplanet.com/indexes/create-index#comments</comments>
		<pubDate>Sun, 26 Jul 2009 01:40:52 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DDL]]></category>
		<category><![CDATA[Indexing]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=838</guid>
		<description><![CDATA[To add an index in SQL Server use the CREATE INDEX statements. When adding indexes remember there can only be one clustered index per table. The main options when creating an index are clutered or nonclustered or unique vs non unique. Using SQL 2005+ you can also specify columns to include at the leaf level [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/indexes/create-index/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Indexes Tutorial</title>
		<link>http://sqlserverplanet.com/indexes/sql-server-indexes-tutorial</link>
		<comments>http://sqlserverplanet.com/indexes/sql-server-indexes-tutorial#comments</comments>
		<pubDate>Thu, 25 Jun 2009 02:57:45 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Indexing]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=414</guid>
		<description><![CDATA[This article gives a real world explanation (and code examples) of indexing along with the tools necessary to be able to choose the right indexing strategy for your tables.]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/indexes/sql-server-indexes-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebuild and Reorganize Fragmented Indexes</title>
		<link>http://sqlserverplanet.com/scripts/rebuild-and-reorganize-fragmented-indexes</link>
		<comments>http://sqlserverplanet.com/scripts/rebuild-and-reorganize-fragmented-indexes#comments</comments>
		<pubDate>Sun, 21 Jun 2009 01:05:43 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Indexing]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[index]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=329</guid>
		<description><![CDATA[This script will automatically determine whether a rebuild or a reorganize should be used according to the fragmentation of the index. It will then execute the appropriate command. Note that performing index rebuilds online during production hours will cause contention. SET NOCOUNT ON; DECLARE @objectid int; DECLARE @indexid int; DECLARE @partitioncount bigint; DECLARE @schemaname nvarchar(258); [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/scripts/rebuild-and-reorganize-fragmented-indexes/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Reindex All Tables in a Database</title>
		<link>http://sqlserverplanet.com/scripts/reindex-all-tables-in-a-database</link>
		<comments>http://sqlserverplanet.com/scripts/reindex-all-tables-in-a-database#comments</comments>
		<pubDate>Thu, 18 Jun 2009 04:13:05 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Indexing]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[index]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=232</guid>
		<description><![CDATA[Code for reindexing all tables in a database using dbreindex]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/scripts/reindex-all-tables-in-a-database/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

