<?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; Simple Example to Configure Resource Governor &#8211; Introduction to Resource Governor</title>
	<atom:link href="http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/</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: Azim</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-418664</link>
		<dc:creator><![CDATA[Azim]]></dc:creator>
		<pubDate>Wed, 06 Feb 2013 16:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-418664</guid>
		<description><![CDATA[Informative and very useful as usual]]></description>
		<content:encoded><![CDATA[<p>Informative and very useful as usual</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-414553</link>
		<dc:creator><![CDATA[vinay]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 09:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-414553</guid>
		<description><![CDATA[@pinaldave can we classify the resource governer incoming requests based on stored procedure names? example like i want the SP &#039;FullEmpDetails_SP&#039; to be routed to seperate workgroup... is it possible to classify based on name?]]></description>
		<content:encoded><![CDATA[<p>@pinaldave can we classify the resource governer incoming requests based on stored procedure names? example like i want the SP &#8216;FullEmpDetails_SP&#8217; to be routed to seperate workgroup&#8230; is it possible to classify based on name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartinC</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-407684</link>
		<dc:creator><![CDATA[MartinC]]></dc:creator>
		<pubDate>Mon, 14 Jan 2013 18:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-407684</guid>
		<description><![CDATA[Good article!

I can&#039;t use that feature because I have SQL Server Standard Edition and SQL Governor is supported only by SQL Enterprise and higher.  Do you have in mind a third party tool that can do the same thing?]]></description>
		<content:encoded><![CDATA[<p>Good article!</p>
<p>I can&#8217;t use that feature because I have SQL Server Standard Edition and SQL Governor is supported only by SQL Enterprise and higher.  Do you have in mind a third party tool that can do the same thing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Purushottam</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-382399</link>
		<dc:creator><![CDATA[Purushottam]]></dc:creator>
		<pubDate>Wed, 28 Nov 2012 07:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-382399</guid>
		<description><![CDATA[good article
i have a use case where in my app disregards the TSQL resultset if it is returned after say 5 seconds, and i cant set timout at app level as the driver is not compatible with sql server so isthere any way with wich i can timeout/fail a tsql query which is taking longer than few seconds ?

your help will be appreciated, thanks in advance]]></description>
		<content:encoded><![CDATA[<p>good article<br />
i have a use case where in my app disregards the TSQL resultset if it is returned after say 5 seconds, and i cant set timout at app level as the driver is not compatible with sql server so isthere any way with wich i can timeout/fail a tsql query which is taking longer than few seconds ?</p>
<p>your help will be appreciated, thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-369009</link>
		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Sun, 04 Nov 2012 07:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-369009</guid>
		<description><![CDATA[This was one beautiful example to understand the working and usage of a resource governor. Thanks for the lovely article.]]></description>
		<content:encoded><![CDATA[<p>This was one beautiful example to understand the working and usage of a resource governor. Thanks for the lovely article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Identify Most Resource Intensive Queries &#8211; SQL in Sixty Seconds #028 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-355304</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Identify Most Resource Intensive Queries &#8211; SQL in Sixty Seconds #028 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 01:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-355304</guid>
		<description><![CDATA[[...] Simple Example to Configure Resource Governor – Introduction to Resource Governor [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Simple Example to Configure Resource Governor – Introduction to Resource Governor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith C.</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-351868</link>
		<dc:creator><![CDATA[Keith C.]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 15:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-351868</guid>
		<description><![CDATA[How much overhead does the Resource Governor add to the system?]]></description>
		<content:encoded><![CDATA[<p>How much overhead does the Resource Governor add to the system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd B</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-322543</link>
		<dc:creator><![CDATA[Todd B]]></dc:creator>
		<pubDate>Tue, 31 Jul 2012 18:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-322543</guid>
		<description><![CDATA[Great information.  You guys with Enterprise edition get to have all the fun.]]></description>
		<content:encoded><![CDATA[<p>Great information.  You guys with Enterprise edition get to have all the fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Service Broker and CAP_CPU_PERCENT &#8211; Limiting SQL Server Instances to CPU Usage &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-297748</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Service Broker and CAP_CPU_PERCENT &#8211; Limiting SQL Server Instances to CPU Usage &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 09 Jun 2012 01:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-297748</guid>
		<description><![CDATA[[...] give me a good idea what other readers might be thinking as well. After reading my earlier article Simple Example to Configure Resource Governor – Introduction to Resource Governor &#8211; I received an email from a reader and we exchanged a few emails. After exchanging emails we [...]]]></description>
		<content:encoded><![CDATA[<p>[...] give me a good idea what other readers might be thinking as well. After reading my earlier article Simple Example to Configure Resource Governor – Introduction to Resource Governor &#8211; I received an email from a reader and we exchanged a few emails. After exchanging emails we [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laxmi</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-296509</link>
		<dc:creator><![CDATA[Laxmi]]></dc:creator>
		<pubDate>Thu, 07 Jun 2012 16:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-296509</guid>
		<description><![CDATA[useful info as always!!]]></description>
		<content:encoded><![CDATA[<p>useful info as always!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juliancastiblancop</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-294906</link>
		<dc:creator><![CDATA[juliancastiblancop]]></dc:creator>
		<pubDate>Tue, 05 Jun 2012 21:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-294906</guid>
		<description><![CDATA[ELSE IF (SUSER_NAME() = &#039;PrimaryUser&#039;)
not
ELSE IF (SUSER_NAME() = &#039;PrimaryServerPool&#039;)]]></description>
		<content:encoded><![CDATA[<p>ELSE IF (SUSER_NAME() = &#8216;PrimaryUser&#8217;)<br />
not<br />
ELSE IF (SUSER_NAME() = &#8216;PrimaryServerPool&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Fix: Error: 10920 Cannot drop user-defined function. It is being used as a resource governor classifier &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-294205</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Fix: Error: 10920 Cannot drop user-defined function. It is being used as a resource governor classifier &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Tue, 05 Jun 2012 01:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-294205</guid>
		<description><![CDATA[[...] Comments        &#171; SQL SERVER &#8211; Simple Example to Configure Resource Governor &#8211; Introduction to Resource&amp;nb... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Comments        &laquo; SQL SERVER &#8211; Simple Example to Configure Resource Governor &#8211; Introduction to Resource&amp;nb&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Excel</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-294199</link>
		<dc:creator><![CDATA[Excel]]></dc:creator>
		<pubDate>Tue, 05 Jun 2012 01:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-294199</guid>
		<description><![CDATA[Thank you Pinal this was a great article! It was the best introduction to resource governor ever!]]></description>
		<content:encoded><![CDATA[<p>Thank you Pinal this was a great article! It was the best introduction to resource governor ever!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fazarudeen</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-293628</link>
		<dc:creator><![CDATA[Fazarudeen]]></dc:creator>
		<pubDate>Mon, 04 Jun 2012 07:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-293628</guid>
		<description><![CDATA[Very nice!!]]></description>
		<content:encoded><![CDATA[<p>Very nice!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Sasson</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-293609</link>
		<dc:creator><![CDATA[Robin Sasson]]></dc:creator>
		<pubDate>Mon, 04 Jun 2012 06:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-293609</guid>
		<description><![CDATA[Great intro as always.]]></description>
		<content:encoded><![CDATA[<p>Great intro as always.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathish (@iamsathis)</title>
		<link>http://blog.sqlauthority.com/2012/06/04/sql-server-simple-example-to-configure-resource-governor-introduction-to-resource-governor/#comment-293558</link>
		<dc:creator><![CDATA[Sathish (@iamsathis)]]></dc:creator>
		<pubDate>Mon, 04 Jun 2012 04:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=19087#comment-293558</guid>
		<description><![CDATA[Super!!!!!]]></description>
		<content:encoded><![CDATA[<p>Super!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
