<?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>Wed, 07 Jul 2010 05:16:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</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>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>1</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[SQL Server]]></category> <category><![CDATA[Scripts]]></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> <item><title>Find Index Usage</title><link>http://sqlserverplanet.com/dmv-queries/find-index-usage/</link> <comments>http://sqlserverplanet.com/dmv-queries/find-index-usage/#comments</comments> <pubDate>Wed, 17 Jun 2009 22:35:26 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DMV Queries]]></category> <category><![CDATA[Indexing]]></category> <category><![CDATA[DMV]]></category> <category><![CDATA[index]]></category> <category><![CDATA[scans]]></category> <category><![CDATA[seeks]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=212</guid> <description><![CDATA[The following DMV query retrieves the usage statistics for existing indexes. User Seeks &#8211; A high number indicates a well utilized index. User Scans &#8211; Number of times the index has been scanned. Could indicate improper ordering of the composite columns User Lookups &#8211; Indicates a different index was used for criteria and the actual [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/dmv-queries/find-index-usage/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 52/61 queries in 0.080 seconds using disk
Content Delivery Network via files.sqlserverplanet.com

Served from: sqlserverplanet.com @ 2010-07-31 08:53:29 -->