<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SQLRockstar &#124; Thomas LaRock &#187; Question of the Week</title>
	<atom:link href="http://thomaslarock.com/category/question-of-the-week/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomaslarock.com</link>
	<description></description>
	<lastBuildDate>Wed, 23 May 2012 14:15:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How Much CPU Is Enough?</title>
		<link>http://thomaslarock.com/2009/09/how-much-cpu-is-enough/</link>
		<comments>http://thomaslarock.com/2009/09/how-much-cpu-is-enough/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 13:58:01 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2802</guid>
		<description><![CDATA[With the idea that we will be consolidating our servers, squeezing them together in an effort to make more efficient use of resources, it suddenly dawned on me: How much?
Do we want our CPU, for example, at 100% all the time? Logically it would make sense that you would use every last resource in some [...]<p><p></p>
<a href="http://thomaslarock.com/2009/09/how-much-cpu-is-enough/">How Much CPU Is Enough?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>With the idea that we will be consolidating our servers, squeezing them together in an effort to make more efficient use of resources, it suddenly dawned on me: How much?</p>
<p>Do we want our CPU, for example, at 100% all the time? Logically it would make sense that you would use every last resource in some way, like a master chef who throws all is scraps into a stock pot instead of throwing them in the garbage like you might do at home.</p>
<p>And yet, it doesn&#8217;t make sense to be at 100% all of the time. So what number should we think about as a target? 80%? 90%?</p>
<p>What is the magic number for our consolidated servers and CPU usage? Does one even exist, or am I going to get back a bunch of adult diapers (&#8220;it Depends&#8221;) for responses?</p>
<p><p></p>
<a href="http://thomaslarock.com/2009/09/how-much-cpu-is-enough/">How Much CPU Is Enough?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2802"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/09/how-much-cpu-is-enough/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>User Resynch</title>
		<link>http://thomaslarock.com/2009/08/user-resynch/</link>
		<comments>http://thomaslarock.com/2009/08/user-resynch/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 15:33:28 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2625</guid>
		<description><![CDATA[Quick question for everyone this week: how do you resynch your users after a database restore?
For same server restores you do not have this issue, but when restoring from prod to test, for example, you will find that the sid&#8217;s do not match and thus you either need to resynch the users or to drop/add.
Our [...]<p><p></p>
<a href="http://thomaslarock.com/2009/08/user-resynch/">User Resynch</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Quick question for everyone this week: how do you resynch your users after a database restore?</p>
<p>For same server restores you do not have this issue, but when restoring from prod to test, for example, you will find that the sid&#8217;s do not match and thus you either need to resynch the users or to drop/add.</p>
<p>Our solution right now is to capture the syslogins every night using OpsMgr and pump the data to a warehouse. We also do a sp_helplogins on each login and pump that information to our warehouse. So, if our objects are being given grants to database roles as opposed to users (and the roles have the same names in all environments), then our resynch is as easy as pressing a button.</p>
<p>With SQL2008 out as well as the use of Powershell these days I thought it might be time to revisit how resynchs are being done. I am thinking ours needs some updating.</p>
<p><p></p>
<a href="http://thomaslarock.com/2009/08/user-resynch/">User Resynch</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2625"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/08/user-resynch/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>The Story Before the Story</title>
		<link>http://thomaslarock.com/2009/08/the-story-before-the-story/</link>
		<comments>http://thomaslarock.com/2009/08/the-story-before-the-story/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 12:14:57 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2551</guid>
		<description><![CDATA[Hollywood has fallen in love with movie prequels. The first one I really remember would have been The Godfather II, which was an amazing film to follow on the heels of the original. And while not quite a prequel, I think it helped to foster the idea that movie stories can move backward in time [...]<p><p></p>
<a href="http://thomaslarock.com/2009/08/the-story-before-the-story/">The Story Before the Story</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hollywood has fallen in love with movie prequels. The first one I really remember would have been <em>The Godfather II</em>, which was an amazing film to follow on the heels of the original. And while not quite a prequel, I think it helped to foster the idea that movie stories can move backward in time as well as forward. Probably the most popular prequel would have been <em>The Phantom Menace</em>, which is not the same as my saying it was good, just that it was popular. And the recent <em>Star Trek</em> would also be considered a prequel despite <a href="http://thomaslarock.com/2009/06/why-star-trek-disappointed-me/">how awful that one was</a>.</p>
<p>Before I get started on a rant let&#8217;s focus on the question this week: What movie story would you like to see have a prequel? I often think about re-casting movies or casting television shows as movies, but I have only recently started to think about prequels. Here is my brief list:</p>
<ul>
<li>Star Wars, but this time done in a way that doesn&#8217;t leave me feeling empty inside</li>
<li>The Karate Kid (imagine a young Mr. Miyagi growing up in Okinawa)</li>
<li>Roadhouse (who wouldn&#8217;t want to see a young Dalton bouncing at a bar while in High School?)</li>
</ul>
<p>If I am certain of one thing in life it is that whatever studio decides to make the Karate Kid prequel is the same studio that is going to be given a license to print their own money.</p>
<p><p></p>
<a href="http://thomaslarock.com/2009/08/the-story-before-the-story/">The Story Before the Story</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2551"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/08/the-story-before-the-story/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Careful What You Go Looking for</title>
		<link>http://thomaslarock.com/2009/07/careful-what-you-go-looking-for/</link>
		<comments>http://thomaslarock.com/2009/07/careful-what-you-go-looking-for/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 14:27:19 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2520</guid>
		<description><![CDATA[&#8230;you just may find it.


Careful What You Go Looking for is a post from: SQLRockstar &#124; Thomas LaRock


<p><p></p>
<a href="http://thomaslarock.com/2009/07/careful-what-you-go-looking-for/">Careful What You Go Looking for</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>&#8230;you just may find it.</p>
<p><a href="http://thomaslarock.com/wp-content/uploads/2009/07/crack_found1.bmp?9d7bd4" rel="prettyPhoto[2520]"><img class="alignleft size-full wp-image-2519" title="Careful what you go looking for!" src="http://thomaslarock.com/wp-content/uploads/2009/07/crack_found.bmp?9d7bd4" alt="Careful what you go looking for!" /></a></p>
<p><p></p>
<a href="http://thomaslarock.com/2009/07/careful-what-you-go-looking-for/">Careful What You Go Looking for</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2520"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/07/careful-what-you-go-looking-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Check Is In The Mail</title>
		<link>http://thomaslarock.com/2009/07/the-check-is-in-the-mail/</link>
		<comments>http://thomaslarock.com/2009/07/the-check-is-in-the-mail/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:45:02 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2493</guid>
		<description><![CDATA[I saw this and I just knew I needed to share it with others. My first thought was that The Bloggess must have had a birthday. My second thought was &#8220;crap, i forgot to send her a card&#8221;. Then I remembered that Jenny never gave me her address so I have no idea how to [...]<p><p></p>
<a href="http://thomaslarock.com/2009/07/the-check-is-in-the-mail/">The Check Is In The Mail</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I saw this and I just knew I needed to share it with others. My first thought was that <a href="http://thebloggess.com/">The Bloggess</a> must have had a birthday. My second thought was &#8220;crap, i forgot to send her a card&#8221;. Then I remembered that Jenny never gave me her address so I have no idea how to get her birthday card to her. I think I just write &#8220;The Bloggess, TX&#8221; on the outside of the envelope and toss it in the mailbox, that should work, right? I mean, how many people in Texas have that name?</p>
<p>But then I saw the date was from October, so chances are this was not Jenny but someone else that is slightly off-center.</p>
<p>And before I forget: Happy Birthday to Andy Leonard and Paul Randal. I&#8217;ll make sure to drop your cards in the mail today, so don&#8217;t call 911 just yet.</p>
<p><a href="http://thomaslarock.com/wp-content/uploads/2009/07/birthday_cards1.bmp?9d7bd4" rel="prettyPhoto[2493]"><img class="alignleft size-full wp-image-2487" title="birthday_cards" src="http://thomaslarock.com/wp-content/uploads/2009/07/birthday_cards1.bmp?9d7bd4" alt="birthday_cards" /></a></p>
<p><p></p>
<a href="http://thomaslarock.com/2009/07/the-check-is-in-the-mail/">The Check Is In The Mail</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2493"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/07/the-check-is-in-the-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Statistics Versus Common Sense</title>
		<link>http://thomaslarock.com/2009/07/statistics-versus-common-sense/</link>
		<comments>http://thomaslarock.com/2009/07/statistics-versus-common-sense/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 12:44:33 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2417</guid>
		<description><![CDATA[
The question I pose to you this week is quite simple: who do you trust the most when you are given statistics to back up an argument?
Consider the fine example to the left. While technically true, it really is useless, right? You have no other information or details to review. You are simply told that [...]<p><p></p>
<a href="http://thomaslarock.com/2009/07/statistics-versus-common-sense/">Statistics Versus Common Sense</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://thomaslarock.com/wp-content/uploads/2009/07/teen_preggo1.bmp?9d7bd4" rel="prettyPhoto[2417]"><img class="size-full wp-image-2414 alignleft" style="border: 5px white;" title="Teen Pregnancy" src="http://thomaslarock.com/wp-content/uploads/2009/07/teen_preggo1.bmp?9d7bd4" alt="teen_preggo" /></a></p>
<p>The question I pose to you this week is quite simple: who do you trust the most when you are given statistics to back up an argument?</p>
<p>Consider the fine example to the left. While technically true, it really is useless, right? You have no other information or details to review. You are simply told that &#8220;statistics show&#8221; something, as if that should be enough for you to decide for yourself.</p>
<p>Another example that I see <em>all the time</em> is how public corporations will publish their earnings and compare themselves to the same quarter a years ago. So, you may see something like &#8220;earning were down 10% compared to a year ago&#8221;. But what you rarely ever see are some follow up facts, such as &#8220;a year ago earnings were through the roof and we made twenty billion dollars&#8221;. If you knew that a year ago the company was making record earnings you might not be worried about the 10% this time around.</p>
<p>So, how often do you ask for the finer details? And when listening to people give presentations or make arguments, how often do you follow-up on the facts? And when people are trolling through your databases, slicing and dicing their way in some data mining effort, how willing are you to trust their final analysis?</p>
<p><p></p>
<a href="http://thomaslarock.com/2009/07/statistics-versus-common-sense/">Statistics Versus Common Sense</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2417"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/07/statistics-versus-common-sense/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Really? Because I looked outside my window and don&#8217;t see anything yet.</title>
		<link>http://thomaslarock.com/2009/07/really-because-i-looked-outside-my-window-and-dont-see-anything-yet/</link>
		<comments>http://thomaslarock.com/2009/07/really-because-i-looked-outside-my-window-and-dont-see-anything-yet/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 13:56:42 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2363</guid>
		<description><![CDATA[I got this email yesterday and I have to give this spammer credit, they really did make me take notice.

&#160;
&#160;
&#160;
So I looked out the window and did not see anything and then I started to think that maybe if someone did start Armageddon they probably would not bother to send out an email press release. [...]<p><p></p>
<a href="http://thomaslarock.com/2009/07/really-because-i-looked-outside-my-window-and-dont-see-anything-yet/">Really? Because I looked outside my window and don&#8217;t see anything yet.</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>I got this email yesterday and I have to give this spammer credit, they really did make me take notice.</p>
<p style="text-align: center;"><a href="http://thomaslarock.com/wp-content/uploads/2009/07/armageddon1.jpg?9d7bd4" rel="prettyPhoto[2363]"><img class="aligncenter size-full wp-image-2364" title="armageddon" src="http://thomaslarock.com/wp-content/uploads/2009/07/armageddon1.jpg?9d7bd4" alt="armageddon" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>So I looked out the window and did not see anything and then I started to think that maybe if someone did start Armageddon they probably would not bother to send out an email press release. I would think they would start by appearing on Fox News and then start the email chain going.</p>
<p>It has been several hours since I got the email and still no sign of the apocalypse. Todays question will therefore be: Did Armageddon really start and if so, why can I not see it?</p>
<p><p></p>
<a href="http://thomaslarock.com/2009/07/really-because-i-looked-outside-my-window-and-dont-see-anything-yet/">Really? Because I looked outside my window and don&#8217;t see anything yet.</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2363"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/07/really-because-i-looked-outside-my-window-and-dont-see-anything-yet/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Why Correct Data Entry Is Important</title>
		<link>http://thomaslarock.com/2009/07/why-correct-data-entry-is-important/</link>
		<comments>http://thomaslarock.com/2009/07/why-correct-data-entry-is-important/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 11:47:26 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2316</guid>
		<description><![CDATA[The question this week has to do with your data entry validation. For most ETL processes there is a lot of effort put into scrubbing of data for various reasons and benefits. So, how and what do you use to scrub your data?
And what about the data that, while technically &#8220;fits&#8221; into a particular field, [...]<p><p></p>
<a href="http://thomaslarock.com/2009/07/why-correct-data-entry-is-important/">Why Correct Data Entry Is Important</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>The question this week has to do with your data entry validation. For most ETL processes there is a lot of effort put into scrubbing of data for various reasons and benefits. So, how and what do you use to scrub your data?</p>
<p>And what about the data that, while technically &#8220;fits&#8221; into a particular field, is still flat out wrong? How do you verify that it is correct? Consider this fine example:</p>
<p style="text-align: center;"><a href="http://thomaslarock.com/wp-content/uploads/2009/07/rr_crossing1.bmp?9d7bd4" rel="prettyPhoto[2316]"><img class="size-full wp-image-2303 aligncenter" style="border: 10px white;" title="rr_crossing" src="http://thomaslarock.com/wp-content/uploads/2009/07/rr_crossing1.bmp?9d7bd4" alt="rr_crossing" /></a></p>
<p><p></p>
<a href="http://thomaslarock.com/2009/07/why-correct-data-entry-is-important/">Why Correct Data Entry Is Important</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2316"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/07/why-correct-data-entry-is-important/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microsoft Error Messages</title>
		<link>http://thomaslarock.com/2009/06/microoft-error-messages/</link>
		<comments>http://thomaslarock.com/2009/06/microoft-error-messages/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 13:47:01 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Question of the Week]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2284</guid>
		<description><![CDATA[This week I am looking for some examples of error messages that you have seen from Microsoft products. SQL error messages would be good, but I am not being picky. The idea is for me to see if I can perform different types of root cause analysis on the error messages so I will also [...]<p><p></p>
<a href="http://thomaslarock.com/2009/06/microoft-error-messages/">Microsoft Error Messages</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This week I am looking for some examples of error messages that you have seen from Microsoft products. SQL error messages would be good, but I am not being picky. The idea is for me to see if I can perform different types of root cause analysis on the error messages so I will also need some general context on how you came across the error.</p>
<p>In my own experience I have found that many times the error message has nothing to do with the actual issue. I like to call them &#8220;ghosts&#8221;, as in &#8220;I feel like I am chasing ghosts.&#8221; I have lost track of the number of times (and hours spent) focusing on the context of the error message only to find that the message was an end result and nowhere close to the root cause.</p>
<p>If you have any to share with me please provide the info in the comments or drop me an email <a href="mailto:sqlrockstar@gmail.com">sqlrockstar@gmail.com</a>.</p>
<p><p></p>
<a href="http://thomaslarock.com/2009/06/microoft-error-messages/">Microsoft Error Messages</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2284"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/06/microoft-error-messages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>This Is Not a Joke</title>
		<link>http://thomaslarock.com/2009/06/this-is-not-a-joke/</link>
		<comments>http://thomaslarock.com/2009/06/this-is-not-a-joke/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 10:44:01 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Question of the Week]]></category>
		<category><![CDATA[Things Only I Find Amusing]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=2179</guid>
		<description><![CDATA[No sir, this is serious. But if I may be so bold, could I ask just a handful of questions before I step back in time with you? Thanks.
First, why must I supply my own weapons?
Second, how far back are we going? Because that would be useful to know before picking out what weapons I [...]<p><p></p>
<a href="http://thomaslarock.com/2009/06/this-is-not-a-joke/">This Is Not a Joke</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>No sir, this is serious. But if I may be so bold, could I ask just a handful of questions before I step back in time with you? Thanks.</p>
<p>First, why must I supply my own weapons?</p>
<p>Second, how far back are we going? Because that would be useful to know before picking out what weapons I should bring.</p>
<p>Third, when did you want to leave? Because it could take anywhere from a few days to a few weeks or even months to acquire the necessary weapons.</p>
<p>Fourth, are we going back in space as well as time? What if where we are standing used to be a mountain? Would we end up embedded into the rock somehow? Or in the middle (or bottom) of an ocean? What good would weapons do for us at that point?</p>
<p>Lastly, how much money are we talking about? Because I could use a little bit up front in order to buy those weapons.</p>
<p style="text-align: center;"><a href="http://thomaslarock.com/wp-content/uploads/2009/06/back_in_time1.bmp?9d7bd4" rel="prettyPhoto[2179]"><img class="aligncenter size-full wp-image-2178" title="back_in_time" src="http://thomaslarock.com/wp-content/uploads/2009/06/back_in_time1.bmp?9d7bd4" alt="back_in_time" /></a></p>
<p><p></p>
<a href="http://thomaslarock.com/2009/06/this-is-not-a-joke/">This Is Not a Joke</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
</p>
<div class="shr-publisher-2179"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2009/06/this-is-not-a-joke/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 10/38 queries in 0.029 seconds using disk: basic
Object Caching 1864/1927 objects using disk: basic

Served from: thomaslarock.com @ 2012-05-23 10:33:52 -->
