<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Columnstore Index and sys.dm_db_index_usage_stats</title>
	<atom:link href="http://blog.sqlauthority.com/2012/05/14/sql-server-columnstore-index-and-sys-dm_db_index_usage_stats/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/05/14/sql-server-columnstore-index-and-sys-dm_db_index_usage_stats/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #029 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/05/14/sql-server-columnstore-index-and-sys-dm_db_index_usage_stats/#comment-477462</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #029 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 18 May 2013 01:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18649#comment-477462</guid>
		<description><![CDATA[[&#8230;] Columnstore Index and sys.dm_db_index_usage_stats Regular SQL Server DMV does not give information for usage stats for columnstore indexes and for that one has to use different DMV. In this blog post I explain the same in detail with DMV script. I also describe my journey how I come across this DMV. [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Columnstore Index and sys.dm_db_index_usage_stats Regular SQL Server DMV does not give information for usage stats for columnstore indexes and for that one has to use different DMV. In this blog post I explain the same in detail with DMV script. I also describe my journey how I come across this DMV. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ADEEL SALEEM</title>
		<link>http://blog.sqlauthority.com/2012/05/14/sql-server-columnstore-index-and-sys-dm_db_index_usage_stats/#comment-352962</link>
		<dc:creator><![CDATA[ADEEL SALEEM]]></dc:creator>
		<pubDate>Tue, 25 Sep 2012 10:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18649#comment-352962</guid>
		<description><![CDATA[How we get Internal SQL Functions list]]></description>
		<content:encoded><![CDATA[<p>How we get Internal SQL Functions list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saqib</title>
		<link>http://blog.sqlauthority.com/2012/05/14/sql-server-columnstore-index-and-sys-dm_db_index_usage_stats/#comment-338745</link>
		<dc:creator><![CDATA[Saqib]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 11:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18649#comment-338745</guid>
		<description><![CDATA[how can we use Columnstore Index on SQL 2008 R2]]></description>
		<content:encoded><![CDATA[<p>how can we use Columnstore Index on SQL 2008 R2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.sqlauthority.com/2012/05/14/sql-server-columnstore-index-and-sys-dm_db_index_usage_stats/#comment-306506</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Wed, 27 Jun 2012 14:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18649#comment-306506</guid>
		<description><![CDATA[Hello Pinal,
Your post is very interesting, but I suppose that script You published is incorrect...

select * from  sys.dm_db_index_usage_stats  view contains data for index for all databases.. and You  use  inner join  with table sys.tables (which contains data for tables of database you currently work with). The same is for idexes table..

So if object_id  in sys.tables is the same as in the database You work with - row will be displayed..

Please try SELECT* FROM sys.dm_db_index_usage_stats  and You receive  different number of rows..]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,<br />
Your post is very interesting, but I suppose that script You published is incorrect&#8230;</p>
<p>select * from  sys.dm_db_index_usage_stats  view contains data for index for all databases.. and You  use  inner join  with table sys.tables (which contains data for tables of database you currently work with). The same is for idexes table..</p>
<p>So if object_id  in sys.tables is the same as in the database You work with &#8211; row will be displayed..</p>
<p>Please try SELECT* FROM sys.dm_db_index_usage_stats  and You receive  different number of rows..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nakulvachhrajani</title>
		<link>http://blog.sqlauthority.com/2012/05/14/sql-server-columnstore-index-and-sys-dm_db_index_usage_stats/#comment-284555</link>
		<dc:creator><![CDATA[nakulvachhrajani]]></dc:creator>
		<pubDate>Mon, 14 May 2012 17:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18649#comment-284555</guid>
		<description><![CDATA[Learnt something new, using something old! Hats off to you and Balmukund!]]></description>
		<content:encoded><![CDATA[<p>Learnt something new, using something old! Hats off to you and Balmukund!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
