<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Buck Woody : SQL Server, Indexes</title><link>http://sqlblog.com/blogs/buck_woody/archive/tags/SQL+Server/Indexes/default.aspx</link><description>Tags: SQL Server, Indexes</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Watch those clustered indexes</title><link>http://sqlblog.com/blogs/buck_woody/archive/2010/08/11/watch-those-clustered-indexes.aspx</link><pubDate>Wed, 11 Aug 2010 16:27:52 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:27804</guid><dc:creator>BuckWoody</dc:creator><slash:comments>0</slash:comments><comments>http://sqlblog.com/blogs/buck_woody/comments/27804.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/buck_woody/commentrss.aspx?PostID=27804</wfw:commentRss><description>&lt;p&gt;I had a discussion with a friend in Microsoft&amp;nbsp; IT this morning, and as we were evaluating some query plans we ran into more clustered index woes. Remember that clustered indexes affect the base table itself (which is why there can be only one) and are expensive to update. They are fantastic for reading data, but you need to carefully evaluate if they meet the criteria for having an efficient use of this type of index. &lt;/p&gt;
&lt;p&gt;More here: &lt;a href="http://www.sqlskills.com/BLOGS/PAUL/category/Indexes-From-Every-Angle.aspx"&gt;http://www.sqlskills.com/BLOGS/PAUL/category/Indexes-From-Every-Angle.aspx&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=27804" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/buck_woody/archive/tags/Indexes/default.aspx">Indexes</category><category domain="http://sqlblog.com/blogs/buck_woody/archive/tags/Performance/default.aspx">Performance</category><category domain="http://sqlblog.com/blogs/buck_woody/archive/tags/SQL+Server/default.aspx">SQL Server</category></item></channel></rss>