<?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/"
	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>SQL Server Sleuth &#187; speaking</title>
	<atom:link href="http://sqlserversleuth.com/tag/speaking/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlserversleuth.com</link>
	<description>For DBAs that enjoy a good mystery</description>
	<lastBuildDate>Sat, 01 Oct 2011 06:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqlserversleuth.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/a9ab64e4b3cc6d92ec2c225a7d6ea0bd?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>SQL Server Sleuth &#187; speaking</title>
		<link>http://sqlserversleuth.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqlserversleuth.com/osd.xml" title="SQL Server Sleuth" />
	<atom:link rel='hub' href='http://sqlserversleuth.com/?pushpress=hub'/>
		<item>
		<title>Reflecting on my first CodeStock session</title>
		<link>http://sqlserversleuth.com/2011/06/03/reflecting-on-my-first-codestock-session/</link>
		<comments>http://sqlserversleuth.com/2011/06/03/reflecting-on-my-first-codestock-session/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 03:15:32 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[CodeStock]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[praise]]></category>
		<category><![CDATA[prescriptive guidance]]></category>
		<category><![CDATA[Profiler]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[SQL Trace]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=305</guid>
		<description><![CDATA[Today I gave my first of two presentations at the 2011 CodeStock conference, my &#8220;An Introduction to Profiler and SQL Trace&#8221; talk. The session went really well! It had good attendance, the audience was engaged and asked great questions, and &#8230; <a href="http://sqlserversleuth.com/2011/06/03/reflecting-on-my-first-codestock-session/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=305&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I gave my <a href="http://codestock.org/Sessions/an-introduction-to-profiler-and-sql-trace.aspx" target="_blank">first</a> of two presentations at the <a href="http://codestock.org/" target="_blank">2011 CodeStock</a> conference, my &#8220;<a href="/technical-presentations/sqltrace/" target="_blank">An Introduction to Profiler and SQL Trace</a>&#8221; talk.  The session went really well!  It had good attendance, the audience was engaged and asked great questions, and I am pleased with my delivery.  I also received the kind of feedback that justifies all of the work invested&#8230; an audience member, Stephen Horne (<a href="http://sqlstephenhorne.blogspot.com/" target="_blank">blog</a>, <a href="http://twitter.com/#!/SQLStephenHorne" target="_blank">Twitter</a>), said the following (in-person and <a href="http://twitter.com/#!/SQLStephenHorne/status/76719886272958465" target="_blank">on Twitter</a>):</p>
<p>    <blockQuote></p>
<p>I really enjoy seeing people talking passionately &amp; with significant knowledge about <a href="http://twitter.com/#!/search/%23SQL" target="_blank">#SQL</a> Server. <a href="http://twitter.com/#!/SQLServerSleuth" target="_blank">@SQLServerSleuth</a> <a href="http://twitter.com/#!/search/%23codestock" target="_blank">#codestock</a>.</p>
<p>    </blockQuote></p>
<p>During the session, I state that the following two ideas are the most important things to take away from the presentation:</p>
<ul>
<li><span style="font-weight:bold;">Do not run <a href="http://msdn.microsoft.com/en-us/library/ms187929.aspx" target="_blank">SQL Server Profiler</a> against a <a href="http://en.wikipedia.org/wiki/Production_Support" target="_blank">production</a> <a href="http://msdn.microsoft.com/en-us/library/bb545450.aspx" target="_blank">SQL Server</a> instance!</span>  Use a <a href="http://msdn.microsoft.com/en-us/library/ms191443.aspx" target="_blank">server-side trace</a> instead</li>
<li>Always place size and duration caps on your traces to limit their overhead and to protect against a run-away trace (see step three below)</li>
</ul>
<p>I spend a long time during the presentation warning against using Profiler (in production) and explaining its performance impact (as well as the overhead of tracing).  Still, Profiler can be a useful tool for defining trace sessions and analyzing trace data.  Here is the proper workflow for reaping its benefits without shooting yourself in the foot:</p>
<ol>
<li><span style="font-style:italic;">On your workstation</span>, use Profiler to define the trace (<a href="http://msdn.microsoft.com/en-us/library/ms175481.aspx" target="_blank">event classes</a>, <a href="http://msdn.microsoft.com/en-us/library/ms190762.aspx" target="_blank">columns</a>, and <a href="http://msdn.microsoft.com/en-us/library/ms175061.aspx" target="_blank">filters</a>)</li>
<li>
                Use Profiler to generate a <a href="http://en.wikipedia.org/wiki/Transact-SQL" target="_blank">Transact-SQL</a> script file with the <a href="http://msdn.microsoft.com/en-us/library/ms187346.aspx" target="_blank">system stored procedure</a> calls for a server-side trace:</p>
<p>                            <img src="http://tnbarkhouse.files.wordpress.com/2011/06/sqlserverprofiler_scripttracedefinition.png?w=640" style="margin-left:10px;margin-top:10px;"></p>
</li>
<li>Edit the script, including placing limits on the size <span style="font-style:italic;">and</span> duration of the trace (using the <span style="font-style:italic;">@maxfilesize</span> and <span style="font-style:italic;">@stoptime</span> parameters of the <a href="http://msdn.microsoft.com/en-us/library/ms190362.aspx" target="_blank">[sys].[sp_trace_create]</a> system stored procedure, as demonstrated in the presentation&#8217;s &#8220;<a href="/technical-presentations/sqltrace/" target="_blank">Demo 07_Create a server-side trace to provide information on the next deadlock(s),2005+.sql</a>&#8221; file)</li>
<li>Execute the script <span style="font-style:italic;">on the server</span> that is under investigation</li>
<li>If the trace automatically stops more quickly than expected, refine the trace definition to be more conservative</li>
<li>Once you have several trace files with useful data, <a href="http://7-zip.org/" target="_blank">compress them</a></li>
<li>Transfer the archive of compressed trace files from the target server to <span style="font-style:italic;">your workstation</span></li>
<li>Analyze the trace data using the <a href="http://msdn.microsoft.com/en-us/library/ms188425.aspx" target="_blank">[sys].[fn_trace_gettable]</a> system function and/or <a href="http://msdn.microsoft.com/en-us/library/ms175848.aspx" target="_blank">using Profiler</a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/305/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/305/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/305/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=305&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2011/06/03/reflecting-on-my-first-codestock-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>

		<media:content url="http://tnbarkhouse.files.wordpress.com/2011/06/sqlserverprofiler_scripttracedefinition.png" medium="image" />
	</item>
		<item>
		<title>I am speaking at CodeStock 2011</title>
		<link>http://sqlserversleuth.com/2011/06/03/i-am-speaking-at-codestock-2011/</link>
		<comments>http://sqlserversleuth.com/2011/06/03/i-am-speaking-at-codestock-2011/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 17:40:53 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[CodeStock]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[cookbooks]]></category>
		<category><![CDATA[Profiler]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[SQL Trace]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=299</guid>
		<description><![CDATA[I will be delivering two sessions at this year&#8217;s CodeStock conference in Knoxville, Tennessee: An Introduction to Profiler and SQL Trace at 2011-06-03 13:50-04:00. The session&#8217;s materials have been posted here. A PowerShell Cookbook for DBAs at 2011-06-04 09:50-04:00. The &#8230; <a href="http://sqlserversleuth.com/2011/06/03/i-am-speaking-at-codestock-2011/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=299&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I will be delivering two sessions at this year&#8217;s <a href="http://codestock.org/" target="_blank">CodeStock conference</a> in <a href="http://en.wikipedia.org/wiki/Knoxville,_Tennessee" target="_blank">Knoxville, Tennessee</a>:</p>
<ul>
<li><a href="http://codestock.org/Sessions/an-introduction-to-profiler-and-sql-trace.aspx" target="_blank">An Introduction to Profiler and SQL Trace</a> at 2011-06-03 13:50-04:00.  The session&#8217;s materials have been posted <a href="/technical-presentations/sqltrace/" target="_blank">here</a>.</li>
<li><a href="http://codestock.org/Sessions/a-powershell-cookbook-for-dbas.aspx" target="_blank">A PowerShell Cookbook for DBAs</a> at 2011-06-04 09:50-04:00.  The session&#8217;s materials have been posted <a href="/technical-presentations/powershellcookbook/" target="_blank">here</a>.</li>
</ul>
<p>If you happen to be attending, please stop by and visit!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/299/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/299/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/299/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=299&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2011/06/03/i-am-speaking-at-codestock-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>Please vote for PASS Summit 2011 sessions!</title>
		<link>http://sqlserversleuth.com/2011/05/19/please-vote-for-pass-summit-2011-sessions/</link>
		<comments>http://sqlserversleuth.com/2011/05/19/please-vote-for-pass-summit-2011-sessions/#comments</comments>
		<pubDate>Thu, 19 May 2011 20:21:52 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[cookbooks]]></category>
		<category><![CDATA[deadlocks]]></category>
		<category><![CDATA[FWSSUG]]></category>
		<category><![CDATA[NTSSUG]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=274</guid>
		<description><![CDATA[I have been extremely fortunate to have spoken at the last two North American PASS Summits. The experiences have been amazing and I&#8217;m hopeful about getting a chance to present at this year&#8217;s conference too. I received very good feedback &#8230; <a href="http://sqlserversleuth.com/2011/05/19/please-vote-for-pass-summit-2011-sessions/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=274&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been extremely fortunate to have spoken at the last two North American <a href="http://www.sqlpass.org/summit/" target="_blank">PASS Summits</a>.  The experiences have been amazing and I&#8217;m hopeful about getting a chance to present at this year&#8217;s conference too.  I received very good feedback from last year&#8217;s session, &#8220;<a href="/technical-presentations/deadlocks/" target="_blank">Deadlock Detection, Troubleshooting, and Prevention</a>&#8220;, which is reassuring, but so many fantastic speakers have submitted to speak that there is fierce competition.</p>
<p>This year, the session selection committee is trying something new and has requested input on the submitted abstracts.  I strongly encourage you to take a few minutes and vote for abstracts that appeal to you in the <a href="http://www.sqlpass.org/summit/2011/UserLogin.aspx?returnurl=%2fsummit%2f2011%2fSpeakers%2fSessionPreferencing.aspx%3fp%3d62%26preferred%3dFalse" target="_blank">PASS Summit 2011 Session Preference Survey</a>.  You can vote even if you might not be able to attend the conference&#8230; all that you need is an account on the <a href="http://www.sqlpass.org/" target="_blank">SQLPASS.org</a> web site.  If you don&#8217;t already have one, <a href="http://www.sqlpass.org/RegisterforSQLPASS.aspx?returnurl=%2fsummit%2f2011%2fSpeakers%2fSessionPreferencing.aspx%3fp%3d62%26preferred%3dFalse" target="_blank">registration</a> is easy and free.</p>
<p>If you have attended any of my presentations and enjoyed them/learned from them, I would greatly appreciate the support of voting for some of my sessions.  I submitted the maximum of four abstracts, but I would prefer to deliver either of my &#8220;cookbook&#8221; presentations:</p>
<ul>
<li>
                <a href="/technical-presentations/powershellcookbook/" target="_blank">A PowerShell Cookbook for DBAs</a></p>
<ul>
<li>
                            I have been delivering this presentation since <a href="http://sqlsaturday.com/22/eventhome.aspx" target="_blank">SQLSaturday #22</a> on 2010-06-05
                        </li>
<li>
                            As a production/escalation DBA, I use <a href="http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx" target="_blank">PowerShell</a> more than any other single program, <span style="font-style:italic;">especially</span> when interacting with <a href="http://www.microsoft.com/sqlserver/en/us/default.aspx" target="_blank">SQL Server</a>
                        </li>
<li>
                            My goal is to convince fellow DBAs to try PowerShell by showing a variety of ways that PowerShell makes our jobs easier and by providing attendees with a collection of ready-to-use scripts for getting started
                        </li>
</ul>
</li>
<li>
                An XQuery Cookbook for DBAs</p>
<ul>
<li>
                            This is a new presentation that is under development.  I will probably deliver it for the first time at the July meeting of the <a href="http://fwssug.org/" target="_blank">Fort Worth SQL Server Users Group</a>
                        </li>
<li>
                            A lot of valuable diagnostic data is exposed as <a href="http://en.wikipedia.org/wiki/XML" target="_blank">XML</a> these days
                        </li>
<li>
                            I have written many <a href="http://en.wikipedia.org/wiki/Transact-SQL" target="_blank">T-SQL</a>/<a href="http://en.wikipedia.org/wiki/XQuery" target="_blank">XQuery</a> scripts to analyze and manipulate the data, but I would not describe the experience as being pleasant
                        </li>
<li>
                            I would like to give other DBAs these scripts, along with a little bit of background understanding, so that they can access this very powerful meta data without the many hours of frustration in developing the scripts
                        </li>
<li>
                            Some of the &#8220;recipes&#8221; included in the presentation will work with the following data sets:</p>
<ul>
<li>
                                        <a href="http://msdn.microsoft.com/en-us/library/ms190989.aspx" target="_blank">DDL trigger</a> event data
                                    </li>
<li>
                                        <a href="http://msdn.microsoft.com/en-us/library/ms188246.aspx" target="_blank">Deadlock graphs</a>
                                    </li>
<li>
                                        <a href="http://msdn.microsoft.com/en-us/library/bb630354.aspx" target="_blank">Extended Events</a> payloads
                                    </li>
<li>
                                        Output from the <a href="http://pal.codeplex.com/" target="_blank">Performance Analysis of Logs (PAL) Tool</a>
                                    </li>
<li>
                                        The <a href="http://msdn.microsoft.com/en-us/library/dd672789(SQL.100).aspx" target="_blank">[sys].[dm_os_ring_buffers]</a> DMV&#8217;s contents
                                    </li>
<li>
                                        <a href="http://msdn.microsoft.com/en-us/library/aa385780%28VS.85%29.aspx" target="_blank">Windows event logs</a>
                                    </li>
<li>
                                        <a href="http://msdn.microsoft.com/en-us/library/ms190233.aspx" target="_blank">XML statistics profiles</a> (query plans)
                                    </li>
</ul>
</li>
</ul>
</li>
</ul>
<p><span style="font-weight:bold;">Note:</span> The deadline for voting is tomorrow, so please do so as soon as possible!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/274/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=274&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2011/05/19/please-vote-for-pass-summit-2011-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Trace presentation materials posted</title>
		<link>http://sqlserversleuth.com/2011/04/24/sql-trace-presentation-materials-posted/</link>
		<comments>http://sqlserversleuth.com/2011/04/24/sql-trace-presentation-materials-posted/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 02:20:32 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[attachments]]></category>
		<category><![CDATA[Profiler]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[SQL Trace]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=261</guid>
		<description><![CDATA[I just uploaded a new set of deliverables from my SQL Trace presentation (which can be found here). Let me know if you have any questions.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=261&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just uploaded a new set of deliverables from my <a href="/technical-presentations/sqltrace/" target="_blank">SQL Trace presentation</a> (which can be found <a href="http://s3.amazonaws.com/sqlserversleuth-presentations/Presentation_AnIntroductionToProfilerAndSQLTrace_0001000300030014.zip" target="_blank">here</a>).  Let me know if you have any questions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/261/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/261/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/261/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=261&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2011/04/24/sql-trace-presentation-materials-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>Updated presentation materials posted</title>
		<link>http://sqlserversleuth.com/2010/11/17/updated-presentation-materials-posted/</link>
		<comments>http://sqlserversleuth.com/2010/11/17/updated-presentation-materials-posted/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 02:27:32 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=245</guid>
		<description><![CDATA[I just uploaded a new set of deliverables from my Deadlocks presentation (which can be found here). The new archive just contains tweaks that were made last week at the Summit. I&apos;m working on a few new scripts that illustrate &#8230; <a href="http://sqlserversleuth.com/2010/11/17/updated-presentation-materials-posted/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=245&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just uploaded a new set of deliverables from my <a href="/technical-presentations/deadlocks/">Deadlocks presentation</a> (which can be found <a href="/technical-presentations/deadlocks/">here</a>).  The new archive just contains tweaks that were made last week at <a href="http://www.sqlpass.org/summit/na2010/" target="_blank">the Summit</a>.  I&apos;m working on a few new scripts that illustrate topics raised during the presentation.  I&apos;ll let everyone know when they&apos;re ready.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/245/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/245/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/245/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=245&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2010/11/17/updated-presentation-materials-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>Emerging from self-imposed exile</title>
		<link>http://sqlserversleuth.com/2010/11/11/emerging-from-self-imposed-exile/</link>
		<comments>http://sqlserversleuth.com/2010/11/11/emerging-from-self-imposed-exile/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 07:14:02 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[burn out]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=234</guid>
		<description><![CDATA[While I was never prolific with blogging or tweeting, I have definitely been out-of-touch for over a year. Here&apos;s why&#8230; At last year&apos;s North American PASS Summit, I was still developing the content for my presentation at the last minute, &#8230; <a href="http://sqlserversleuth.com/2010/11/11/emerging-from-self-imposed-exile/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=234&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I was never prolific with blogging or tweeting, I have definitely been out-of-touch for over a year.  Here&apos;s why&#8230;</p>
<p>At last year&apos;s <a href="http://summit2009.sqlpass.org/" target="_blank">North American PASS Summit</a>, I was still developing the content for my <a href="/technical-presentations/sqldiag/" target="_blank">presentation</a> at the last minute, nearly pulling an <a href="http://www.wikihow.com/Pull-an-All-Nighter" target="_blank">all-nighter</a>.  The code being demonstrated was barely sufficient for the talk and not nearly robust enough for release, especially to people just introduced to the technology.  After delivering my presentation, I was so exhausted and <a href="http://en.wikipedia.org/wiki/Sleep_deprivation" target="_blank">sleep deprived</a> that I decided to enjoy the conference and deferred posting my code until returning home.  Unfortunately, life never slowed down and I had trouble finishing and uploading the scripts.  My progress was also hindered by <a href="http://en.wikipedia.org/wiki/Scope_creep" target="_blank">feature/scope creep</a> as well as my tendency toward perfectionism.</p>
<p>Since getting into technical speaking, one of my aspirations has been to provide comprehensive and valuable presentation materials (slides, handouts, files, and code).  I want my audience members to be able to immediately put their new knowledge to use.  In a classic case of perverse <a href="http://en.wikipedia.org/wiki/Unintended_consequences" target="_blank">unintended consequences</a>, I was achieving the opposite.  Instead of being known for providing great presentation materials, I&apos;ve probably earned notoriety for empty promises to post the materials.</p>
<p>With the start of the new year, I resolved to focus on the project.  I withdrew from many activities with the following rationale:</p>
<ul>
<li>It seemed like I should be using any free time to finish working on my presentation materials</li>
<li>I didn&apos;t want to face the people that I was letting down</li>
<li>The pressure that I was placing on myself was leading to <a href="http://nymag.com/news/features/24757/" target="_blank">burnout</a></li>
</ul>
<p>Here are some of the activities that I&apos;ve consciously limited, or opportunities that I&apos;ve postponed:</p>
<ul>
<li>I started missing most of the local user group meetings</li>
<li>I dropped off of Twitter&#8230; the last time that I recall opening a Twitter client was on 2010-01-14</li>
<li>I&apos;ve been invited to write several articles</li>
<li>I was asked to present to PASS Virtual Chapter meetings</li>
<li>I stopped penning blog posts as well as keeping current on other people&apos;s blogs</li>
</ul>
<p>The really sad thing is that keeping my nose to the grindstone didn&apos;t help me to produce the deliverables&mdash;it just left me isolated and demoralized!</p>
<p>I realized that my problems were due to lack of effective process.  I will definitely write more on this topic, but I adopted new tools and methodologies that include:</p>
<ul>
<li>I design my presentations using the <a href="http://www.presentationzen.com/" target="_blank">Presentation Zen</a> philosophy now</li>
<li>I committed not to submit abstracts for presentations that are <a href="http://en.wikipedia.org/wiki/Vaporware" target="_blank">vaporware</a></li>
<li>I decided to avoid creating new presentations around specific tools/scripts that I&apos;d developed for myself</li>
<li>I imposed a constraint on myself: if code isn&apos;t ready to be posted, it shouldn&apos;t be demonstrated in a session</li>
<li>I added my presentation materials to <a href="http://en.wikipedia.org/wiki/Revision_control" target="_blank">source control</a></li>
<li>I designed a <a href="http://en.wikipedia.org/wiki/Software_versioning" target="_blank">version number scheme</a>, facilitating &quot;<a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;935897" target="_blank">an incremental servicing model</a>&quot; of my own</li>
<li>I created scripts (using <a href="http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx" target="_blank">MSBuild</a> and <a href="http://technet.microsoft.com/en-us/scriptcenter/powershell.aspx" target="_blank">PowerShell</a>) to automatically compile my presentation materials for being posted</li>
<li>I started using <a href="http://aws.amazon.com/s3/" target="_blank">Amazon&apos;s S3</a> service for hosting my presentation materials (since <a href="http://wordpress.com/" target="_blank">WordPress.com</a> <a href="http://en.support.wordpress.com/accepted-filetypes/" target="_blank">doesn&apos;t allow Zip files</a>)</li>
</ul>
<p>Perhaps most importantly, I finally implemented <a href="http://www.davidco.com/what_is_gtd.php" target="_blank">Getting Things Done</a>.  I will provide more details in future blog posts.</p>
<p>Deliverables for my presentations were posted for the first time on October 27th.  Yesterday&apos;s <a href="/technical-presentations/deadlocks/" target="_blank">presentation</a> represented a huge milestone for me: it was the first time that materials were uploaded when I got up to speak.  I have some modifications already, but that&apos;s the point of the incremental servicing model.  Waiting until everything was ready led to nothing ever getting released.</p>
<p>It&apos;s time to rejoin the SQL Server community and I can think of no better place to do it than the PASS Summit.  If I have failed to respond to you in the past, I apologize.  I&apos;m working through the backlog of blog comments and email messages.  However, feel free to contact me again.  Going forward, I am going to make sure to be responsive.</p>
<p>By the way, Michael Swart has <a href="http://michaeljswart.com/?p=69" target="_blank">implicitly forgiven</a> me, so I feel better already!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=234&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2010/11/11/emerging-from-self-imposed-exile/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>Today&#8217;s presentation materials have been posted</title>
		<link>http://sqlserversleuth.com/2010/11/09/todays-presentation-materials-have-been-posted/</link>
		<comments>http://sqlserversleuth.com/2010/11/09/todays-presentation-materials-have-been-posted/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 21:57:18 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[deadlocks]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[speaking]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=219</guid>
		<description><![CDATA[The materials for today&#8217;s presentation, Deadlock Detection, Troubleshooting, and Prevention, at the 2010 North American PASS Summit, have been posted. See the Deadlock Detection, Troubleshooting, and Prevention page for more information. The download contains the slide deck, a handout full &#8230; <a href="http://sqlserversleuth.com/2010/11/09/todays-presentation-materials-have-been-posted/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=219&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="//s3.amazonaws.com/sqlserversleuth-presentations/Presentation_DeadlockDetectionTroubleshootingAndPrevention_0003000600020051.zip">materials</a> for today&#8217;s presentation, <a href="http://sqlpass.eventpoint.com/topic/details/DBA251">Deadlock Detection, Troubleshooting, and Prevention</a>, at the <a href="http://www.sqlpass.org/summit/na2010/" target="_blank">2010 North American PASS Summit</a>, have been posted.  See the <a href="/technical-presentations/deadlocks">Deadlock Detection, Troubleshooting, and Prevention</a> page for more information.</p>
<p>The download contains the slide deck, a handout full of links to resources, demonstration code, and a few sample files.  I plan to upload some revisions as soon as I get home from the Summit (this weekend).</p>
<p>See you in an hour!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/219/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/219/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/219/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=219&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2010/11/09/todays-presentation-materials-have-been-posted/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>Posting My Presentations from SQLSaturday #35 &#8211; Part I</title>
		<link>http://sqlserversleuth.com/2010/05/31/posting-my-presentations-from-sqlsaturday-35-part-i/</link>
		<comments>http://sqlserversleuth.com/2010/05/31/posting-my-presentations-from-sqlsaturday-35-part-i/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 05:32:01 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[deadlocks]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[SQLDiag]]></category>
		<category><![CDATA[SQLSaturday]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=196</guid>
		<description><![CDATA[This is a little bit embarrassing&#8230; I can&#8217;t upload the zip archive files with my presentation materials! Apparently WordPress.com, the host of this blog, does not allow zip files: Accepted Filetypes. My presentation materials include a mixture of PDF files, &#8230; <a href="http://sqlserversleuth.com/2010/05/31/posting-my-presentations-from-sqlsaturday-35-part-i/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=196&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a little bit embarrassing&#8230; I can&#8217;t upload the <a href="http://en.wikipedia.org/wiki/ZIP_(file_format)" target="_blank">zip archive files</a> with my presentation materials!  Apparently <a href="http://wordpress.com/" target="_blank">WordPress.com</a>, the host of this blog, does not allow zip files: <a href="http://en.support.wordpress.com/accepted-filetypes/" target="_blank">Accepted Filetypes</a>.  My presentation materials include a mixture of PDF files, PowerShell and T-SQL script files, XML deadlock graph files, and a few other file types.  I&#8217;ll post what I can (the PDF files), now, and then figure out a contingency plan or work-around tomorrow.  Any suggestions would be appreciated!</p>
<ul>
<li><a href="http://sqlserversleuth.com/?attachment_id=194" target="_blank">Deadlock Detection, Troubleshooting, and Prevention</a></li>
<li><a href="http://sqlserversleuth.com/?attachment_id=195" target="_blank">Leveraging SQLDiag for Efficient Troubleshooting</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=196&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2010/05/31/posting-my-presentations-from-sqlsaturday-35-part-i/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>Looking Back on My PASS Presentation</title>
		<link>http://sqlserversleuth.com/2009/11/05/looking-back-on-my-pass-presentation/</link>
		<comments>http://sqlserversleuth.com/2009/11/05/looking-back-on-my-pass-presentation/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 06:20:48 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[SQLDiag]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[webcasts]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=182</guid>
		<description><![CDATA[I delivered my &#34;Leveraging PSSDiag/SQLDiag for Efficient Troubleshooting&#34; presentation yesterday morning, here at the PASS Community Summit 2009 conference in Seattle, Washington. The talk went quite well&#x2014;I had fun and felt like there was good interaction with the audience (including &#8230; <a href="http://sqlserversleuth.com/2009/11/05/looking-back-on-my-pass-presentation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=182&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I delivered my &quot;<a href="/technical-presentations/#SQLDiag" target="_blank">Leveraging PSSDiag/SQLDiag for Efficient Troubleshooting</a>&quot; presentation yesterday morning, here at the <a href="http://summit2009.sqlpass.org/" target="_blank">PASS Community Summit 2009</a> conference in <a href="http://en.wikipedia.org/wiki/Seattle" target="_blank">Seattle, Washington</a>.  The talk went quite well&#x2014;I had fun and felt like there was good interaction with the audience (including many questions during and after the talk).  I also have a great sense of relief now that the presentation is complete!</p>
<p>Based on the great <a href="/2009/10/31/a-successful-rehearsal-and-upcoming-improvements-to-the-presentation/" target="_blank">feedback</a> that I received from my several public <a href="/2009/10/12/speaking-at-the-october-gfwssug-and-ntssug-meetings/" target="_blank">presentations</a> and <a href="/2009/10/29/last-minute-rehearsal/" target="_blank">rehearsals</a>, I made major changes to the talk over the last few days.  I removed most of the material from the introduction and troubleshooting methodology sections, so that I could get to the demonstrations (and eye-candy) as quickly as possible.  The edits made a big difference; I didn&#8217;t bore or overwhelm the audience with too much conceptual material, plus I didn&#8217;t have to race through the case study and demonstrations.</p>
<p>Here are a few highlights or observations:</p>
<ul>
<li>Prior to the start of the session, my friend Tim Mitchell (<a href="http://www.timmitchell.net/" target="_blank">blog</a>, <a href="http://twitter.com/Tim_Mitchell" target="_blank">Twitter</a>) made a special point to come encourage me and offer any assistance that might be needed&#8230; even though he had another session to attend!</li>
<li>I also appreciated the support of my friend Patrick LeBlanc (<a href="http://www.sqlservercentral.com/blogs/sqldownsouth/" target="_blank">blog</a>, <a href="http://twitter.com/patrickdba" target="_blank">Twitter</a>), who was in the audience</li>
<li>There was a very good turnout, far larger than I expected.  I printed out fifty copies of each handout but there were not enough to go around.  I didn&#8217;t have a chance to get an exact count, but I would estimate that about seventy-five people were present!</li>
<li>I had a problem with one of the demonstrations (creating a <a href="http://msdn.microsoft.com/en-us/library/ms189237.aspx" target="_blank">SQL Server Agent</a> <a href="http://msdn.microsoft.com/en-us/library/ms191508.aspx" target="_blank">alert</a> for launching <a href="http://msdn.microsoft.com/en-us/library/ms162833.aspx" target="_blank">SQLDiag</a>).  I developed it against a default instance but was demonstrating it against a named instance, so the <a href="http://technet.microsoft.com/en-us/library/cc779960(WS.10).aspx" target="_blank">performance object</a> name was wrong.  Fortunately the audience was helpful in fixing the problem</li>
<li>I was actually working on addressing this problem on the flights to Seattle (by retrieving the appropriate name from the <span style="white-space:nowrap;"><a href="http://msdn.microsoft.com/en-us/library/ms187743.aspx" target="_blank">[sys].[dm_os_performance_counters]</a></span> <a href="http://msdn.microsoft.com/en-us/library/ms188754.aspx" target="_blank">DMV</a>), but I neglected to finish it after getting here.  It will be fixed before I post the code</li>
<li>My other gaffe was that, early on, I decided to walk down and in front of the dais to be closer to the audience.  I got over to the stairs before realizing that this just wasn&#8217;t a good idea and turned back.  I&#8217;m sure that it looked awkward (and amusing)</li>
<li>Because of the restructuring, I was able to stop and solicit questions at several key points, which helped to draw the audience into the talk</li>
<li>I got to use &quot;<a href="http://www.sqlskills.com/BLOGS/KIMBERLY/post/RunAsRadio-Interview-about-Developers-and-DBAs-whose-job-is-it.aspx" target="_blank">it depends</a>&quot; to answer one of the questions! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Tim Mitchell also slipped in at one point to snap a picture of me talking.  I brought my camera to the session, but forgot to ask for a volunteer to use it, so I was pleasantly surprised by his thoughtfulness</li>
<li>I didn&#8217;t end up having time to cover the &quot;&#8217;Strategies&#8217; to Avoid&quot; slide.  I&#8217;ll write a blog post that explains the terms</li>
<li>I only had time to cover a fraction of the original material&#8230; I could teach a full-day on this topic!  It&#8217;s going to be important to publish quite a few blog posts to supplement the material</li>
<li>Still, my main goal was realized: I managed to introduce many people to these invaluable, free tools that Microsoft&#8217;s engineers have developed (specifically <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;830232" target="_blank">PSSDiag</a>, SQLDiag, <a href="http://pal.codeplex.com/" target="_blank">PAL</a>, <a href="http://sqlnexus.codeplex.com/" target="_blank">SQL Nexus</a>, and the <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;944837" target="_blank">RML Utilities</a>)</li>
<li>I hope to hear from many audience members as they have a chance to start experimenting with these tools and leveraging them at work</li>
<li>There was a really good group that stayed around after the talk to ask questions</li>
<li>While answering those questions, the lamp in the projector blew out.  I was very fortunate that it waited until after my presentation ended!</li>
<li>Tim Benninghoff (<a href="http://vsteamsystemcentral.com/cs21/blogs/timbenninghoff/default.aspx" target="_blank">blog</a>, <a href="http://twitter.com/Bugboi" target="_blank">Twitter</a>) came up and introduced himself.  We have interacted a bit on <a href="__TODO__" target="_blank">Twitter</a> and I helped him with a PowerShell script back in May.  This was great, since he was on my list of people that I was hoping to meet at the PASS conference!</li>
<li>Only one person was playing <a href="/2009/10/31/im-a-bingo-square-too/" target="_blank">#SQLBingo</a>, which was a little disappointing!</li>
<li>I have spoken to both Colin Stasiuk (<a href="http://benchmarkitconsulting.com/" target="_blank">blog</a>, <a href="http://twitter.com/BenchmarkIT" target="_blank">Twitter</a>) and Greg Larsen (<a href="http://www.sqlserverexamples.com/v2/Blogs/tabid/205/Default.aspx" target="_blank">blog</a>, <a href="http://twitter.com/GregoryLarsen" target="_blank">Twitter</a>) about delivering the talk as a webcast for their user groups (the <a href="http://edmpass.com/" target="_blank">Edmonton</a> and <a href="http://dba.sqlpass.org/" target="_blank">Database Administration virtual</a> chapters, respectively)</li>
<ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=182&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2009/11/05/looking-back-on-my-pass-presentation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
		<item>
		<title>A Successful Rehearsal and Upcoming Improvements to the Presentation</title>
		<link>http://sqlserversleuth.com/2009/10/31/a-successful-rehearsal-and-upcoming-improvements-to-the-presentation/</link>
		<comments>http://sqlserversleuth.com/2009/10/31/a-successful-rehearsal-and-upcoming-improvements-to-the-presentation/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 06:02:44 +0000</pubDate>
		<dc:creator>tnbarkhouse</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[conferences]]></category>
		<category><![CDATA[NTSSUG]]></category>
		<category><![CDATA[PASS]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[SQLDiag]]></category>
		<category><![CDATA[Terremark]]></category>

		<guid isPermaLink="false">http://sqlserversleuth.com/?p=172</guid>
		<description><![CDATA[My rehearsal this morning went really well. Not in terms of my delivery, but rather in the great feedback that I received and my own ideas for improvement that it generated. I want to thank Patrick LeBlanc (blog, Twitter) again &#8230; <a href="http://sqlserversleuth.com/2009/10/31/a-successful-rehearsal-and-upcoming-improvements-to-the-presentation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=172&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>My <a href="/2009/10/29/last-minute-rehearsal/" target="_blank">rehearsal this morning</a> went really well.  Not in terms of my delivery, but rather in the great feedback that I received and my own ideas for improvement that it generated.</p>
<p>I want to thank Patrick LeBlanc (<a href="http://www.sqlservercentral.com/blogs/sqldownsouth/default.aspx" target="_blank">blog</a>, <a href="http://twitter.com/patrickdba" target="_blank">Twitter</a>) again for helping me to pull off the rehearsal on such short notice!  I look forward to returning as a <a href="http://www.sqllunch.com/" target="_blank">SQL Lunch</a> presenter in the not-too-distant future.</p>
<p>When I gave the <a href="/technical-presentations/#SQLDiag" target="_blank">SQLDiag presentation</a> <a href="/2009/10/12/speaking-at-the-october-gfwssug-and-ntssug-meetings/" target="_blank">on the 21st</a>, there was good response to the recently added <a href="http://en.wikipedia.org/wiki/Case_method" target="_blank">case study</a> and it was suggested that I increase its role in the talk.  Mike McKinney also made a great observation: I&#8217;m spending too much time describing the <a href="http://technet.microsoft.com/en-us/library/aa175399(SQL.80).aspx" target="_blank">configuration</a> of <a href="http://msdn.microsoft.com/en-us/library/ms162833.aspx" target="_blank">SQLDiag</a> (overall, but especially before showing the end result of using it).  In other words, I need to firmly establish the value of these tools before delving into the mechanics of their usage.  His point made so much sense and I&#8217;m grateful for the insight.</p>
<p>I made a lot of changes based on those suggestions, which were put into play for the first time this morning.  They made a huge difference, but it did lead to some continuity issues and glitches.</p>
<p>Another friend from the <a href="http://northtexas.sqlpass.org/" target="_blank">user group</a>, David Stein (<a href="http://www.made2mentor.com/" target="_blank">blog</a>, <a href="http://twitter.com/Made2Mentor" target="_blank">Twitter</a>), provided some very detailed and helpful constructive criticism.  I also received emails with good ideas from Steve Jones (<a href="http://www.sqlservercentral.com/blogs/steve_jones/" target="_blank">blog</a>, <a href="http://twitter.com/way0utwest" target="_blank">Twitter</a>), Tim Mitchell (<a href="http://www.timmitchell.net/" target="_blank">blog</a>, <a href="http://twitter.com/Tim_Mitchell" target="_blank">Twitter</a>), and Vic Prabhu (<a href="http://twitter.com/SQLJackal" target="_blank">Twitter</a>).  The following points, which ring true, were raised by one or more of them:</p>
<ul>
<li>I need to work on my demeanor.  Apparently it takes five to ten minutes for me to warm up and start to seem comfortable and confident</li>
<li>I should significantly cut back the introduction section</li>
<li>I&#8217;m switching between windows too often, giving a choppy feel to the talk</li>
<li>I need to speed up/cut back on the content.  I&#8217;m still running out of time long before I cover everything</li>
<li>I&#8217;m spending too long on the troubleshooting methodology at the expense of demonstrating the tools and techniques</li>
<li>I need more practice</li>
</ul>
<p>I have blocked out at least an hour for each of the next three days for solo rehearsals.  I am also making the following adjustments (some based on audience feedback, others based on my own evaluation):</p>
<ul>
<li>I&#8217;m reducing the introduction section considerably.  People can read the slides and check out this blog to learn more about me.  Also, my credibility will be established by the presentation&#8217;s content (I don&#8217;t need to sell myself based on the number of instances I help support in <a href="http://www.terremark.com/services/managed-hosting/highly-managed-hosting.aspx" target="_blank">Terremark&#8217;s Highly Managed Hosting</a> environment).  Besides, when somebody chooses to attend my session it is because they already have the presumption that my information is reliable and will hold value for them</li>
<li>I&#8217;m trimming down the coverage on troubleshooting methodology quite a bit.  I did classify <a href="http://summit2009.sqlpass.org/Agenda/ProgramSessions/LeveragingPSSDiagSQLDiagforEfficientTroublesh.aspx" target="_blank">this session</a> as being at the &quot;intermediate&quot; skill level&#x2014;the audience members should already understand the importance of having a formal process and it will take less for them to adapt mine to their needs</li>
<li>The <a href="http://pal.codeplex.com/" target="_blank">PAL</a> demonstration will now precede working with <a href="http://sqlnexus.codeplex.com/" target="_blank">SQL Nexus</a>.  It will flow better, plus this is actually the order I follow when applying these techniques in the field</li>
<li>I will work the demonstration of the <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;944837" target="_blank">RML Utilities</a> back in and explain the way that this tool and SQL Nexus complement each other</li>
<li>I plan to move the &quot;&#8217;Strategies&#8217; to Avoid&quot; slide to the end of the presentation.  If I run out of time, it is the best material to sacrifice</li>
<li>I have several improvements for the case study</li>
<li>I am considering printing out (and distributing to the audience before the session) the three Microsoft Word documents: &quot;Troubleshooting Methodologies,&quot; &quot;Troubleshooting Checklist,&quot; and &quot;Case Study&quot;</li>
</ul>
<p>I feel really good about giving this at PASS!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tnbarkhouse.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tnbarkhouse.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tnbarkhouse.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tnbarkhouse.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tnbarkhouse.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tnbarkhouse.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tnbarkhouse.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tnbarkhouse.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tnbarkhouse.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tnbarkhouse.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tnbarkhouse.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tnbarkhouse.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tnbarkhouse.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tnbarkhouse.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversleuth.com&amp;blog=6775699&amp;post=172&amp;subd=tnbarkhouse&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sqlserversleuth.com/2009/10/31/a-successful-rehearsal-and-upcoming-improvements-to-the-presentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a662186ae400e1e95ffca05d7b474fd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tnbarkhouse</media:title>
		</media:content>
	</item>
	</channel>
</rss>
