<?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; memory</title>
	<atom:link href="http://sqlserverplanet.com/tag/memory/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Sat, 19 May 2012 05:20:07 +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>Find Memory Usage of Executing Procedures</title>
		<link>http://sqlserverplanet.com/dmv-queries/find-memory-usage-of-executing-procedures</link>
		<comments>http://sqlserverplanet.com/dmv-queries/find-memory-usage-of-executing-procedures#comments</comments>
		<pubDate>Wed, 17 Jun 2009 23:23:49 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[DMV Queries]]></category>
		<category><![CDATA[DMV]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=214</guid>
		<description><![CDATA[To get the query memory usage of currently executing queries run the following: SELECT TEXT ,query_plan ,requested_memory_kb ,granted_memory_kb ,used_memory_kb FROM sys.dm_exec_query_memory_grants emg CROSS APPLY sys.dm_exec_sql_text(sql_handle) CROSS APPLY sys.dm_exec_query_plan(emg.plan_handle) ORDER BY emg.requested_memory_kb DESC Related Posts:»Find Queries Using Most CPU»Find Queries Using Most Memory (IO)»Find Queries Taking Most CPU (Processor)»Find Queries Performing Most Writes (Inserts)»Find All Queries [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/dmv-queries/find-memory-usage-of-executing-procedures/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

