<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>SQLRockstar | Thomas LaRock</title>
	
	<link>http://thomaslarock.com</link>
	<description />
	<lastBuildDate>Tue, 21 Feb 2012 18:06:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/SQLRockstar" /><feedburner:info uri="sqlrockstar" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><feedburner:emailServiceId>SQLRockstar</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Still Using Windows Logins for your Databases? You’re Doing it Wrong</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/Er06GkP1ScM/</link>
		<comments>http://thomaslarock.com/2012/02/still-using-windows-logins-for-your-databases-youre-doing-it-wrong/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 16:58:44 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Database administrator]]></category>
		<category><![CDATA[Login]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7527</guid>
		<description><![CDATA[
If your DBA is still adding Windows logins to your database servers then they are doing it wrong.
Using logins (versus Windows groups) is an inefficient method that hasn&#8217;t been considered a favorable practice for almost ten years. Oh&#8230;sure&#8230;it works. I won&#8217;t argue that point. But if you are administering hundreds of database servers and you are using logins [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/still-using-windows-logins-for-your-databases-youre-doing-it-wrong/">Still Using Windows Logins for your Databases? You&#8217;re Doing it Wrong</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://thomaslarock.com/2012/02/still-using-windows-logins-for-your-databases-youre-doing-it-wrong/sec-book/" rel="attachment wp-att-7706"><img class=" wp-image-7706   alignleft" title="sec-book" src="http://thomaslarock.com/wp-content/uploads/2012/02/sec-book.jpeg?9d7bd4" alt="" /></a></p>
<p>If your DBA is still adding Windows logins to your database servers then <strong><em>they are doing it wrong</em></strong>.</p>
<p>Using logins (versus Windows groups) is an inefficient method that hasn&#8217;t been considered a favorable practice for almost ten years. Oh&#8230;<em>sure</em>&#8230;it works. I won&#8217;t argue that point. But if you are administering hundreds of database servers and you are using logins instead of groups then you are making your environment more complex than it needs to be. When shops exploded with exponential growth in the past decade Microsoft recognized this by publishing guidelines around security best practices that reflect the preference for using groups. Here&#8217;s <a href="http://technet.microsoft.com/en-us/library/cc779601(WS.10).aspx" target="_blank">one from 2005</a> that states simply at the top:</p>
<p>&#8220;<em>Because it is inefficient to maintain user accounts directly, assigning permissions on a user basis should be the exception.</em>&#8221;</p>
<p>Exception. As in &#8220;not the norm&#8221;. And say what you want about SQL 2000, but even they <a href="http://technet.microsoft.com/en-us/library/cc966456.aspx" target="_blank">knew that using groups was the way to a simpler life</a>.</p>
<p>Here are three reasons why you should be using Windows groups.</p>
<h3>Audit compliance</h3>
<p>Since those best practices guidelines were published there has been an ever tightening of a grip on systems with regards to security and audits. Most companies that have to be in compliance with government legislation of some type will prefer to use Windows groups to access there database servers. Why? Three words: separation of duties.</p>
<p>The DBA should not be the person that is adding or removing individuals from groups within Active Directory. Those actions should be handled by a security team, and only after being given an approval by the IT custodian (or manager) responsible for the application (also, not the DBA). In other words, security in your company should have two parts. One part is handled by the DBA who, working with the database developers, creates the necessary roles, schemas, and Windows group logins on the database instance. The other part is the security team who controls the people added (or removed) from the Active Directory group(s) so that the users can access the applications as needed.</p>
<p>That is the separation: the DBA doesn&#8217;t control the users in the groups, just the structure the groups are allowed to access. Likewise the security team has no say in how the structure inside the database instance is built, they just fulfill the requests for access after the IT custodian has approved.</p>
<h3>Reduce your administrative overhead</h3>
<p>Besides the likely compliance issues you will face, if you are adding in Windows logins by hand your actions will not be able to scale to hundreds of instances. I&#8217;m certain that someone will leave a comment telling me that Powershell can get the job done with just a few lines of code. This would be where I remind people that automation is a wonderful way to make mistakes faster than ever before.</p>
<p>Let&#8217;s consider the case of a developer who needs different levels of access for development, test, QA, and production servers. That would mean you need to keep four copies of your scripts for each environment, and server, and person. That is a lot of scripts to maintain and troubleshoot. I can&#8217;t even imagine trying to add or modify those scripts as needed.</p>
<p>Even with just a handful of servers the idea of trying to maintain the correct permissions on a per-user level is more overhead than I would want. Every time a new person joins the company I would need to recreate all the permissions necessary for that person to access the databases they need. And the minute a person gets an &#8216;access denied&#8217; error message returned it would be in my lap to figure out what was missed.</p>
<p>I can&#8217;t imagine why anyone would prefer to spend their time making things more difficult than they need to be. With Windows groups your could have all the permissions, roles, and groups defined in advance and then the security team (remember them?) could add and remove users as needed.</p>
<h3>Less mess to clean up afterwards</h3>
<p>One area I see customers and clients struggle with centers around the removal of logins after a person has left the company or even changed jobs within the company. When there is no defined removal process the end result is a glut of logins defined on an instance of SQL Server and most DBAs have no idea who should stay or who should go.</p>
<p>When companies have a defined access process that is tied to Windows groups it helps to avoid the issue of having logins lingering around for months and possibly years. We&#8217;re talking about one step versus hundreds of steps. Which would you prefer?</p>
<p>If you think not having separation of duties would make an auditor have cause for concern just sit across from the table and look them in the eye and say &#8220;those logins have been there for years, we rarely go back to remove them, we wouldn&#8217;t know which ones are no longer valid&#8221;. Good times.</p>
<h3>Exceptions are not the rule</h3>
<p>There are always going to be exceptions to using Windows groups. And for those exceptions you will have the extra overhead, you will need a defined cleanup process, and you will likely need to file for an audit exception. But they are exceptions, not the rule. Exceptions always introduce complexity into your environment. Unless you enjoy having an environment more complex than necessary, unless you enjoy having failed audits, you should start using Windows groups as your standard.</p>
<p>If you only have a handful of servers, and your shop doesn&#8217;t need to comply with audit guidelines, then you can get away with continuing to use Windows logins versus groups. But at some point you will cross a threshold where the overhead for maintaining your environment outweighs the usefulness. And it is then, at the precise moment, when you will look back and say &#8220;crap, I should have listened.&#8221;</p>
<p>You&#8217;ll thank me then. And you&#8217;re welcome.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=55f6748b-ba34-423d-a9fe-7ead5030d488" alt="" /></div>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/still-using-windows-logins-for-your-databases-youre-doing-it-wrong/">Still Using Windows Logins for your Databases? You&#8217;re Doing it Wrong</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7527"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Er06GkP1ScM:0c1wbj5j5CI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Er06GkP1ScM:0c1wbj5j5CI:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Er06GkP1ScM:0c1wbj5j5CI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Er06GkP1ScM:0c1wbj5j5CI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=Er06GkP1ScM:0c1wbj5j5CI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Er06GkP1ScM:0c1wbj5j5CI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/Er06GkP1ScM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/still-using-windows-logins-for-your-databases-youre-doing-it-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/still-using-windows-logins-for-your-databases-youre-doing-it-wrong/</feedburner:origLink></item>
		<item>
		<title>When Writing Or Speaking Learn That Less Is More</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/f3sHiXXmfrw/</link>
		<comments>http://thomaslarock.com/2012/02/when-writing-or-speaking-learn-that-less-is-more/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 16:40:34 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[David Ogilvy]]></category>
		<category><![CDATA[Ernest Hemingway]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7688</guid>
		<description><![CDATA[Big words and long sentences will likely not serve you well as a writer. When it comes to making presentations the same holds true: don&#8217;t ramble on hoping to find the words that will have everyone in the room thinking you are the smartest person to ever grace their presence.
I&#8217;ve learned a few things along [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/when-writing-or-speaking-learn-that-less-is-more/">When Writing Or Speaking Learn That Less Is More</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_7690" class="wp-caption alignleft" style="width: 310px"><a href="http://thomaslarock.com/2012/02/when-writing-or-speaking-learn-that-less-is-more/hemingway_writing/" rel="attachment wp-att-7690"><img class="size-full wp-image-7690" title="Hemingway_Writing" src="http://thomaslarock.com/wp-content/uploads/2012/02/Hemingway_Writing.jpg?9d7bd4" alt="" width="300" height="300" /></a><p class="wp-caption-text">If I were you, I wouldn&#39;t dare interrupt him.</p></div>
<p>Big words and long sentences will likely not serve you well as a writer. When it comes to making presentations the same holds true: don&#8217;t ramble on hoping to find the words that will have everyone in the room thinking you are the smartest person to ever grace their presence.</p>
<p>I&#8217;ve learned a few things along the way. First: use short sentences when writing. Second, <a href="http://www.amazon.com/gp/product/1841127604?ie=UTF8&amp;tag=sq0f-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1841127604" target="_blank">eliminate the &#8220;jelly&#8221; when writing</a> and when speaking. Third, it&#8217;s hard to do those first two things when you are told to &#8220;write naturally, as if you were speaking&#8221; and you tend to ramble anyway like your whole life is one long run-on sentence. But I digress&#8230;</p>
<p>I came across the following two links recently and so I wanted to share them with you.</p>
<p>First we have a link to a <a href="http://www.listsofnote.com/2012/02/how-to-write.html" target="_blank">memo written by David Ogilvy</a> to his employees titled &#8220;How to Write&#8221; and it was a list of tips that included the following gems:</p>
<ul>
<li>Use short words, short sentences and short paragraphs.</li>
<li>Never use jargon words like <em>reconceptualize</em>, <em>demassification</em>,<em>attitudinally</em>, <em>judgmentally</em>. They are hallmarks of a pretentious ass.</li>
<li>If it is something important, get a colleague to improve it.</li>
<li>If you want ACTION, <em>don&#8217;t write</em>. Go and <em>tell</em> the guy what you want.</li>
</ul>
<p>This isn&#8217;t the first time I have heard suggestions about how writing should be kept to short sentences. The most notable reference example I have been told about <a href="http://www.copyblogger.com/ernest-hemingway-top-5-tips-for-writing-well/" target="_blank">came from Hemingway</a>. I believe that he knew a thing or two about writing, <a href="http://www.goodreads.com/quotes/show/84190" target="_blank">especially the whole &#8220;write drunk, edit sober&#8221; part</a>.</p>
<p>Second we have a <a href="http://blogs.hbr.org/ashkenas/2012/01/in-presentations-learn-to-say.html" target="_blank">link to an article about presentations, &#8220;In Presentations, Learn To Say Less&#8221;</a>. This post ties well to the earlier reference I had to the jelly effect: focus on the important details when speaking to someone. Eliminate the jelly. The classic example is when you describe your company to someone and the first thing you say is &#8220;we were founded in 1986&#8243;. Nobody cares when you were founded. Nintendo was founded in 1889 but didn&#8217;t start making video games until the mid 1970&#8242;s and OMG nobody cares about any of that. They only want to know when the next game will be released so stop wasting their time!</p>
<p>The article has some nice points that I have been using when putting together my outlines like I am <a href="http://thomaslarock.com/2012/02/going-teched/" target="_blank">doing for TechEd</a> at the moment:</p>
<ul>
<li>Work backwards. Start with the key points and fill in the details on how to get to the key points.</li>
<li>Practice your presentation without slides. This will help with your delivery, especially with transitions.</li>
<li>Imagine the questions that your audience may ask.</li>
</ul>
<p>If you learn to write less it will also translate to your presentation style. This will help you be an effective communicator, someone who others will want to read more frequently, or attend your presentations more often.</p>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/when-writing-or-speaking-learn-that-less-is-more/">When Writing Or Speaking Learn That Less Is More</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7688"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=f3sHiXXmfrw:QNKMPuOvm9s:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=f3sHiXXmfrw:QNKMPuOvm9s:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=f3sHiXXmfrw:QNKMPuOvm9s:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=f3sHiXXmfrw:QNKMPuOvm9s:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=f3sHiXXmfrw:QNKMPuOvm9s:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=f3sHiXXmfrw:QNKMPuOvm9s:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/f3sHiXXmfrw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/when-writing-or-speaking-learn-that-less-is-more/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/when-writing-or-speaking-learn-that-less-is-more/</feedburner:origLink></item>
		<item>
		<title>Microsoft’s Biggest Miss? Or Were They Just Aiming Elsewhere?</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/AgvGRwnGH3Q/</link>
		<comments>http://thomaslarock.com/2012/02/microsofts-biggest-miss-or-were-they-just-aiming-elsewhere/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 15:54:14 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Office 365]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7684</guid>
		<description><![CDATA[Last week I published two posts that had people wondering why I was so anti-Oracle. I&#8217;m not anti-Oracle. I am, however, against poor &#8220;research&#8221; that ends up in marketing materials. And I also believe that Oracle needs to shift their focus a bit in the near future otherwise it may find itself left behind by [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/microsofts-biggest-miss-or-were-they-just-aiming-elsewhere/">Microsoft&#8217;s Biggest Miss? Or Were They Just Aiming Elsewhere?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Last week I published two posts that had people wondering why I was so anti-Oracle. I&#8217;m not anti-Oracle. I am, however, <a href="http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/" target="_blank">against poor &#8220;research&#8221; that ends up in marketing materials</a>. And I also believe that <a title="Is Oracle Doomed?" href="http://thomaslarock.com/2012/02/is-oracle-doomed/" target="_blank">Oracle needs to shift their focus</a> a bit in the near future otherwise it may find itself left behind by a growing market segment that looks for service providers (and I don&#8217;t see Oracle providing those same service for the same price as others currently).</p>
<p>So when I was reading this over the weekend (<a href="http://minimalmac.com/post/17758177061/microsofts-biggest-miss" target="_blank">Microsoft&#8217;s Biggest Miss</a>) it got me thinking about how others can view Microsoft in the same way that I viewed Oracle&#8217;s focus. The author here feels that Microsoft made a huge miss by not trying to shove Office onto every device. I don&#8217;t agree. I believe that Microsoft simply decided that their long-term future wasn&#8217;t going to be on client software and devices.</p>
<p>Instead they are betting on (1) entertainment and (2) cloud services.</p>
<p>Years ago Microsoft started pushing money into Xbox. They have done a great job getting into the entertainment markets. The Xbox is not just video games, you can stream movies with Netflix (while they are still alive, but that is a different blog post), you can watch sports through the ESPN widget, you can do so many things with your Xbox these days. Does Oracle have anything similar to this? Are they making a push into the gaming and media markets? If so, let me know, because I don&#8217;t see anything. And those markets are cash cows, forever. Even Nintendo is still alive after almost 40 years of switching to making toys in order to survive.</p>
<p>As for the author&#8217;s point about Office I would remind them that Office is being moved to Office365, which is a cloud based service. Microsoft doesn&#8217;t want you to stop using Office, they just want you to be able to use it in the cloud. So, if you were Microsoft a few years ago, would you have spent the money on building standalone apps for other companies devices or would you have rather spent the money on building the Office365 service first? Microsoft made it clear they <a href="http://www.cioupdate.com/news/article.php/3868861/Microsofts-All-In-the-Cloud.htm" target="_blank">were going &#8220;all-in&#8221; to the cloud</a>, and every step they have been taking has been in that direction. Now, has Oracle been doing those same things? I only recently heard about Oracle looking to the cloud, almost three or four years after everyone else. I still don&#8217;t know what services they provide there, if you do please leave a comment as I would be interested in seeing the solutions they offer.</p>
<p>Did Microsoft miss by not putting Office on every device possible? You could argue that point, sure.</p>
<p>But I would say that Microsoft was aiming for a much bigger target.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=7eea3ea9-b8bb-4ea3-b816-ab6cf822f588" alt="" /></div>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/microsofts-biggest-miss-or-were-they-just-aiming-elsewhere/">Microsoft&#8217;s Biggest Miss? Or Were They Just Aiming Elsewhere?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7684"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=AgvGRwnGH3Q:dLfFUMRV2mI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=AgvGRwnGH3Q:dLfFUMRV2mI:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=AgvGRwnGH3Q:dLfFUMRV2mI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=AgvGRwnGH3Q:dLfFUMRV2mI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=AgvGRwnGH3Q:dLfFUMRV2mI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=AgvGRwnGH3Q:dLfFUMRV2mI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/AgvGRwnGH3Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/microsofts-biggest-miss-or-were-they-just-aiming-elsewhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/microsofts-biggest-miss-or-were-they-just-aiming-elsewhere/</feedburner:origLink></item>
		<item>
		<title>Is Oracle Doomed?</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/Ynrf4IqYWAs/</link>
		<comments>http://thomaslarock.com/2012/02/is-oracle-doomed/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 19:06:20 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[Larry Ellison]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Oracle Corporation]]></category>
		<category><![CDATA[Peoplesoft]]></category>
		<category><![CDATA[Salesforce.com]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7679</guid>
		<description><![CDATA[Eventually everything will come to and end. For some the end comes surprisingly quickly (see Brothers, Lehman), for others the end comes a bit more slowly (see Oldsmobile) but the end comes. It always does.
I was reading an article today where the author suggests that Oracle may be doomed. I have no doubt they are [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/is-oracle-doomed/">Is Oracle Doomed?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Eventually everything will come to and end. For some the end comes surprisingly quickly (see <a href="http://topics.nytimes.com/top/news/business/companies/lehman_brothers_holdings_inc/index.html" target="_blank">Brothers, Lehman</a>), for others the end comes a bit more slowly (see <a href="http://www.joesherlock.com/nwsltr19.html" target="_blank">Oldsmobile</a>) but the end comes. It always does.</p>
<p>I was reading an article today where the author <a href="http://pandodaily.com/2012/02/11/why-oracle-may-really-be-doomed-this-time/" target="_blank">suggests that Oracle may be doomed</a>. I have no doubt they are doomed. The question is: how long do they have?</p>
<p>A few things from that article stand out to me. First is that six years ago Oracle tried to buy their way into everything possible and yet they <em>completely missed the mark</em> when it came to software services (platform as a service, or software as a service). Instead of spending their money on building their own services to be used by the masses they focused on technologies that would be bought by large corporations (Peoplesoft, Siebel). But what becomes of those contracts and maintenance fees when the large corporations decide that they don&#8217;t need to spend money on a CRM when it would be easier to use Salesforce?</p>
<p>I suspect this is one of the reasons that Larry Ellison recently <a href="http://techcrunch.com/2011/10/06/ellison-reveals-oracles-public-cloud-calls-salesforce-the-roach-motel-of-cloud-services/" target="_blank">called Salesforce the &#8220;roach motel&#8221; of cloud services</a>. I&#8217;m not sure where Larry has been hanging out, but every cloud service is a roach motel. I&#8217;m in bed with Google, Apple, Microsoft, Salesforce, and even Dropbox. Each of them is a modern version of a public utility company. And guess which company isn&#8217;t on that list?</p>
<p>Oracle.</p>
<p>I think Oracle is doomed if it keeps doing business in the same way. But Ellison didn&#8217;t get to where he is by not being able to adapt and overcome. I&#8217;m sure he sees that he is behind and made some mistakes. Same as Microsoft not embracing open source earlier than it did. I am also sure that Ellison will figure out a way to get caught up in the utility game.</p>
<p>If not, then he will just sail away on one of his yachts.</p>
<div id="attachment_7680" class="wp-caption alignleft" style="width: 310px"><a href="http://thomaslarock.com/2012/02/is-oracle-doomed/yacht/" rel="attachment wp-att-7680"><img class="size-medium wp-image-7680" title="yacht" src="http://thomaslarock.com/wp-content/uploads/2012/02/yacht-300x200.jpg?9d7bd4" alt="" width="300" height="200" /></a><p class="wp-caption-text">This is why Oracle costs so much more than SQL Server.</p></div>
<p>&nbsp;</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=fc8091a0-de59-4b08-8fc2-d5af891351ce" alt="" /></div>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/is-oracle-doomed/">Is Oracle Doomed?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7679"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Ynrf4IqYWAs:O50wO9syE8w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Ynrf4IqYWAs:O50wO9syE8w:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Ynrf4IqYWAs:O50wO9syE8w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Ynrf4IqYWAs:O50wO9syE8w:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=Ynrf4IqYWAs:O50wO9syE8w:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Ynrf4IqYWAs:O50wO9syE8w:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/Ynrf4IqYWAs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/is-oracle-doomed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/is-oracle-doomed/</feedburner:origLink></item>
		<item>
		<title>HOW TO: Submit An Item To Microsoft Connect</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/WxKtXq28fD8/</link>
		<comments>http://thomaslarock.com/2012/02/how-to-submit-an-item-to-microsoft-connect/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 16:21:04 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7632</guid>
		<description><![CDATA[Wanted to do a quick follow-up from my post earlier this week. If you recall, I mentioned how the Books Online entry for managing the suspect_pages table inside of the MSDB database was slightly misleading. I decided to use this as an opportunity to show you how easy it is to submit feedback to Microsoft [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/how-to-submit-an-item-to-microsoft-connect/">HOW TO: Submit An Item To Microsoft Connect</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Wanted to do a quick follow-up <a title="Do You Have Corrupt Databases?" href="http://thomaslarock.com/2012/02/do-you-have-corrupt-databases/" target="_blank">from my post earlier this week</a>. If you recall, I mentioned how the <a href="http://msdn.microsoft.com/en-us/library/ms191301.aspx" target="_blank">Books Online entry for managing the suspect_pages</a> table inside of the MSDB database was slightly misleading. I decided to use this as an opportunity to show you how easy it is to submit feedback to Microsoft about their products by using <a href="http://connect.microsoft.com/" target="_blank">Microsoft Connect</a>.</p>
<p>I&#8217;m not sure how well know Connect is for most people. I know that I am often asked the question &#8220;how do you provide feedback to Microsoft&#8221; and I usually answer &#8220;I email them&#8221;. That doesn&#8217;t work for most people who don&#8217;t have access to my email contacts (and this, <a href="http://www.huffingtonpost.com/2012/02/15/iphone-privacy-app-path-facebook-twitter-apple_n_1279497.html?ref=mostpopular" target="_blank">despite my using Facebook, Twitter, Foursquare, and Instagram</a>) so that&#8217;s when I say to use Connect and most folks stare at me and wonder why they need Kinect and Xbox in order to submit a simple request.</p>
<p>You don&#8217;t. Yes, I know the names are the same. But they are spelled differently. One of them makes you more hip than the other. I&#8217;ll let you decide which is which.</p>
<p>Anyway, here is the video, in all it&#8217;s glory. Watch me type into a text box.</p>
<p><p class='post-video'><iframe title="YouTube video player" width="" height="600" src="http://www.youtube.com/embed/Pqn_wefNqtA" frameborder="0" allowfullscreen></iframe><div id="tentblogger-vimeo-youtube-message" style="width: 100%; border: 1px solid #e6e6e6; background: #f8f8f4; text-align:center; padding: 0.25em; ">Can't see the video in your RSS reader or email? <a target="_blank" href="http://thomaslarock.com/2012/02/how-to-submit-an-item-to-microsoft-connect/">Click Here!</a></div></p>
<p>Yep, it was that easy. I would urge you to use Connect early and often, especially with SQL 2012 coming any day now.</p>
<p>&nbsp;</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=8ab3ee27-93f2-425e-bb3d-3c12dd8d32be" alt="" /></div>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/how-to-submit-an-item-to-microsoft-connect/">HOW TO: Submit An Item To Microsoft Connect</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7632"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=WxKtXq28fD8:zHljYzxEl00:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=WxKtXq28fD8:zHljYzxEl00:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=WxKtXq28fD8:zHljYzxEl00:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=WxKtXq28fD8:zHljYzxEl00:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=WxKtXq28fD8:zHljYzxEl00:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=WxKtXq28fD8:zHljYzxEl00:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/WxKtXq28fD8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/how-to-submit-an-item-to-microsoft-connect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/how-to-submit-an-item-to-microsoft-connect/</feedburner:origLink></item>
		<item>
		<title>The Internet: Where Facts Go To Die</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/UOsWY5Lzfrg/</link>
		<comments>http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 20:20:09 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[competitive analysis]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Database administrator]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7644</guid>
		<description><![CDATA[Last year I wrote a book review about The Cult of the Amateur: How Today’s Internet is Killing Our Culture. The short of it is this: there is a shortage of fact checkers. And no, having facts checked by a community of users (AKA: Wikipedia) doesn&#8217;t work because those are the same amateurs that are running [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/">The Internet: Where Facts Go To Die</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div id="attachment_7667" class="wp-caption alignleft" style="width: 310px"><a href="http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/blog/" rel="attachment wp-att-7667"><img class="size-medium wp-image-7667" title="Blog" src="http://thomaslarock.com/wp-content/uploads/2012/02/internet-300x201.jpg?9d7bd4" alt="" width="300" height="201" /></a><p class="wp-caption-text">Notice they don&#39;t list &quot;facts&quot; anywhere?</p></div>
<p>Last year I <a href="http://thomaslarock.com/2011/01/book-review-the-cult-of-the-amateur/">wrote a book review</a> about <a href="http://www.amazon.com/gp/product/0385520808?ie=UTF8&amp;tag=sq0f-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=0385520808">The Cult of the Amateur: How Today’s Internet is Killing Our Culture</a><img src="http://www.assoc-amazon.com/e/ir?t=sq0f-20&amp;l=as2&amp;o=1&amp;a=0385520808" alt="" width="1" height="1" border="0" />. The short of it is this: there is a shortage of fact checkers. And no, having facts checked by a community of users (AKA: Wikipedia) doesn&#8217;t work because those are the same amateurs that are running all the blogs that are passing around Miss Information like she was a bong in a room full of Libertarians. I once had a person tell me that they trust a Wikipedia entry on transaction logs more than a blog post from some guy named Paul Randal (<a href="http://www.sqlskills.com/BLOGS/PAUL/">blog</a> | <a href="http://twitter.com/PaulRandal">@PaulRandal</a>), and I couldn’t believe what I heard. That&#8217;s like saying your teacher in high school knew more about <em>The Great Gatsby</em> than F. Scott Fitzgerald because she participated in a book club a few years ago.</p>
<p>The other day I found an interesting article on an Oracle blog. Yes, I read Oracle blogs, mostly for the humor. The article was comparing <a href="https://blogs.oracle.com/oem/entry/new_study_oracle_database_11g">Oracle 11g to SQL Server 2008R2</a>. You need to register if you want to access or download the PDF&#8230;or you can save yourself the hassle of giving Oracle your contact information and <a href="http://www.oracle.com/us/products/enterprise-manager/db-cost-comp-study-1428473.pdf">download it for yourself right now</a>.</p>
<p>Go ahead and read it. I can wait.</p>
<p>That PDF is pure comedic gold. At least I am hoping that they were looking for something funny to be produced. If they meant for this to be a serious comparison then they fell short of the mark. If I had submitted research like this as part of my work in graduate school I would have been asked to leave the program. And to be fair not all of their statements are lies. We all know that SQL 2008 won&#8217;t run on Linux, for example. And therefore the cost of SQL Server is more than just SQL itself. But instead of sticking to the facts they decided to pick up that bong and get to testing.</p>
<p>Let&#8217;s look at some of the highlights. I present for your enjoyment Table 6:</p>
<p><a href="http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/screen-shot-2012-02-14-at-4-42-29-pm/" rel="attachment wp-att-7653"><img class="alignleft size-full wp-image-7653" title="Screen shot 2012-02-14 at 4.42.29 PM" src="http://thomaslarock.com/wp-content/uploads/2012/02/Screen-shot-2012-02-14-at-4.42.29-PM.png?9d7bd4" alt="" width="624" height="703" /></a></p>
<p>I know what you are thinking. You are thinking &#8220;how the hell does it take 17 steps to create a table inside of SSMS&#8221;? That&#8217;s a great question. Let me help you understand it a bit more by showing you Task 6:</p>
<p><a href="http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/screen-shot-2012-02-15-at-7-08-08-am/" rel="attachment wp-att-7656"><img class="alignleft size-full wp-image-7656" title="Screen shot 2012-02-15 at 7.08.08 AM" src="http://thomaslarock.com/wp-content/uploads/2012/02/Screen-shot-2012-02-15-at-7.08.08-AM.png?9d7bd4" alt="" width="669" height="328" /></a></p>
<p>There, I hope that clears things up for you. What&#8217;s that? You dare to question the Oracle? I&#8217;m guessing you have many of the same questions that I have, such as:</p>
<ul>
<li>How does &#8220;Expand database &#8211; comptst, right click tables, select New Table&#8221; count as zero steps?</li>
<li>Why did zero steps for Oracle take one second to complete?</li>
<li>Why don&#8217;t they tell me the tables they are trying to create? Why not show me the DDL?</li>
<li>Why are we comparing the GUI tools for two different platforms? That&#8217;s like comparing apples to oranges to pears to a bottle of wine and saying &#8220;wow, things sure taste different&#8221;.</li>
<li>I thought Oracle DBAs didn&#8217;t use the GUI? So where did they find people to perform these tasks?</li>
<li>What is the O/S in use for each of these tests?</li>
<li>Doesn&#8217;t Oracle use nHibernate to generate all their statements? (OK, that&#8217;s not fair&#8230;to anyone)</li>
</ul>
<p>To be fair, I understand that we are talking about marketing here. That is part of the problem for me. When people see this they say &#8220;that&#8217;s just marketing, which is always full of lies&#8221;. Well, I am in marketing, and I wouldn&#8217;t ever allow something like this to be published. But the truth is that other people don&#8217;t have the same moral compass as I do. Marketing materials such as this cast a bad light on all of us.</p>
<p>Competitive analysis documents are wonderful things for people to digest when they need to make a decision. But documents such as this have little in the way of actual facts. It makes me wonder who their target market is, because most DBAs I know have half a brain and would see right through something like this. My guess is this is meant for people with less than half a brain.</p>
<p>Don&#8217;t believe me about the half a brain part? May I submit to evidence Table 13:</p>
<p><a href="http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/screen-shot-2012-02-14-at-6-33-14-pm/" rel="attachment wp-att-7657"><img class="alignleft size-full wp-image-7657" title="Screen shot 2012-02-14 at 6.33.14 PM" src="http://thomaslarock.com/wp-content/uploads/2012/02/Screen-shot-2012-02-14-at-6.33.14-PM.png?9d7bd4" alt="" width="681" height="408" /></a></p>
<p>Yes, that&#8217;s right. Oracle backups take less time, especially when you schedule them to be run later and don&#8217;t record the amount of time they take to run as part of your &#8220;facts&#8221; and also don&#8217;t tell me about the hardware and network configurations used in your testing. But hey, why bother with such details at this point?</p>
<p>I could go on dissecting this document, one sentence at a time, but I would rather you judge for yourself at this point. Also, don&#8217;t think Oracle only does this against SQL Server. No, they like to <a href="http://www.oracle.com/us/products/enterprise-manager/db-cost-comp-study-406110.pdf">go after IBM and DB2 as well</a>.</p>
<p>Enjoy the laugh today.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=1cff4cb6-db53-451a-8b9e-af7806417836" alt="" /></div>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/">The Internet: Where Facts Go To Die</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7644"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=UOsWY5Lzfrg:HBz-pAok2Ew:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=UOsWY5Lzfrg:HBz-pAok2Ew:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=UOsWY5Lzfrg:HBz-pAok2Ew:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=UOsWY5Lzfrg:HBz-pAok2Ew:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=UOsWY5Lzfrg:HBz-pAok2Ew:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=UOsWY5Lzfrg:HBz-pAok2Ew:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/UOsWY5Lzfrg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/the-internet-where-facts-go-to-die/</feedburner:origLink></item>
		<item>
		<title>Reflections of Someday</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/rk28cVcpzcU/</link>
		<comments>http://thomaslarock.com/2012/02/reflections-of-someday/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:00:00 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7599</guid>
		<description><![CDATA[This week I had to take a step back and reflect on some things in my life. Some personal, some career oriented. I think it is good to spend the time reflecting on where you are, where you are heading, and where you want to be.
This time around I did something different: I watched myself [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/reflections-of-someday/">Reflections of Someday</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>This week I had to take a step back and reflect on some things in my life. Some personal, some career oriented. I think it is good to spend the time reflecting on where you are, where you are heading, and where you want to be.</p>
<p>This time around I did something different: I watched myself give a talk&#8230;</p>
<p><p class='post-video'><iframe src="http://player.vimeo.com/video/33411604?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="" height="600" frameborder="0"></iframe><div id="tentblogger-vimeo-youtube-message" style="width: 100%; border: 1px solid #e6e6e6; background: #f8f8f4; text-align:center; padding: 0.25em; ">Can't see the video in your RSS reader or email? <a target="_blank" href="http://thomaslarock.com/2012/02/reflections-of-someday/">Click Here!</a></div></p>
<p>I don&#8217;t normally watch myself speak. I can&#8217;t stand it. Honestly, I don&#8217;t know why anyone would ever come to listen to me talk. But I watched my Someday talk because I needed a reminder. I needed to stop for a moment and reflect on everything. Where I was, where I am, and where I want to be heading. I needed to remind myself about <a href="http://thomaslarock.com/someday/">all the somedays</a> that have already happened, and the ones that will never happen&#8230;and the ones that will happen.</p>
<p>I strongly believe that &#8220;you get what you give&#8221;. To me that is how the Universe works. Every now and then I think we all need to be reminded of that.</p>
<p>&nbsp;</p>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/reflections-of-someday/">Reflections of Someday</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7599"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=rk28cVcpzcU:8JR8spzj_fU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=rk28cVcpzcU:8JR8spzj_fU:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=rk28cVcpzcU:8JR8spzj_fU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=rk28cVcpzcU:8JR8spzj_fU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=rk28cVcpzcU:8JR8spzj_fU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=rk28cVcpzcU:8JR8spzj_fU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/rk28cVcpzcU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/reflections-of-someday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/reflections-of-someday/</feedburner:origLink></item>
		<item>
		<title>Do You Have Corrupt Databases?</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/SFT-J5vMU7U/</link>
		<comments>http://thomaslarock.com/2012/02/do-you-have-corrupt-databases/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 16:05:42 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[SQL MVP]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[FAQs Help and Tutorials]]></category>
		<category><![CDATA[PBM]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7271</guid>
		<description><![CDATA[You never see the termites, you only see the damage they have done. And by then it is often too late.
Same with corruption inside of your database. Often time most folks have no idea there is any issue until it is too late.
Wouldn&#8217;t it be nice if there was a quick and easy way to [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/do-you-have-corrupt-databases/">Do You Have Corrupt Databases?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>You never see the termites, you only see the damage they have done. And by then it is often too late.</p>
<p>Same with corruption inside of your database. Often time most folks have no idea there is any issue until it is too late.</p>
<p>Wouldn&#8217;t it be nice if there was a quick and easy way to determine if your database was corrupted?</p>
<p>Turns out there are some quick and easy tools for SQL Server but they are buried so deep inside you are likely to never even know they exist. Just like termites under your doorstep, or <a href="http://30.media.tumblr.com/tumblr_lav6r1jEDW1qa4b44o1_400.png" rel="prettyPhoto[7271]">unicorn bacon</a>.</p>
<p>These tools are the policies that ship with SQL Server, but are not installed by default. They are on your servers <em><strong>right now</strong></em>, doing nothing, except waiting for you to discover them. The one I am going to show you today is named &#8217;Database Page Status&#8217;. It relies on a couple of things. First, that your databases have the page verify set to CHECKSUM. Second, that a corruption has happened and an entry has been written to the suspect_pages table.</p>
<p>I made a video to show you how entries get written to the suspect_pages table, how they get removed (or how Microsoft believes they get removed), and how to find those hidden policies.</p>
<p><p class='post-video'><iframe title="YouTube video player" width="" height="600" src="http://www.youtube.com/embed/BOgFtg9XvDg" frameborder="0" allowfullscreen></iframe><div id="tentblogger-vimeo-youtube-message" style="width: 100%; border: 1px solid #e6e6e6; background: #f8f8f4; text-align:center; padding: 0.25em; ">Can't see the video in your RSS reader or email? <a target="_blank" href="http://thomaslarock.com/2012/02/do-you-have-corrupt-databases/">Click Here!</a></div></p>
<p>If you aren&#8217;t the type that enjoys using policies then you could use a different method such as Powershell in order to check all of your instances for corruption. The key is to build your process to check the msdb..suspect_pages table.</p>
<p>But you should do something. Before it is too late.</p>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/do-you-have-corrupt-databases/">Do You Have Corrupt Databases?</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7271"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=SFT-J5vMU7U:fFZ8BTO_Kvk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=SFT-J5vMU7U:fFZ8BTO_Kvk:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=SFT-J5vMU7U:fFZ8BTO_Kvk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=SFT-J5vMU7U:fFZ8BTO_Kvk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=SFT-J5vMU7U:fFZ8BTO_Kvk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=SFT-J5vMU7U:fFZ8BTO_Kvk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/SFT-J5vMU7U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/do-you-have-corrupt-databases/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/do-you-have-corrupt-databases/</feedburner:origLink></item>
		<item>
		<title>A Database of Databases</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/Lwz8caruc5o/</link>
		<comments>http://thomaslarock.com/2012/02/a-database-of-databases/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 02:55:36 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[linked data]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7626</guid>
		<description><![CDATA[It&#8217;s the night before Valentine&#8217;s Day and I know what you are thinking: &#8220;What would Tim Berners-Lee be doing right about now?&#8221;
I&#8217;ll tell you what he is doing. He is linking data. After all, that is what drove him to create HTML over 20 years ago. No, he didn&#8217;t invent the web. He wasn&#8217;t the [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/a-database-of-databases/">A Database of Databases</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>It&#8217;s the night before Valentine&#8217;s Day and I know what you are thinking: &#8220;What would Tim Berners-Lee be doing right about now?&#8221;</p>
<p>I&#8217;ll tell you what he is doing. He is <a href="http://linkeddata.org/">linking data</a>. After all, that is what drove him to <a href="http://www.catalogs.com/info/gadgets/who-invented-HTML.html">create HTML over 20 years ago</a>. No, <a href="http://www.youtube.com/watch?v=BnFJ8cHAlco">he didn&#8217;t invent the web</a>. He wasn&#8217;t <a href="http://www.time.com/time/magazine/article/0,9171,990595,00.html">the first to dream up the idea of linking together documents</a> and information between computers and systems.</p>
<p>But what he does do is to see the potential in things. And for the past few years he has been seeing the potential in connecting open data sources from around the web.</p>
<p>His ultimate goal is simple enough: to connect all data being created, everywhere, in real-time.</p>
<p>Piece of cake.</p>
<p>Big data is not new. It is not a passing fancy. Linked data  is, quite simply, the Egg McMuffin of future opportunities.</p>
<p>&nbsp;</p>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/a-database-of-databases/">A Database of Databases</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7626"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Lwz8caruc5o:VOfIV0Nz9EM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Lwz8caruc5o:VOfIV0Nz9EM:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Lwz8caruc5o:VOfIV0Nz9EM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Lwz8caruc5o:VOfIV0Nz9EM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=Lwz8caruc5o:VOfIV0Nz9EM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=Lwz8caruc5o:VOfIV0Nz9EM:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/Lwz8caruc5o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/a-database-of-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/a-database-of-databases/</feedburner:origLink></item>
		<item>
		<title>Going To TechEd? See You There!</title>
		<link>http://feedproxy.google.com/~r/SQLRockstar/~3/6wFxG7v4NA4/</link>
		<comments>http://thomaslarock.com/2012/02/going-teched/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:00:00 +0000</pubDate>
		<dc:creator>sqlrockstar</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Professional Development]]></category>
		<category><![CDATA[SQLServerPedia Wiki]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[performance tuning]]></category>
		<category><![CDATA[precon]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[teched]]></category>

		<guid isPermaLink="false">http://thomaslarock.com/?p=7585</guid>
		<description><![CDATA[If you are planning on attending TechEd this year then you will have a chance to see myself and Denny Cherry (blog &#124; @mrdenny) deliver a precon seminar. The title is &#8220;Microsoft SQL Server Performance Tuning and Optimization&#8221; and we are very excited to have this opportunity. And apparently Microsoft is excited to have us as well, because they are [...]<p><p></p>
<a href="http://thomaslarock.com/2012/02/going-teched/">Going To TechEd? See You There!</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>If you are planning on attending TechEd this year then you will have a chance to see myself and Denny Cherry (<a href="http://itknowledgeexchange.techtarget.com/sql-server/">blog</a> | @<a href="http://twitter.com/mrdenny">mrdenny</a>) deliver a <a href="http://northamerica.msteched.com/preconferenceseminars" target="_blank">precon seminar</a>. The title is &#8220;Microsoft SQL Server Performance Tuning and Optimization&#8221; and we are very excited to have this opportunity. And apparently Microsoft is excited to have us as well, because they are also sending the two of us to Amsterdam to do a <a href="http://europe.msteched.com/PreCons" target="_blank">repeat performance two weeks later</a> for TechEd Europe.</p>
<p>Denny and I have been working on the precon now for a couple of weeks. It&#8217;s tough since we both have full time jobs and live on opposite ends of the country, but we manage to meet at least once a week over Skype to discuss the session. Here are just a few of the performance tuning items we are planning to discuss:</p>
<ul>
<li>Table Partitioning</li>
<li>Filtered Indexes</li>
<li>Columnstore</li>
</ul>
<p>In addition to those items, we are also going to discuss how you can implement AlwaysOn read only replicas to help scale your system for performance as well as walk you through some general troubleshooting techniques with regarding to execution plans.</p>
<p>The last registration update had our precon in the lead for attendees, in both countries. We&#8217;d like to keep that trend going.</p>
<p>Go and get yourself registered for <a href="http://northamerica.msteched.com/registration" target="_blank">Orlando</a>, <a href="http://europe.msteched.com/Registration" target="_blank">Amsterdam</a>, or both!</p>
<p><p></p>
<a href="http://thomaslarock.com/2012/02/going-teched/">Going To TechEd? See You There!</a> is a post from: <a href="http://thomaslarock.com">SQLRockstar | Thomas LaRock</a>
<p></p>
Join Denny Cherry (<a href="http://www.twitter.com/mrdenny">@mrdenny</a>) and me for two days of SQL instruction, training, and wine tasting in the California sunshine <a href="http://sqlexcursions.com/napa-2011-sign-up">this May for $799</a>.
<p></p>
</p>
<div class="shr-publisher-7585"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=6wFxG7v4NA4:A9OxPJKNu3Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=6wFxG7v4NA4:A9OxPJKNu3Y:Tlc60a-_mp0"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=Tlc60a-_mp0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=6wFxG7v4NA4:A9OxPJKNu3Y:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=6wFxG7v4NA4:A9OxPJKNu3Y:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?i=6wFxG7v4NA4:A9OxPJKNu3Y:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/SQLRockstar?a=6wFxG7v4NA4:A9OxPJKNu3Y:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/SQLRockstar?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/SQLRockstar/~4/6wFxG7v4NA4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thomaslarock.com/2012/02/going-teched/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thomaslarock.com/2012/02/going-teched/</feedburner:origLink></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 23/75 queries in 0.061 seconds using disk: basic
Object Caching 1998/2124 objects using disk: basic

Served from: thomaslarock.com @ 2012-02-21 13:33:32 -->

