<?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; index</title> <atom:link href="http://sqlserverplanet.com/tag/index/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>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> <item><title>Choosing the Best Clustered Index</title><link>http://sqlserverplanet.com/indexes/choosing-the-best-clustered-index/</link> <comments>http://sqlserverplanet.com/indexes/choosing-the-best-clustered-index/#comments</comments> <pubDate>Sat, 06 Jun 2009 07:37:35 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[Indexing]]></category> <category><![CDATA[DMV]]></category> <category><![CDATA[index]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=127</guid> <description><![CDATA[One of the most common database performance issue most companies face is the improper choice of indexes or the lack of indexes. Most essential, is the clustered index. A well-chosen clustered index will save CPU, Memory, and IO. Choosing the clustered index for a table goes hand-in-hand with the writing of the queries for a [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/indexes/choosing-the-best-clustered-index/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 49/59 queries in 0.069 seconds using disk
Content Delivery Network via files.sqlserverplanet.com

Served from: sqlserverplanet.com @ 2010-07-31 09:01:38 -->