<?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 for StefBauer&#039;s Blog - @StefBauer</title>
	<atom:link href="http://stef-bauer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://stef-bauer.com</link>
	<description>Data Warehouse, SQL Server 2008</description>
	<lastBuildDate>Fri, 14 Jan 2011 17:57:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Denali Dependency Services by stefbauer</title>
		<link>http://stef-bauer.com/2011/01/14/denali-dependency-services/#comment-104</link>
		<dc:creator><![CDATA[stefbauer]]></dc:creator>
		<pubDate>Fri, 14 Jan 2011 17:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://stef-bauer.com/?p=519#comment-104</guid>
		<description><![CDATA[Thanks!! Glad you enjoyed it.]]></description>
		<content:encoded><![CDATA[<p>Thanks!! Glad you enjoyed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Denali Dependency Services by John Johnson</title>
		<link>http://stef-bauer.com/2011/01/14/denali-dependency-services/#comment-103</link>
		<dc:creator><![CDATA[John Johnson]]></dc:creator>
		<pubDate>Fri, 14 Jan 2011 17:12:53 +0000</pubDate>
		<guid isPermaLink="false">http://stef-bauer.com/?p=519#comment-103</guid>
		<description><![CDATA[Thank you for your presentation and research into Denali. It was very good.]]></description>
		<content:encoded><![CDATA[<p>Thank you for your presentation and research into Denali. It was very good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite New(ish) 2008 Feature (Resource Governor) by stefbauer</title>
		<link>http://stef-bauer.com/2010/06/07/my-favorite-newish-2008-feature-resource-governor/#comment-91</link>
		<dc:creator><![CDATA[stefbauer]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 21:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://stef-bauer.com/?p=422#comment-91</guid>
		<description><![CDATA[I will try to get around to writing something for that, it is actually a quite good question!  For the quick version, I would start by looking at the DMV&#039;s there are three for the resource gov. (only 2 matter) sys.resource_governor_resource_pools and sys.resource_governor_workload_groups.  In addition most every session-level DMV now has a group-id presented in the view such as in sys.dm_exec_sessions and sys.dm_exec_requests.  The obvious downside to these is they are reporting on what is currently happening, so if something got to the wrong pool... it has already happened, and if you are not trapping things to a user table regularly you will not see what happened in the past.  Unfortunatly there is no simple answer, or at least nothing already built in....]]></description>
		<content:encoded><![CDATA[<p>I will try to get around to writing something for that, it is actually a quite good question!  For the quick version, I would start by looking at the DMV&#8217;s there are three for the resource gov. (only 2 matter) sys.resource_governor_resource_pools and sys.resource_governor_workload_groups.  In addition most every session-level DMV now has a group-id presented in the view such as in sys.dm_exec_sessions and sys.dm_exec_requests.  The obvious downside to these is they are reporting on what is currently happening, so if something got to the wrong pool&#8230; it has already happened, and if you are not trapping things to a user table regularly you will not see what happened in the past.  Unfortunatly there is no simple answer, or at least nothing already built in&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Favorite New(ish) 2008 Feature (Resource Governor) by Duane Lawrence</title>
		<link>http://stef-bauer.com/2010/06/07/my-favorite-newish-2008-feature-resource-governor/#comment-90</link>
		<dc:creator><![CDATA[Duane Lawrence]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 21:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://stef-bauer.com/?p=422#comment-90</guid>
		<description><![CDATA[Very good.  I have been searching everywhere for anything related to monitoring.  I have created several pools and intentionally throttled the default back to 20%.  My intention is to put all intended users into the pools I defined and then run a job that would throw an alert if an unplanned user wound up in the default pool.  So, I wonder if there is a way to get a list of users that are in a group or a pool.]]></description>
		<content:encoded><![CDATA[<p>Very good.  I have been searching everywhere for anything related to monitoring.  I have created several pools and intentionally throttled the default back to 20%.  My intention is to put all intended users into the pools I defined and then run a job that would throw an alert if an unplanned user wound up in the default pool.  So, I wonder if there is a way to get a list of users that are in a group or a pool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PASS &#8211; Part 2 by scarydba</title>
		<link>http://stef-bauer.com/2010/11/12/pass-part-2/#comment-83</link>
		<dc:creator><![CDATA[scarydba]]></dc:creator>
		<pubDate>Fri, 12 Nov 2010 16:56:06 +0000</pubDate>
		<guid isPermaLink="false">http://stef-bauer.com/?p=475#comment-83</guid>
		<description><![CDATA[Thanks so much for the comments. I hope everything was useful. Thanks for coming to my sessions. Let me know if you need anything.]]></description>
		<content:encoded><![CDATA[<p>Thanks so much for the comments. I hope everything was useful. Thanks for coming to my sessions. Let me know if you need anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS Checksum &#8211; a must have skill by stefbauer</title>
		<link>http://stef-bauer.com/2010/03/19/ssis-checksum-a-must-have-skill/#comment-79</link>
		<dc:creator><![CDATA[stefbauer]]></dc:creator>
		<pubDate>Tue, 31 Aug 2010 15:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://stefbauer.wordpress.com/?p=175#comment-79</guid>
		<description><![CDATA[I agree.... based on testing, other&#039;s feedback (as well as your experience) I need to update this post, there are clearly some issues with this component.  I stand by need to use (and understand) checksum processing for loading data.... I think the module I discuss has some issues.  I have had good feedback about the http://ssismhash.codeplex.com/ Multiple Hash component you can get from codeplex.  I need to do some additional testing before I post the changes, but you are clearly on the right track.

Thanks for the feedback!!!]]></description>
		<content:encoded><![CDATA[<p>I agree&#8230;. based on testing, other&#8217;s feedback (as well as your experience) I need to update this post, there are clearly some issues with this component.  I stand by need to use (and understand) checksum processing for loading data&#8230;. I think the module I discuss has some issues.  I have had good feedback about the <a href="http://ssismhash.codeplex.com/" rel="nofollow">http://ssismhash.codeplex.com/</a> Multiple Hash component you can get from codeplex.  I need to do some additional testing before I post the changes, but you are clearly on the right track.</p>
<p>Thanks for the feedback!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSIS Checksum &#8211; a must have skill by StBeaulieu</title>
		<link>http://stef-bauer.com/2010/03/19/ssis-checksum-a-must-have-skill/#comment-78</link>
		<dc:creator><![CDATA[StBeaulieu]]></dc:creator>
		<pubDate>Tue, 31 Aug 2010 14:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://stefbauer.wordpress.com/?p=175#comment-78</guid>
		<description><![CDATA[I tested this component using &quot;framework checksum&quot; because it is supposed to use a md5 algorithm.  I expected to have a 32 characters string as a result, which is not the case with this component (the outpout is an integer).  So I will use Multiple Hash component which is give me the expected result...Am I wrong?]]></description>
		<content:encoded><![CDATA[<p>I tested this component using &#8220;framework checksum&#8221; because it is supposed to use a md5 algorithm.  I expected to have a 32 characters string as a result, which is not the case with this component (the outpout is an integer).  So I will use Multiple Hash component which is give me the expected result&#8230;Am I wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-SQL Tuesday #009 – Beach Time by TSQL Tuesday 009 Roundup &#124; SQL RNNR</title>
		<link>http://stef-bauer.com/2010/08/10/t-sql-tuesday-009-%e2%80%93-beach-time/#comment-76</link>
		<dc:creator><![CDATA[TSQL Tuesday 009 Roundup &#124; SQL RNNR]]></dc:creator>
		<pubDate>Fri, 13 Aug 2010 00:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://stef-bauer.com/?p=466#comment-76</guid>
		<description><![CDATA[[...] Stef Bauer (Blog &#124; Twitter &#124; TSQLTuesday9) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Stef Bauer (Blog | Twitter | TSQLTuesday9) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-SQL Tuesday #009 – Beach Time by Jason Brimhall</title>
		<link>http://stef-bauer.com/2010/08/10/t-sql-tuesday-009-%e2%80%93-beach-time/#comment-75</link>
		<dc:creator><![CDATA[Jason Brimhall]]></dc:creator>
		<pubDate>Wed, 11 Aug 2010 03:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://stef-bauer.com/?p=466#comment-75</guid>
		<description><![CDATA[Thanks Stef.
I like the way you handle the contact v. no contact dilemma.]]></description>
		<content:encoded><![CDATA[<p>Thanks Stef.<br />
I like the way you handle the contact v. no contact dilemma.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Help &#8212; My disk performance IV by sqlserverio</title>
		<link>http://stef-bauer.com/2010/03/06/help-my-disk-performance-iv/#comment-74</link>
		<dc:creator><![CDATA[sqlserverio]]></dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:35:31 +0000</pubDate>
		<guid isPermaLink="false">http://stefbauer.wordpress.com/?p=70#comment-74</guid>
		<description><![CDATA[Is a test reproducible by a third party? Is it something I could run and test? If so I would watch what is actually happening at the file level and see what may be speeding things up with the multiple log files.]]></description>
		<content:encoded><![CDATA[<p>Is a test reproducible by a third party? Is it something I could run and test? If so I would watch what is actually happening at the file level and see what may be speeding things up with the multiple log files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

