<?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/"
		>
<channel>
	<title>Comments for JohnSterrett.com</title>
	<atom:link href="http://johnsterrett.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnsterrett.com</link>
	<description>My journey though SQL and life!</description>
	<lastBuildDate>Fri, 20 Apr 2012 02:59:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Let&#8217;s Meetup [Updated]! by John Sterrett</title>
		<link>http://johnsterrett.com/2012/04/17/lets-meetup/comment-page-1/#comment-3684</link>
		<dc:creator>John Sterrett</dc:creator>
		<pubDate>Fri, 20 Apr 2012 02:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=1118#comment-3684</guid>
		<description>Likewise, I look forward to seeing you Jonathan.</description>
		<content:encoded><![CDATA[<p>Likewise, I look forward to seeing you Jonathan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s Meetup [Updated]! by Jonathan Gardner</title>
		<link>http://johnsterrett.com/2012/04/17/lets-meetup/comment-page-1/#comment-3682</link>
		<dc:creator>Jonathan Gardner</dc:creator>
		<pubDate>Tue, 17 Apr 2012 17:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=1118#comment-3682</guid>
		<description>John,

We are very much looking forward to having you at SQL Saturday Houston.  See you this weekend.</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>We are very much looking forward to having you at SQL Saturday Houston.  See you this weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on #tsql2day &#8211; Contained Databases are sexy and they know it! by johnsterrett</title>
		<link>http://johnsterrett.com/2012/04/10/t-sql-tuesday-029-contained-databases-in-sql-2012/comment-page-1/#comment-3679</link>
		<dc:creator>johnsterrett</dc:creator>
		<pubDate>Tue, 10 Apr 2012 22:06:53 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=1121#comment-3679</guid>
		<description>@DugiDBA thank you for the comment. I am glad to read to that you enjoyed the blog post.</description>
		<content:encoded><![CDATA[<p>@DugiDBA thank you for the comment. I am glad to read to that you enjoyed the blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on #tsql2day &#8211; Contained Databases are sexy and they know it! by Dukagjin Maloku</title>
		<link>http://johnsterrett.com/2012/04/10/t-sql-tuesday-029-contained-databases-in-sql-2012/comment-page-1/#comment-3678</link>
		<dc:creator>Dukagjin Maloku</dc:creator>
		<pubDate>Tue, 10 Apr 2012 21:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=1121#comment-3678</guid>
		<description>Thanks for the simple explanation of this new feature in SQL Server 2012!
@DugiDBA</description>
		<content:encoded><![CDATA[<p>Thanks for the simple explanation of this new feature in SQL Server 2012!<br />
@DugiDBA</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing SQL Server Job Owners against the SQL Server Enterprise by Margaret Westrell</title>
		<link>http://johnsterrett.com/2011/04/14/changing-sql-server-job-owners-against-the-sql-server-enterprise/comment-page-1/#comment-3675</link>
		<dc:creator>Margaret Westrell</dc:creator>
		<pubDate>Wed, 21 Mar 2012 14:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=734#comment-3675</guid>
		<description>Thanks, John!  

I realize this post is old, but I found it useful.  Wanted to mention one issue I encountered that others may also have.

A few months ago,  a DBA left our shop.  It appears that when his account was deleted from Active Directory, ownership of a few jobs he had set up under his account changed to NULL.  To find jobs with no owner, I tweaked your scripts:    

Find Owners:  changed the inner join to a left outer join.

Change Owner:  changed the inner join to a left outer join and changed the WHERE clause to &quot;WHERE (ISNULL(l.name, &#039;&#039;) like @OldName&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks, John!  </p>
<p>I realize this post is old, but I found it useful.  Wanted to mention one issue I encountered that others may also have.</p>
<p>A few months ago,  a DBA left our shop.  It appears that when his account was deleted from Active Directory, ownership of a few jobs he had set up under his account changed to NULL.  To find jobs with no owner, I tweaked your scripts:    </p>
<p>Find Owners:  changed the inner join to a left outer join.</p>
<p>Change Owner:  changed the inner join to a left outer join and changed the WHERE clause to &#8220;WHERE (ISNULL(l.name, &#8221;) like @OldName&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-SQL Tuesday: What&#8217;s Currently Running? by johnsterrett</title>
		<link>http://johnsterrett.com/2011/12/13/t-sql-tuesday-whats-currently-running/comment-page-1/#comment-3674</link>
		<dc:creator>johnsterrett</dc:creator>
		<pubDate>Tue, 20 Mar 2012 21:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=946#comment-3674</guid>
		<description>Great catch Scott. I have updated the query above to include your update.</description>
		<content:encoded><![CDATA[<p>Great catch Scott. I have updated the query above to include your update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on T-SQL Tuesday: What&#8217;s Currently Running? by Scott Caldwell</title>
		<link>http://johnsterrett.com/2011/12/13/t-sql-tuesday-whats-currently-running/comment-page-1/#comment-3671</link>
		<dc:creator>Scott Caldwell</dc:creator>
		<pubDate>Fri, 09 Mar 2012 15:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=946#comment-3671</guid>
		<description>John,

Nice query. I would use &quot;where is_user_process = 1&quot; instead of &quot;where session_id &gt; 50&quot;. There are cases, especially on large servers with soft numa, database mirroring (lots of db), service broker (lots of tasks), etc, where this won&#039;t hold true. It used to be 100% reliable but not so much anymore.

Thanks,

Scott</description>
		<content:encoded><![CDATA[<p>John,</p>
<p>Nice query. I would use &#8220;where is_user_process = 1&#8243; instead of &#8220;where session_id &gt; 50&#8243;. There are cases, especially on large servers with soft numa, database mirroring (lots of db), service broker (lots of tasks), etc, where this won&#8217;t hold true. It used to be 100% reliable but not so much anymore.</p>
<p>Thanks,</p>
<p>Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 6 ways to get free SQL Server 2012 Training by johnsterrett</title>
		<link>http://johnsterrett.com/2012/01/31/6-ways-to-get-free-sql-server-2012-training/comment-page-1/#comment-3666</link>
		<dc:creator>johnsterrett</dc:creator>
		<pubDate>Wed, 08 Feb 2012 20:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=1072#comment-3666</guid>
		<description>Mark, 

That&#039;s a very good point. I will add a link to Aaron Nelson&#039;s PowerShell script to download the MCM training videos tonight. Also, while I am at it I should include the PASS Virtual Chapters.

Everyone, am I missing anything else?</description>
		<content:encoded><![CDATA[<p>Mark, </p>
<p>That&#8217;s a very good point. I will add a link to Aaron Nelson&#8217;s PowerShell script to download the MCM training videos tonight. Also, while I am at it I should include the PASS Virtual Chapters.</p>
<p>Everyone, am I missing anything else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 6 ways to get free SQL Server 2012 Training by Mark</title>
		<link>http://johnsterrett.com/2012/01/31/6-ways-to-get-free-sql-server-2012-training/comment-page-1/#comment-3665</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 08 Feb 2012 14:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=1072#comment-3665</guid>
		<description>Don&#039;t forget SQL Server MCM certification training videos available free online!</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget SQL Server MCM certification training videos available free online!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speaking at the Columbus SQL Server User Group by Chris</title>
		<link>http://johnsterrett.com/2012/01/11/speaking-at-the-columbus-sql-server-users-group/comment-page-1/#comment-3661</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 29 Jan 2012 20:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://johnsterrett.com/?p=1021#comment-3661</guid>
		<description>Awesome stuff man, I actually have to do this in the near future. Appreciate the insight!!</description>
		<content:encoded><![CDATA[<p>Awesome stuff man, I actually have to do this in the near future. Appreciate the insight!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

