<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQL Server Planet &#187; DMV Queries</title>
	<atom:link href="http://sqlserverplanet.com/category/dmv-queries/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Monitor Queries against a Table</title>
		<link>http://sqlserverplanet.com/troubleshooting/monitory-queries-against-a-table</link>
		<comments>http://sqlserverplanet.com/troubleshooting/monitory-queries-against-a-table#comments</comments>
		<pubDate>Mon, 12 Sep 2011 05:19:45 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DBA]]></category>
		<category><![CDATA[DMV Queries]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2186</guid>
		<description><![CDATA[I recently had a need to monitor inserts against a particular table in order to determine what kind of locks they were acquiring. Being that we could not run traces on the system, I had to resort to a roll-your-own approach to monitoring the table. The goal was to determine what kind of locking was [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/troubleshooting/monitory-queries-against-a-table/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Resource Usage by Application</title>
		<link>http://sqlserverplanet.com/dmv-queries/find-resource-usage-by-application</link>
		<comments>http://sqlserverplanet.com/dmv-queries/find-resource-usage-by-application#comments</comments>
		<pubDate>Wed, 27 Apr 2011 01:33:35 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DMV Queries]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2025</guid>
		<description><![CDATA[Often times when troubleshooting, it is helpful to know how much resources a particular application is requesting from your SQL Server. The easiest way to get this information is by using the connections and sessions DMV. These DMV&#8217;s when combined are powerful. Here we will query the aggregate connection information. The values below represent an [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/dmv-queries/find-resource-usage-by-application/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find Most Executed Stored Procedures</title>
		<link>http://sqlserverplanet.com/dmv-queries/find-most-executed-stored-procedures</link>
		<comments>http://sqlserverplanet.com/dmv-queries/find-most-executed-stored-procedures#comments</comments>
		<pubDate>Thu, 14 Apr 2011 03:03:49 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DMV Queries]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=2021</guid>
		<description><![CDATA[An important step in optimizing a system is to take a holistic approach and look at stored procedures that are called very often. These procedures can often be the backbone of a system. Sometimes optimizing these procedures can have a dramatic effect on relieving the physical bottlenecks of the system and improving end-user experience. The [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/dmv-queries/find-most-executed-stored-procedures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Best Clustered Index</title>
		<link>http://sqlserverplanet.com/dmv-queries/find-best-clustered-index</link>
		<comments>http://sqlserverplanet.com/dmv-queries/find-best-clustered-index#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:35:02 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DMV Queries]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=959</guid>
		<description><![CDATA[The following query will compare the nonclustered indexes vs the clustered index and determine which index would qualify as the best clustered index based upon the DMV statistics. If a clustered index does not exist on the table, it will also suggest one of the existing nonclustered indexes as the clustered index. DECLARE @NonClusteredSeekPct float [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/dmv-queries/find-best-clustered-index/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find All Queries Run Against a Table</title>
		<link>http://sqlserverplanet.com/sql-server-2008/find-all-queries-run-against-a-table</link>
		<comments>http://sqlserverplanet.com/sql-server-2008/find-all-queries-run-against-a-table#comments</comments>
		<pubDate>Fri, 26 Jun 2009 20:23:50 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DMV Queries]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=473</guid>
		<description><![CDATA[Dynamic management view to find all queries that have been run against a table since the last reboot.]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/sql-server-2008/find-all-queries-run-against-a-table/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

