<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: A Look at Missing Indexes</title>
	<atom:link href="http://sqlfool.com/2009/04/a-look-at-missing-indexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/</link>
	<description>Adventures in SQL Tuning - a blog for the rest of us</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:28:07 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: subash</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-6802</link>
		<dc:creator>subash</dc:creator>
		<pubDate>Wed, 17 Aug 2011 17:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-6802</guid>
		<description>Hi Michelle,
I am using SSMS 2008 (Standard Edition), and I do not see &quot;Missing Index Option...&quot;. Does it require different edition of sql server?</description>
		<content:encoded><![CDATA[<p>Hi Michelle,<br />
I am using SSMS 2008 (Standard Edition), and I do not see &#8220;Missing Index Option&#8230;&#8221;. Does it require different edition of sql server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-4980</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 16 Oct 2009 20:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-4980</guid>
		<description>Hi Michelle,

Tried to run you routine in our environment and received this error.  Any idea what the cause would be?

Msg 102, Level 15, State 1, Procedure dba_missingIndexStoredProc_sp, Line 118
Incorrect syntax near &#039;.&#039;.</description>
		<content:encoded><![CDATA[<p>Hi Michelle,</p>
<p>Tried to run you routine in our environment and received this error.  Any idea what the cause would be?</p>
<p>Msg 102, Level 15, State 1, Procedure dba_missingIndexStoredProc_sp, Line 118<br />
Incorrect syntax near &#8216;.&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Ufford</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-3799</link>
		<dc:creator>Michelle Ufford</dc:creator>
		<pubDate>Wed, 20 May 2009 13:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-3799</guid>
		<description>@Joe I&#039;m not sure what the code is that supports the SSMS feature.  There&#039;s some information in MSDB:  http://msdn.microsoft.com/en-us/library/ms345524.aspx

If you want to take a code-based approach, you can use the sys.dm_db_missing_index_details DMV to return similar information.  I have a script that you can use in another blog post, &lt;a href=&quot;http://sqlfool.com/2009/01/index-clean-up-scripts/&quot; rel=&quot;nofollow&quot;&gt;http://sqlfool.com/2009/01/index-clean-up-scripts/&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Joe I&#8217;m not sure what the code is that supports the SSMS feature.  There&#8217;s some information in MSDB:  <a href="http://msdn.microsoft.com/en-us/library/ms345524.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms345524.aspx</a></p>
<p>If you want to take a code-based approach, you can use the sys.dm_db_missing_index_details DMV to return similar information.  I have a script that you can use in another blog post, <a href="http://sqlfool.com/2009/01/index-clean-up-scripts/" rel="nofollow">http://sqlfool.com/2009/01/index-clean-up-scripts/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe tigeleiro</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-3745</link>
		<dc:creator>joe tigeleiro</dc:creator>
		<pubDate>Mon, 18 May 2009 17:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-3745</guid>
		<description>SSMS 2008 - missing index detail. What is the code behing this option. If i have captured query plans from cache that contain this info, I want to generate the create index statement just like you would when you click on the plan</description>
		<content:encoded><![CDATA[<p>SSMS 2008 &#8211; missing index detail. What is the code behing this option. If i have captured query plans from cache that contain this info, I want to generate the create index statement just like you would when you click on the plan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Ufford</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-3519</link>
		<dc:creator>Michelle Ufford</dc:creator>
		<pubDate>Tue, 12 May 2009 16:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-3519</guid>
		<description>@Jim you must be using SSMS 2008 to get the missing index options.  This works even if you&#039;re connecting to a SQL Server 2005 instance.  

As for the diagram, it&#039;s hard to quantify the &quot;estimated impact&quot; of an index because every system and every environment is different.  In my world, creating a _narrow_ index on a table with less than 10mm records is &quot;low,&quot;  10mm to 100mm is &quot;medium,&quot; and &gt; 100mm starts to get expensive.  Everything changes when the index starts to get wide or when the table is very busy.  So to borrow a line from Paul Randal, &quot;it depends.&quot;  :)</description>
		<content:encoded><![CDATA[<p>@Jim you must be using SSMS 2008 to get the missing index options.  This works even if you&#8217;re connecting to a SQL Server 2005 instance.  </p>
<p>As for the diagram, it&#8217;s hard to quantify the &#8220;estimated impact&#8221; of an index because every system and every environment is different.  In my world, creating a _narrow_ index on a table with less than 10mm records is &#8220;low,&#8221;  10mm to 100mm is &#8220;medium,&#8221; and > 100mm starts to get expensive.  Everything changes when the index starts to get wide or when the table is very busy.  So to borrow a line from Paul Randal, &#8220;it depends.&#8221;  <img src='http://sqlfool.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Peabbles</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-3485</link>
		<dc:creator>Jim Peabbles</dc:creator>
		<pubDate>Mon, 11 May 2009 18:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-3485</guid>
		<description>Can  you quantify &quot;low,medium,high and expensive&quot; from your diagram or since they would differ on each database, maybe explain what you would do to define these initial values?</description>
		<content:encoded><![CDATA[<p>Can  you quantify &#8220;low,medium,high and expensive&#8221; from your diagram or since they would differ on each database, maybe explain what you would do to define these initial values?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Peabbles</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-3473</link>
		<dc:creator>Jim Peabbles</dc:creator>
		<pubDate>Mon, 11 May 2009 12:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-3473</guid>
		<description>Clicking the XML link only shows me the full XML.  If I save this into a .sqlplan, management studio will display the graphical view, but I don&#039;t have a right click -&gt; missing index details option.  Is this available for 2005 or are you referencing 2008?</description>
		<content:encoded><![CDATA[<p>Clicking the XML link only shows me the full XML.  If I save this into a .sqlplan, management studio will display the graphical view, but I don&#8217;t have a right click -&gt; missing index details option.  Is this available for 2005 or are you referencing 2008?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #144: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-3087</link>
		<dc:creator>Log Buffer #144: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog</dc:creator>
		<pubDate>Fri, 01 May 2009 16:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-3087</guid>
		<description>[...] Ufford give us some tips on how to find and deal with missing indexes. Obviously, Michelle and Ward Pond have too much time on their hands, but I am not sure even [...]</description>
		<content:encoded><![CDATA[<p>[...] Ufford give us some tips on how to find and deal with missing indexes. Obviously, Michelle and Ward Pond have too much time on their hands, but I am not sure even [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Gladchenko</title>
		<link>http://sqlfool.com/2009/04/a-look-at-missing-indexes/comment-page-1/#comment-3014</link>
		<dc:creator>Alexander Gladchenko</dc:creator>
		<pubDate>Wed, 29 Apr 2009 13:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=868#comment-3014</guid>
		<description>&lt;strong&gt;Tips for DBA: Missing indexes recommendations (SQL Server 2005)...&lt;/strong&gt;

Вы, наверное, уже заметили, какую полезную информацию об индексах и о статистике использования существующих...</description>
		<content:encoded><![CDATA[<p><strong>Tips for DBA: Missing indexes recommendations (SQL Server 2005)&#8230;</strong></p>
<p>Вы, наверное, уже заметили, какую полезную информацию об индексах и о статистике использования существующих&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

