<?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; Find Busiest Database</title>
	<atom:link href="http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Graeme Martin</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-425215</link>
		<dc:creator><![CDATA[Graeme Martin]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 15:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-425215</guid>
		<description><![CDATA[CROSS APPLYing, not CROSS JOINing, eh?]]></description>
		<content:encoded><![CDATA[<p>CROSS APPLYing, not CROSS JOINing, eh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #012 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-409574</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #012 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 19 Jan 2013 01:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-409574</guid>
		<description><![CDATA[[...] Find Busiest Database In my early career I was asked to how to find which is the busiest database in any SQL Server Instance. What he really meant by this is which database was doing lots of read and write operation. To find the answer to this question I decided to look into the DMV which contains all the details of the executed query. From the DMV sys.dm_exec_query_stats I found three most important columns to determine busiest database. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Find Busiest Database In my early career I was asked to how to find which is the busiest database in any SQL Server Instance. What he really meant by this is which database was doing lots of read and write operation. To find the answer to this question I decided to look into the DMV which contains all the details of the executed query. From the DMV sys.dm_exec_query_stats I found three most important columns to determine busiest database. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Snehal</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-87345</link>
		<dc:creator><![CDATA[Snehal]]></dc:creator>
		<pubDate>Fri, 10 Sep 2010 09:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-87345</guid>
		<description><![CDATA[Thanks a Lot.

Sir, with this query can we make assumption that a DB is read or write intensive? And furthermore can we make suggetion for raid levels i.e. 5 or 10.?]]></description>
		<content:encoded><![CDATA[<p>Thanks a Lot.</p>
<p>Sir, with this query can we make assumption that a DB is read or write intensive? And furthermore can we make suggetion for raid levels i.e. 5 or 10.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-61650</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Tue, 23 Feb 2010 16:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-61650</guid>
		<description><![CDATA[Hello Abhikit,

A dynamic statment, can be executed in any database and the sql_handle is not associated with any db_id. So it can interpreted that all batch that are not associated with any db_id are adhoc statements.
For more information see the page:
http://connect.microsoft.com/SQLServer/feedback/details/374600/sys-dm-exec-query-stats-dbid-column-null-for-dynamic-sql

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Abhikit,</p>
<p>A dynamic statment, can be executed in any database and the sql_handle is not associated with any db_id. So it can interpreted that all batch that are not associated with any db_id are adhoc statements.<br />
For more information see the page:<br />
<a href="http://connect.microsoft.com/SQLServer/feedback/details/374600/sys-dm-exec-query-stats-dbid-column-null-for-dynamic-sql" rel="nofollow">http://connect.microsoft.com/SQLServer/feedback/details/374600/sys-dm-exec-query-stats-dbid-column-null-for-dynamic-sql</a></p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-61621</link>
		<dc:creator><![CDATA[Abhijit]]></dc:creator>
		<pubDate>Tue, 23 Feb 2010 07:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-61621</guid>
		<description><![CDATA[Pinal,
Here we can see the AdhocSQL databasename in the list .What does that mean?]]></description>
		<content:encoded><![CDATA[<p>Pinal,<br />
Here we can see the AdhocSQL databasename in the list .What does that mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-60526</link>
		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-60526</guid>
		<description><![CDATA[There are so much to learn. With DMV&#039;s we could do lot of analysis on production environments.]]></description>
		<content:encoded><![CDATA[<p>There are so much to learn. With DMV&#8217;s we could do lot of analysis on production environments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: siva</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-60483</link>
		<dc:creator><![CDATA[siva]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 07:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-60483</guid>
		<description><![CDATA[Please send this query for sql 2000

I am not aware of any workaround for SQL Server 2000.]]></description>
		<content:encoded><![CDATA[<p>Please send this query for sql 2000</p>
<p>I am not aware of any workaround for SQL Server 2000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phani</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59915</link>
		<dc:creator><![CDATA[Phani]]></dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59915</guid>
		<description><![CDATA[Hi,

Visit the link http://msdn.microsoft.com/en-us/library/ms188754.aspx to get the whole list of Dynamic Management Views, different categories and detailed explanation.

Regards,
Phani]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Visit the link <a href="http://msdn.microsoft.com/en-us/library/ms188754.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms188754.aspx</a> to get the whole list of Dynamic Management Views, different categories and detailed explanation.</p>
<p>Regards,<br />
Phani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldip.Bhatt</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59874</link>
		<dc:creator><![CDATA[Kuldip.Bhatt]]></dc:creator>
		<pubDate>Mon, 18 Jan 2010 05:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59874</guid>
		<description><![CDATA[Hello Sir,
Nice Script.
is there any way we find the busiest Table in a database ?]]></description>
		<content:encoded><![CDATA[<p>Hello Sir,<br />
Nice Script.<br />
is there any way we find the busiest Table in a database ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59821</link>
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 22:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59821</guid>
		<description><![CDATA[Hi Pinal,

Great tip, thanks. We have some information about databases now, can we get the same information about tables (most read and write tables) additionally?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Great tip, thanks. We have some information about databases now, can we get the same information about tables (most read and write tables) additionally?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59800</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59800</guid>
		<description><![CDATA[Hi Pinal,
Thanks for the script, Nice discussion around this topic.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
Thanks for the script, Nice discussion around this topic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59771</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 07:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59771</guid>
		<description><![CDATA[Thanks Phani,

I appreciate your suggestions here. This will help every body who will ready this post.

It really helps community when a single topic is discussed by experts and added so much valuable information. 

Kind Regards,
Pinal]]></description>
		<content:encoded><![CDATA[<p>Thanks Phani,</p>
<p>I appreciate your suggestions here. This will help every body who will ready this post.</p>
<p>It really helps community when a single topic is discussed by experts and added so much valuable information. </p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phani</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59770</link>
		<dc:creator><![CDATA[Phani]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 07:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59770</guid>
		<description><![CDATA[Thought to share another couple of DMVs which I guess would be of help to production DBAs. There is one DMV on connections existing on the server &quot;sys.dm_exec_connections&quot; and one on the sessions &quot;sys.dm_exec_sessions&quot;. It provides lots of details along with resource consumption as well. HTH]]></description>
		<content:encoded><![CDATA[<p>Thought to share another couple of DMVs which I guess would be of help to production DBAs. There is one DMV on connections existing on the server &#8220;sys.dm_exec_connections&#8221; and one on the sessions &#8220;sys.dm_exec_sessions&#8221;. It provides lots of details along with resource consumption as well. HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59767</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 05:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59767</guid>
		<description><![CDATA[Thanks Ben,

I think your comment is very valuable to this post. This way anybody who will read this post will realize the limitation of this DMV and will be appropriately use this script.

Kind Regards,
Pinal]]></description>
		<content:encoded><![CDATA[<p>Thanks Ben,</p>
<p>I think your comment is very valuable to this post. This way anybody who will read this post will realize the limitation of this DMV and will be appropriately use this script.</p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Nevarez</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59766</link>
		<dc:creator><![CDATA[Benjamin Nevarez]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 04:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59766</guid>
		<description><![CDATA[I totally agree with Adam, this DMV will not give you the information you are looking for. Plus not every plan is cached and some cached plans can be removed by memory pressure.

Ben]]></description>
		<content:encoded><![CDATA[<p>I totally agree with Adam, this DMV will not give you the information you are looking for. Plus not every plan is cached and some cached plans can be removed by memory pressure.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sundar Manmohan</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59763</link>
		<dc:creator><![CDATA[Sundar Manmohan]]></dc:creator>
		<pubDate>Fri, 15 Jan 2010 01:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59763</guid>
		<description><![CDATA[dev,

You should also mention that this feature is also very useful to figure out how much Ad-Hoc queries are creating read and write in your system.

In fact, this was never known gem.]]></description>
		<content:encoded><![CDATA[<p>dev,</p>
<p>You should also mention that this feature is also very useful to figure out how much Ad-Hoc queries are creating read and write in your system.</p>
<p>In fact, this was never known gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narendra</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59757</link>
		<dc:creator><![CDATA[Narendra]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59757</guid>
		<description><![CDATA[good post, 

Started to use it today.]]></description>
		<content:encoded><![CDATA[<p>good post, </p>
<p>Started to use it today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59755</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59755</guid>
		<description><![CDATA[Thanks Adam for your reply for SQL Server 2000.
This helps.]]></description>
		<content:encoded><![CDATA[<p>Thanks Adam for your reply for SQL Server 2000.<br />
This helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Machanic</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59754</link>
		<dc:creator><![CDATA[Adam Machanic]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59754</guid>
		<description><![CDATA[The virtual file stats DMF will also reset with a service restart. The difference is, it actually reports the data you&#039;re interested in seeing :-)]]></description>
		<content:encoded><![CDATA[<p>The virtual file stats DMF will also reset with a service restart. The difference is, it actually reports the data you&#8217;re interested in seeing :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Machanic</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59753</link>
		<dc:creator><![CDATA[Adam Machanic]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59753</guid>
		<description><![CDATA[The workaround for SQL Server 2000 is to use the correct approach to begin with and use the fn_virtualfilestats function--the precursor to the virtual file stats DMF.]]></description>
		<content:encoded><![CDATA[<p>The workaround for SQL Server 2000 is to use the correct approach to begin with and use the fn_virtualfilestats function&#8211;the precursor to the virtual file stats DMF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Margie</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59750</link>
		<dc:creator><![CDATA[SQL Margie]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59750</guid>
		<description><![CDATA[DMV sys.dm_exec_query_stats resets when services are reset, where as DVF sys.dm_io_virtual_file_stats  works with server restart.

My needs are more related to service restart.]]></description>
		<content:encoded><![CDATA[<p>DMV sys.dm_exec_query_stats resets when services are reset, where as DVF sys.dm_io_virtual_file_stats  works with server restart.</p>
<p>My needs are more related to service restart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59748</link>
		<dc:creator><![CDATA[Jeff]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59748</guid>
		<description><![CDATA[Ah, that would be the case, thanks. That would explain why my AdHocSQL is one of the biggest.

I have several databases used by very small internal applications that are only using ad hoc queries.]]></description>
		<content:encoded><![CDATA[<p>Ah, that would be the case, thanks. That would explain why my AdHocSQL is one of the biggest.</p>
<p>I have several databases used by very small internal applications that are only using ad hoc queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Margie</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59747</link>
		<dc:creator><![CDATA[SQL Margie]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59747</guid>
		<description><![CDATA[Nice!

I absolutely see it working on my computer. 

Jeff,

It may be you are running only dymanic query and that could be the reason. In our infra, we use SP and it is giving me very accurate details.

Margie]]></description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>I absolutely see it working on my computer. </p>
<p>Jeff,</p>
<p>It may be you are running only dymanic query and that could be the reason. In our infra, we use SP and it is giving me very accurate details.</p>
<p>Margie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59746</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59746</guid>
		<description><![CDATA[I am not aware of any workaround for SQL Server 2000.]]></description>
		<content:encoded><![CDATA[<p>I am not aware of any workaround for SQL Server 2000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2010/01/14/sql-server-find-busiest-database/#comment-59745</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Thu, 14 Jan 2010 17:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7757#comment-59745</guid>
		<description><![CDATA[Jeff,

As this is DMV it will only show the data from last services restart. Is that the case, with you?

Kind Regards,
Pinal]]></description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>As this is DMV it will only show the data from last services restart. Is that the case, with you?</p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
