﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Performance Tuning  / SQL Server Index / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 02:17:12 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Server Index</title><link>http://www.sqlservercentral.com/Forums/Topic672308-360-1.aspx</link><description>http://msdn.microsoft.com/en-us/library/aa174523(SQL.80).aspxhttp://msdn.microsoft.com/en-us/library/aa933131(SQL.80).aspxgo through these..........;)</description><pubDate>Thu, 12 Mar 2009 04:50:21 GMT</pubDate><dc:creator>jk.returns</dc:creator></item><item><title>RE: SQL Server Index</title><link>http://www.sqlservercentral.com/Forums/Topic672308-360-1.aspx</link><description>Have you looked in Books On Line?A few general rules of thumb (and remember in SQL Server everything comes with an "It depends" attached):1.  Every table should have a clustered index.2.  The clustered index should be on a monotonically increasing value because the index IS the leaf level of the data (the data is physically stored in this order).3.  The clustered index key should be narrow because the clustered index is included in the non-clustered indexes.4.   Clustered indexes tend to be better for range queries while non-clustered indexes tend to perform better for equality queries.Here's a link to a list blog posts by Gail Shaw (gilamonster here on SSC) that provide good index information:[url]http://sqlinthewild.co.za/index.php/category/sql-server/indexes/[/url]</description><pubDate>Tue, 10 Mar 2009 07:22:25 GMT</pubDate><dc:creator>  Jack Corbett</dc:creator></item><item><title>SQL Server Index</title><link>http://www.sqlservercentral.com/Forums/Topic672308-360-1.aspx</link><description>Hi.. I am new to Index in SQL Server. Pls provide some info aboutWhen to use Clustered Index &amp; Non-Clustered Index?What are the advantages &amp; dis advantages of Clustered Index?What are the advantages &amp; dis advantages of Non-Clustered Index?Thanks</description><pubDate>Tue, 10 Mar 2009 05:49:47 GMT</pubDate><dc:creator>sharma-691993</dc:creator></item></channel></rss>