<?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: Visualizing SQL Indices with PowerPivot</title>
	<atom:link href="http://www.powerpivotpro.com/2009/12/visualizing-sql-indices-with-powerpivot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powerpivotpro.com/2009/12/visualizing-sql-indices-with-powerpivot/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=visualizing-sql-indices-with-powerpivot</link>
	<description>Thoughts on PowerPivot, the future of Excel, and the occasional movie quote</description>
	<lastBuildDate>Tue, 21 May 2013 15:41:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: alexv</title>
		<link>http://www.powerpivotpro.com/2009/12/visualizing-sql-indices-with-powerpivot/#comment-249</link>
		<dc:creator>alexv</dc:creator>
		<pubDate>Wed, 02 Jun 2010 04:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://powerpivotpro.wordpress.com/2009/12/04/visualizing-sql-indices-with-powerpivot/#comment-249</guid>
		<description><![CDATA[Hi Rob, 

’IsMsShipped’ should be &#039;IsMsShipped&#039; - save a few people some time debugging ;-)

SELECT object_name(s.object_id) as [Table Name], i.Name as [Index Name],  user_updates as Updates, user_seeks as Seeks, user_scans as Scans, user_lookups as Lookups FROM sys.dm_db_index_usage_stats AS s INNER JOIN sys.indexes AS i ON s.object_id = i.object_id AND i.index_id = s.index_id WHERE objectproperty(s.object_id,’IsMsShipped’) = 0 AND s.database_id = db_id()]]></description>
		<content:encoded><![CDATA[<p>Hi Rob, </p>
<p>’IsMsShipped’ should be &#8216;IsMsShipped&#8217; &#8211; save a few people some time debugging <img src='http://www.powerpivotpro.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>SELECT object_name(s.object_id) as [Table Name], i.Name as [Index Name],  user_updates as Updates, user_seeks as Seeks, user_scans as Scans, user_lookups as Lookups FROM sys.dm_db_index_usage_stats AS s INNER JOIN sys.indexes AS i ON s.object_id = i.object_id AND i.index_id = s.index_id WHERE objectproperty(s.object_id,’IsMsShipped’) = 0 AND s.database_id = db_id()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
