<?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>Brent Ozar Unlimited</title>
	
	<link>http://www.brentozar.com</link>
	<description />
	<lastBuildDate>Fri, 24 May 2013 14:09:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BrentOzar-SqlServerDba" /><feedburner:info uri="brentozar-sqlserverdba" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><feedburner:emailServiceId>BrentOzar-SqlServerDba</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Is Your Code an English Garden or Ikebana?</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/FI_jzydIowA/</link>
		<comments>http://www.brentozar.com/archive/2013/05/is-your-code-an-english-garden-or-ikebana/#comments</comments>
		<pubDate>Thu, 23 May 2013 12:30:28 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[flowers]]></category>
		<category><![CDATA[ikebana]]></category>
		<category><![CDATA[simplicity]]></category>
		<category><![CDATA[t-sql]]></category>
		<category><![CDATA[tsql]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=17043</guid>
		<description><![CDATA[Erika loves having fresh flowers around the house. Every Saturday morning, I pick up a bouquet at a farmer&#8217;s market or grocery store and put it in a vase for her. I&#8217;m slowly upping my game by learning more and &#8230; <a href="http://www.brentozar.com/archive/2013/05/is-your-code-an-english-garden-or-ikebana/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p>Erika loves having fresh flowers around the house. Every Saturday morning, I pick up a bouquet at a farmer&#8217;s market or grocery store and put it in a vase for her. I&#8217;m slowly upping my game by learning more and more about the art of arranging flowers.</p>
<p>When I say flowers, I bet you think about the <a href="http://www.marthastewart.com/266332/flower-arranging">English Garden style</a>: a big, complex vase with all kinds of flowers crammed into every nook and cranny. It&#8217;s an explosion of color and life.</p>
<div id="attachment_17221" class="wp-caption alignright" style="width: 385px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://www.flickr.com/photos/41265963/5491385448/"><img class="size-full wp-image-17221" title="ikebana-arrangement" alt="" src="http://cdn.prod.brentozar.com/wp-content/uploads/2012/12/ikebana-arrangement.jpg" width="375" height="500" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Photo Source: <a href="http://www.flickr.com/photos/41265963/5491385448/">Conveyor Belt Sushi</a></p></div>
<p>That&#8217;s way too stuffy for us. We&#8217;re into minimalism, clean lines, and letting materials speak for themselves. I like plucking one or two of the more beautiful or unusual flowers and putting them in their own vase. This leans toward the <a href="http://en.wikipedia.org/wiki/Ikebana">Ikebana style</a> of Japanese flower arrangement, specifically the <a href="http://www.ikebanabyjunko.co.uk/Nageire.htm">Nageire</a> type. (I don&#8217;t even want to think about how badly I&#8217;m going to mispronounce these if I ever have to say them out loud.)</p>
<h2>Writing database code is like arranging flowers.</h2>
<p>If you show someone your bouquet, they might not like it. They might give you a million reasons about why it&#8217;s not right or why another way is better. That&#8217;s not the point &#8211; does it produce the results you want?</p>
<p><strong>If your goal is to get to market quickly and cheaply</strong>, just buy a premade bouquet from the grocery store, throw the flowers in the vase and be done with it. Use LINQ, Entity Framework, NHibernate, or whatever code tools make your job easy.</p>
<p><strong>If you translate your app code into SQL code</strong>, you&#8217;re building an English Garden. You start by declaring variables at the center, then populating those variables by checking configuration tables, then spin out to more and more other tables, getting your results in loops and setting values one at a time. This is exactly how developers have always been taught to arrange their flowers, and it works just fine. Once you&#8217;re used to doing it, you can bang that code out quickly, and the results are attractive.</p>
<p><strong>But if you need it to be beautifully fast, you need Ikebana.</strong> You need very clean, very minimalist code that gets the job done in as few statements as possible. In a database environment, this means set-based code that avoids cursors and loops.</p>
<p>While clean, Ikebana-style database code is simple to behold, it&#8217;s deceivingly complex to build. The first step is moving as much logic as possible from the database server to the application server &#8211; starting with the ORDER BY statement. If you&#8217;re not fetching just the TOP X rows, then do all sorting in the application server. Removing just that one line from a query will often cut its cost dramatically. Your development platform (.NET, Java, Cobol, whatever you kids are using these days) is really good at scaling out CPU and memory-intensive work like sorting, and you&#8217;re already really good at splitting out your work into multiple application servers. Leverage that capability.</p>
<p>Think of it like pruning your code &#8211; remove all the things that database servers don&#8217;t do beautifully, and what you&#8217;re left with will be gorgeous.</p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=FI_jzydIowA:O0gQn_9NRT4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=FI_jzydIowA:O0gQn_9NRT4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=FI_jzydIowA:O0gQn_9NRT4:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/FI_jzydIowA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/is-your-code-an-english-garden-or-ikebana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/is-your-code-an-english-garden-or-ikebana/</feedburner:origLink></item>
		<item>
		<title>How to Manage Vendor Databases [Video]</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/4Z_K4LFL0mw/</link>
		<comments>http://www.brentozar.com/archive/2013/05/how-to-manage-vendor-databases-video/#comments</comments>
		<pubDate>Wed, 22 May 2013 12:30:33 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=19082</guid>
		<description><![CDATA[Are you frustrated by third party applications that you can’t change, but you have to support? Tired of beating your head against the wall when your users complain about things you can’t fix? In this 30-minute session, Brent Ozar will &#8230; <a href="http://www.brentozar.com/archive/2013/05/how-to-manage-vendor-databases-video/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p>Are you frustrated by third party applications that you can’t change, but you have to support? Tired of beating your head against the wall when your users complain about things you can’t fix? In this 30-minute session, Brent Ozar will show you his favorite tricks to get the most performance without losing support. He’ll show you how to interact with vendors and get what you want – without getting heartburn:</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/_sgiOgINFmA?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Like that video? We&#8217;ve got half a dozen more scheduled for upcoming Tuesday lunches. <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&amp;t=m">Click the boxes you want and sign up for free</a>.</p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=4Z_K4LFL0mw:pcFPJYxYzdI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=4Z_K4LFL0mw:pcFPJYxYzdI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=4Z_K4LFL0mw:pcFPJYxYzdI:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/4Z_K4LFL0mw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/how-to-manage-vendor-databases-video/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/how-to-manage-vendor-databases-video/</feedburner:origLink></item>
		<item>
		<title>Database Quick Fire Challenge</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/in29RJS8GWA/</link>
		<comments>http://www.brentozar.com/archive/2013/05/database-quick-fire-challenge/#comments</comments>
		<pubDate>Tue, 21 May 2013 13:00:35 +0000</pubDate>
		<dc:creator>Jeremiah Peschka</dc:creator>
				<category><![CDATA[SQL Server 2012 News]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=18986</guid>
		<description><![CDATA[Celebrity cooking shows are popular around Brent Ozar Unlimited. We watch Top Chef for the creative cooking as much as the human drama. Contestants on Top Chef face huge challenges &#8211; they&#8217;re working alone, have a limited set of tools, &#8230; <a href="http://www.brentozar.com/archive/2013/05/database-quick-fire-challenge/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p>Celebrity cooking shows are popular around Brent Ozar Unlimited. We watch <em>Top Chef</em> for the creative cooking as much as the human drama. Contestants on <em>Top Chef</em> face huge challenges &#8211; they&#8217;re working alone, have a limited set of tools, have a fixed set of ingredients, and operate under ridiculously strict time guidelines. What makes the creativity of chefs even more interesting is the limitations they&#8217;re under: contestants have to work with strange, disgusting or difficult ingredients in order to win the favor of the judges.</p>
<p>Building successful software isn&#8217;t much different. Sure, there&#8217;s a team of collaborators to help us make decisions; but everyone on that team is frequently responsible for one area of the application. Success or failure depends on your ability to work with the requirements you&#8217;re given and please the final judges &#8211; the end users.</p>
<p><div id="attachment_18994" class="wp-caption alignright" style="width: 250px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://www.flickr.com/photos/portofsandiego/8248733614/"><img src="http://cdn.prod.brentozar.com/wp-content/uploads/2020/01/8248733614_1ea4f96343_m.jpg" alt="Know your requirements" width="240" height="161" class="size-full wp-image-18994" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Know your requirements</p></div><br />
<h3>The Rules of the Contest</h3>
<p><em>Top Chef</em> contestants work within the rules of the contest &#8211; they have a limited amount of time with a limited number of ingredients to make an appealing meal. The core ingredients and the time period are non-negotiable. The show&#8217;s producers call these the rules, in the world of software these are business requirements, and in the world of programming we might call these application invariants. But no matter what you call them, these things can&#8217;t change. Requirements might be something like</p>
<ul>
<li>A picture can&#8217;t be viewed until four thumbnails have been generated.</li>
<li>Property listings cannot be viewed until approved by the listing agent.</li>
</ul>
<p>Contestants on <em>Top Chef</em> don&#8217;t immediately start cooking &#8211; although careful editing makes it look that way. Development teams, even agile teams, shouldn&#8217;t get immediately start coding once they have their hands on requirements. It&#8217;s important to look carefully at the requirements and make sure it&#8217;s possible to deliver something that the business (the judges) are happy to see. Winning chefs don&#8217;t immediately reach for a bottle of Frank&#8217;s Red Hot to give a dish a bit of pizzazz, they consider all of the options and match their condiments to the meal, so why do we always reach for the same tools?</p>
<p>It&#8217;s easy to be lulled by the familiar &#8211; hot dogs and burgers are easy, but they don&#8217;t win <em>Top Chef</em>. While you don&#8217;t need award winning code to win the game of delivering software, you do need to make the right choices to make life easier.</p>
<p>Working with <a href="http://www.bravotv.com/foodies/recipes/poached-black-chicken-mousse-amp-roulade-monkfish-liver-torchon-buttered-leeks">black chicken and monkfish liver</a> may not be the easiest thing, but contestants on <em>Top Chef</em> are routinely able to turn <a href="http://en.wikipedia.org/wiki/Top_Chef_Masters_(season_2)#Episode_6:_Scary_Surf_and_Turf">strange ingredients</a> into masterpieces. Business requirements spell out how our applications have to behave at the end of the day, but you&#8217;ll notice that it doesn&#8217;t matter how you get there. Just make sure you get there &#8211; solve the business problem and move on.</p>
<h3>Start with the Ingredients</h3>
<p>It isn&#8217;t uncommon for <em>Top Chef</em> contestants to scrap their first ideas after a few minutes of work. Likewise, don&#8217;t be afraid to throw away your first idea. If you&#8217;re a pack rat, write your idea on a piece of paper and hide it from yourself. It&#8217;s okay to come back to your first idea, but it&#8217;s important to think about the problem in a different way.</p>
<p>What are the core ingredients of your application? Just because you have chicken, that doesn&#8217;t mean you should make chicken cordon bleu. Ask yourself, &#8220;What am I supposed to create?&#8221; A few applications I&#8217;ve come across in the last year are:</p>
<ul>
<li>Single sign-on systems</li>
<li>Hosted property listings</li>
<li>Utility easement tracking</li>
<li>Document tracking and signing</li>
</ul>
<p>Each of these applications has a different set of features and functionality. Would you use the same solution for each one? Looking at it a different way &#8211; would you serve the same meal for the Superbowl as you would for Christmas dinner?</p>
<p>Make an itemized list of the ingredients that you have on hand. Your requirements are your ingredients. They drive the way the users will interact with the data. As you investigate the requirements, make sure you ask the users questions like, &#8220;Do you need point in time recovery for easement property maps?&#8221; or &#8220;Is it a requirement that a user have a first name, last name, bio, and profile picture or would a user name and password be acceptable?&#8221; Understanding your requirements drives your choices.</p>
<h3>It&#8217;s All About the Ingredients</h3>
<p>Under all of your application code, you need somewhere to store your data. One of the <em>Top Chef</em> judges frequently asks &#8220;Where&#8217;s the protein?&#8221; when served a salad. As you work through application requirements, use these to ask yourself &#8220;Where&#8217;s the data?&#8221;</p>
<p><em>Top Chef</em> contestants typically aren&#8217;t told that they need to make sweet glazed salmon, they&#8217;re told to use a set of ingredients and produce a fine meal. It&#8217;s up to the chef to determine whether to use rémoulade or tartar sauce and it&#8217;s up to you to make technical decisions. The business user isn&#8217;t going to know the answers to your technical questions, but they do know that a user only needs a user name and password to use the application.</p>
<p>Use the business requirements to help make your database design decisions &#8211; if an image doesn&#8217;t need to be transactionally consistent with all other data, you don&#8217;t need to store it in your relational database. The rules of the contest &#8211; the business requirements &#8211; should shape how you design your application. They give you both the restrictions and freedom you need to be creative.</p>
<h3>What Will They Eat?</h3>
<p>Food falls into distinct cuisines. If I gave you a choice between sushi or tapas, you&#8217;d be able to make  an informed choice because you know the ingredients and style used for each style of cooking.</p>
<p><div id="attachment_18997" class="wp-caption alignleft" style="width: 250px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: left;"><a href="http://www.flickr.com/photos/carbonnyc/6144729060/"><img src="http://cdn.prod.brentozar.com/wp-content/uploads/2020/01/6144729060_058ffcf4b9_m.jpg" alt="Picky customers dictate features. Make them happy." width="240" height="159" class="size-full wp-image-18997" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Picky customers dictate features. Make them happy.</p></div>
<p>As you evaluate the business requirements, dig deeper and imagine the types of answers that users might look for in the data. Will users look for property along the path of a tornado where repairs need to be made? Are users searching for houses with specific features &#8211; e.g. find single family homes with 2 or more bathrooms and an attached garage? Or are users&#8217; questions difficult to predict and completely free form?</p>
<p>Understanding how people will use the data guides the choices we make. If users will be performing free form text searches, a full text search engine like SOLR should be considered. If an application is pure OLTP, it&#8217;s possible that you can use a key-value database. Understanding application requirements means that you can decide whether you need to use SQL Server or you can investigate other options.</p>
<p>Some of the database cuisines to consider are:</p>
<ul>
<li>Relational database (SQL Server, PostgreSQL)</li>
<li>Document database (CouchDB, MongoDB)</li>
<li>Text Search (Lucene/SOLR, Elastic Search)</li>
<li>Key-Value database (Riak, Cassandra)</li>
</ul>
<p>The processing of picking a database can lead to conflict. Developers have their favorite new technologies they want to try and entrenched products are frequently favored above all others. Understanding how one database meets application requirements is important &#8211; if you don&#8217;t know which ingredients you have, you don&#8217;t know what to make; if you don&#8217;t understand the application invariants involved, you can&#8217;t know which option is the best.</p>
<p>Ultimately, making sure you pick the right tool for the job can lead to faster development, easier support, and better throughput.</p>
<p><div id="attachment_18996" class="wp-caption alignright" style="width: 250px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://www.flickr.com/photos/avlxyz/2970777195/"><img src="http://cdn.prod.brentozar.com/wp-content/uploads/2020/01/2970777195_01b6d5f4bc_m.jpg" alt="Presentation is everything" width="240" height="180" class="size-full wp-image-18996" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Presentation is everything</p></div><br />
<h3>What Do the Judges Think?</h3>
<p>The most important thing, though, is what the judges think. It doesn&#8217;t matter if you&#8217;ve made the greatest chicken salad sandwich ever, if your work doesn&#8217;t meld with the judges&#8217; expectations you won&#8217;t be taking home the prize. Understanding how the requirements influence the ways that users will work with data is critical if you want to be successful. Once you know how people will work with the tools, you&#8217;ll be able to make the right decisions for your application.</p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=in29RJS8GWA:LP9U2DLwIEk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=in29RJS8GWA:LP9U2DLwIEk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=in29RJS8GWA:LP9U2DLwIEk:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/in29RJS8GWA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/database-quick-fire-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/database-quick-fire-challenge/</feedburner:origLink></item>
		<item>
		<title>SQL Intersection Registration Open – and a $100 Off Code!</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/rgLMil9oafE/</link>
		<comments>http://www.brentozar.com/archive/2013/05/sql-intersection-registration-open-and-a-100-off-code/#comments</comments>
		<pubDate>Mon, 20 May 2013 13:24:55 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[Upcoming Events]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[devintersection]]></category>
		<category><![CDATA[intersection]]></category>
		<category><![CDATA[sqlintersection]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=19053</guid>
		<description><![CDATA[How would you like to go to a SQL Server conference in Las Vegas where the sessions are taught by Brent Ozar Unlimited, SQLskills, SQLServerCentral, and SQL Sentry? Yep. Me, Jeremiah, Kendra, Kimberly Tripp, Paul Randal, Jonathan Kehayias, Erin Stellato, &#8230; <a href="http://www.brentozar.com/archive/2013/05/sql-intersection-registration-open-and-a-100-off-code/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<div id="attachment_19058" class="wp-caption alignright" style="width: 276px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Vegas-Slots.jpg"><img class="size-medium wp-image-19058" alt="Today is your lucky day." src="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Vegas-Slots-266x200.jpg" width="266" height="200" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Today is your lucky day.</p></div>
<p>How would you like to go to a SQL Server conference in Las Vegas where the sessions are taught by Brent Ozar Unlimited, SQLskills, SQLServerCentral, and SQL Sentry?</p>
<p>Yep. Me, Jeremiah, Kendra, Kimberly Tripp, Paul Randal, Jonathan Kehayias, Erin Stellato, Steve Jones, and Aaron Bertrand. Between us, that&#8217;s 3 MCMs, 2 MCM instructors, 7 MVPs, and 2 MVP Regional Directors.</p>
<p>If you&#8217;re serious about learning SQL Server, this should be the very first conference on your fall priority list. Check out some of <a href="http://sqlintersection.com/sessions.aspx?s=118">these sessions</a>:</p>
<ul>
<li><span style="line-height: 15px;">Troubleshooting SQL Servers in VMware and SANs (me)</span></li>
<li>Understanding Locking, Blocking, and Isolation Levels (Kimberly)</li>
<li>Understanding Logging and Recovery (Paul)</li>
<li>X-Ray Glasses for Your Indexes (Kendra)</li>
<li>Branding Yourself for a Dream Job (Steve)</li>
<li>Deadlocking for Mere Mortals (Jonathan)</li>
<li>Hadoop: The Great and Powerful (Jeremiah)</li>
<li>Making the Leap from Profiler to Extended Events (Erin)</li>
</ul>
<div id="attachment_19066" class="wp-caption alignright" style="width: 143px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Brent-in-Boxster.jpg"><img class="size-medium wp-image-19066" alt="Team building in a Boxster through canyons" src="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Brent-in-Boxster-133x200.jpg" width="133" height="200" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Team building in a Boxster through canyons</p></div>
<p>How much would you pay for three days of awesome learning at a conference like this with top-notch speakers, all killer no filler?</p>
<p>You want more sessions? You&#8217;re in luck! Your registration also includes <a href="http://www.devintersection.com/sessions.aspx?s=116">ASP.NET Intersection sessions</a> and <a href="http://www.devintersection.com/sessions.aspx?s=115">Visual Studio Intersection sessions</a> for developers, <a href="http://www.devintersection.com/sessions.aspx?s=117">SharePoint Intersection sessions</a> for sharing pointers. If your coworkers want to attend an open-source-friendly conference focusing on JavaScript and the web, the <a href="http://anglebrackets.org">Angle Brackets conference</a> is happening in the same hotel at the same time, so it makes for a great company getaway.</p>
<p>And hey, it&#8217;s Vegas, so it&#8217;s a great team building city, like when Jeremiah and I rented cars last time and, uh, built teams. Yeah.</p>
<p>But wait &#8211; there&#8217;s more! Check out <a href="http://sqlintersection.com/sessions.aspx?s=118">the pre-con workshops</a>:</p>
<ul>
<li><span style="line-height: 15px;"><strong>Accidental DBA Starter Kit (me, Jeremiah, Kendra &#8211; Pre-Con Sunday)</strong> - You&#8217;re responsible for managing SQL Servers, but you&#8217;ve never had formal training. You&#8217;re not entirely sure what&#8217;s going on inside this black box, and you need a fast education on how SQL Server works. In one day, you&#8217;ll learn how to make your SQL Server faster and more reliable. You&#8217;ll leave armed with free scripts to help you find health problems and bottlenecks, a digital set of posters that explains how SQL Server works, and an e-book that will keep your lessons moving forward over the next 6-12 months.</span></li>
<li><strong>Queries Gone Wild: Real-World Solutions (Kimberly &#8211; Pre-Con Sunday)</strong> - Have you ever wondered why SQL Server did what it did to process your query? Have you wondered if it could have done better? And, if so, how? Transact-SQL was designed to be a declarative language that details what data you need, but without any information about how SQL Server should go about getting it. Join order, predicate analysis &#8211; how does SQL Server decide the order or when to evaluate a predicate? Most of the time SQL Server gets the data quickly but sometimes what SQL Server does just doesn&#8217;t seem to make sense. Inevitably you&#8217;ll encounter certain workloads and queries that just aren&#8217;t performing as well as you expect. There are numerous reasons why query performance can suffer and in this full-day workshop Kimberly will cover a number of critical areas while showing you how to analyze a variety of query plans throughout the day.</li>
<li><strong>Scale Up or Scale Out: When NOLOCK Isn&#8217;t Enough (me, Jeremiah, Kendra &#8211; Post-Con Thursday)</strong> - Partitioning, replication, caching, sharding, AlwaysOn Availability Groups, Enterprise Edition, bigger boxes, or good old NOLOCK? You need to handle more data and deliver faster queries, but the options are confusing. In this full-day workshop, Brent, Kendra, and Jeremiah will share the techniques they use to speed up SQL Server environments both by scaling up and scaling out. We&#8217;ll share what features might save you hundreds of development hours, what features have been a struggle to implement, and how you can tell the difference. This workshop is for developers and DBAs who need to plan long term changes to their environment.</li>
<li><strong>Practical Disaster Recovery Techniques (Paul &#8211; Post-Con Thursday)</strong> - Disasters happen &#8211; plain and simple. When disaster strikes a database you&#8217;re responsible for, can you recover within the down-time and/or data-loss limits your company requires? What if your plan doesn&#8217;t work? This workshop isn&#8217;t about how to achieve high-availability, it&#8217;s about how to prevent or overcome the obstacles you&#8217;re likely to hit when trying to recover from a disaster &#8211; such as not having the right backups, not having valid backups, or not having any backups! In this demo-heavy workshop, you&#8217;ll learn a ton of practical tips, tricks, and techniques learned from 15 years of experience helping customers plan for and recover from disasters, including less frequently seen problems and more advanced techniques. All attendees will also receive a set of lab scenarios for further study and practice after the class with assistance from Paul.</li>
</ul>
<div id="attachment_19061" class="wp-caption alignright" style="width: 233px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Ernie-at-Hoover-Dam.jpg"><img class="size-medium wp-image-19061" alt="Ernie takes in Hoover Dam" src="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Ernie-at-Hoover-Dam-223x200.jpg" width="223" height="200" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Ernie takes in Hoover Dam</p></div>
<p>Now how much would you pay for all this? Three thousand? Four thousand? Ten thousand? BUT WAIT, THERE&#8217;S MORE!</p>
<p>For $1,894 before June 24th, you can get the Show Package: the conference, PLUS a pre-con or post-con of your choice, PLUS your choice of a Surface RT, Xbox, or a $300 gift card.</p>
<p>For $2,294, you get all that plus ANOTHER pre-con or post-con &#8211; five days of nonstop learning from the absolute best in the business.</p>
<p>No? You want more? Okay, you drive a hard bargain, buddy. <strong>Use discount code OZAR and you get another $100 off.</strong> <a href="https://www.devintersection.com/register.aspx?s=118">Register now.</a> Operators are standing by.</p>
<p><a href="https://www.devintersection.com/register.aspx?s=118"><img class="alignnone size-full wp-image-17904" title="RegisterNow" alt="" src="http://cdn.prod.brentozar.com/wp-content/uploads/2013/01/RegisterNow.jpg" width="199" height="42" /></a></p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=rgLMil9oafE:u3V8cqgK_-o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=rgLMil9oafE:u3V8cqgK_-o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=rgLMil9oafE:u3V8cqgK_-o:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/rgLMil9oafE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/sql-intersection-registration-open-and-a-100-off-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/sql-intersection-registration-open-and-a-100-off-code/</feedburner:origLink></item>
		<item>
		<title>51 Questions About Your #SQLPASS Summit Submission</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/V2M-8PfcRdk/</link>
		<comments>http://www.brentozar.com/archive/2013/05/questions-about-your-sqlpass-summit-submission/#comments</comments>
		<pubDate>Sun, 19 May 2013 13:16:39 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[#SQLPass]]></category>
		<category><![CDATA[Writing and Presenting]]></category>
		<category><![CDATA[presenting]]></category>
		<category><![CDATA[sqlpass]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=19022</guid>
		<description><![CDATA[This weekend, emails went out to folks who&#8217;d submitted their sessions for the PASS Summit 2013 in Charlotte. If you&#8217;re bummed, listen up. I know what it feels like to get turned down because I got turned down the first &#8230; <a href="http://www.brentozar.com/archive/2013/05/questions-about-your-sqlpass-summit-submission/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<div id="attachment_19033" class="wp-caption alignright" style="width: 238px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Brent-and-Jeremiah-Presenting.jpg"><img class="size-medium wp-image-19033" alt="Jeremiah and I presenting in Atlanta" src="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/Brent-and-Jeremiah-Presenting-228x200.jpg" width="228" height="200" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Jeremiah and I presenting in Atlanta</p></div>
<p>This weekend, emails went out to folks who&#8217;d submitted their sessions for the <a href="http://www.sqlpass.org/summit/2013/">PASS Summit 2013 in Charlotte</a>.</p>
<p>If you&#8217;re bummed, listen up. I know what it feels like to get turned down because I got turned down the first couple of times I submitted, too. The blessing and the curse of the SQL Server community is that there&#8217;s so many people who want to help others &#8211; but of course this makes it harder to get your place up on the stage. It&#8217;s only going to get worse/better as more people continue to discover the community.</p>
<p>Whether you got a good email or a bad one, your work is just beginning. Either you&#8217;re prepping for this October, or you need to start prepping for the next conference. In either case, here&#8217;s 51 questions you need to ask yourself about your abstract, your material, and your delivery.</p>
<ol>
<li><span style="line-height: 15px;">What pain is bringing the attendee to this session?</span></li>
<li>How are they going to relieve that pain when they get back to the office?</li>
<li>What does the attendee know already coming in?</li>
<li><a href="http://www.brentozar.com/archive/2011/07/how-write-conference-abstract/">Who should not attend this session?</a></li>
<li>Reading your abstract, are the answers to the above four questions crystal clear?</li>
<li><a href="http://sqlblog.com/blogs/adam_machanic/archive/2013/02/22/capturing-attention-writing-great-session-descriptions.aspx">What did you learn from Adam Machanic&#8217;s post Capturing Attention?</a></li>
<li><a href="http://www.brentozar.com/archive/2010/04/how-to-get-readers-to-pay-attention/">Did your abstract take one thing off before it left the house?</a></li>
<li>If you search the web for your abstract title, what comes up?</li>
<li>Who else do you expect will submit on a similar topic?</li>
<li>How will you show your own personality and expertise in the abstract?</li>
<li>Of <a href="http://www.problogger.net/archives/2011/09/03/52-types-of-blog-posts-that-are-proven-to-work/">ProBlogger&#8217;s 52 Types of Blog Posts</a>, which one matches your planned sessions?</li>
<li>What other types of sessions from that list could you use to surprise and delight attendees?</li>
<li><a href="http://bitquabit.com/post/why-how-is-boring-and-how-why-is-awesome/">Are you teaching <em>why</em> or <em>how</em>?</a></li>
<li>How would a handout make it easier for attendees to learn your lessons?</li>
<li><a href="http://www.visual-literacy.org/periodic_table/periodic_table.html">What visualization would bring your session to life?</a></li>
<li>Could you contract out a local design student or company to build it for you?</li>
<li><a href="http://www.brentozar.com/archive/2009/04/how-to-pick-blog-presentation-topics/">Are you presenting to teach or to impress?</a></li>
<li>Have you gotten feedback on your abstract from a proven speaker you trust?</li>
<li><a href="http://www.ncsu.edu/midlink/rub.pres.html">If a teacher graded your presentation, would you get an A?</a></li>
<li>On that 24-point scale, what would it take to succeed at a national conference?</li>
<li>What topics are you going to avoid entirely in order to save time?</li>
<li><a href="http://www.brentozar.com/archive/2011/01/how-rehearse-presentation/">How often have you rehearsed this presentation before giving it to a local user group?</a></li>
<li>Have you given this presentation before at local user groups and SQLSaturdays?</li>
<li>Did you record the session (either video or audio)?</li>
<li>Did you watch the recording to see where you can improve the material and your delivery?</li>
<li>What questions did the attendees ask at those sessions?</li>
<li>What feedback did the attendees give at the user group or SQLSaturday?</li>
<li><a href="http://www.brentozar.com/archive/2010/06/the-top-10-developer-mistakes-that-wont-scale/">How will you use that feedback to improve your session?</a></li>
<li>If you gave attendees a test at the end of your session, what questions would be on it?</li>
<li><a href="http://www.imdb.com/genre/">If your session was a movie, what genre would it be?</a></li>
<li>What other movies would be sitting next to it in the store?</li>
<li>Who would play the leading role?</li>
<li>What are three words you want attendees to use to describe your session?</li>
<li>How do your abstract, material, and delivery inspire those three words?</li>
<li><a href="http://www.brentozar.com/archive/2010/07/finding-free-pictures-for-blog-posts-and-presentations/">Have you clearly attributed ownership to the code and pictures in your session?</a></li>
<li>If nobody asks any questions at all, will you still be able to fill the time slot?</li>
<li>If you get many questions, which slides/sections can you skip without losing meaning?</li>
<li><a href="http://www.brentozar.com/archive/2009/09/how-to-deliver-a-killer-tech-presentation/">Where will you post all of the resources for your session?</a></li>
<li>If people have a question while reading those resources, how will they contact you?</li>
<li>If this session was a module in an all-day training class, what would the other modules be?</li>
<li>What&#8217;s the worst thing that could happen in your session?</li>
<li>How will you recover if that thing happens?</li>
<li>Can you form an instant community of your attendees using a Twitter hash tag or chat room?</li>
<li><a href="http://www.brentozar.com/archive/2011/05/makes-good-conference-session-or-keynote/">What would your session look like with no demos whatsoever?</a></li>
<li>What would your session look like as 100% demos and no slides?</li>
<li><a href="http://www.ascd.org/publications/educational_leadership/sept10/vol68/num01/Seven_Essentials_for_Project-Based_Learning.aspx">If you started the session with a question, what would that question be?</a></li>
<li>What&#8217;s the easiest, simplest way for the attendee to learn the lessons?</li>
<li>Could you get the presentation&#8217;s learning lessons across with a blog post or series?</li>
<li>When you ask people why they linked to your post, what do they say they found compelling?</li>
<li>What questions did readers ask in the comments?</li>
<li>What&#8217;s stopping you from writing that blog post right now to gauge reader interest?</li>
</ol>
<p>No, really. What&#8217;s stopping you? Don&#8217;t think for one moment that attendees will skip your session because they&#8217;ve read your work. <strong><em>It&#8217;s the exact opposite: readers come to your session because they like your work.</em></strong> Whether PASS told you yes or no, start writing your blog posts right now to find out what works and what doesn&#8217;t.</p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=V2M-8PfcRdk:O52k9JbTGv8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=V2M-8PfcRdk:O52k9JbTGv8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=V2M-8PfcRdk:O52k9JbTGv8:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/V2M-8PfcRdk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/questions-about-your-sqlpass-summit-submission/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/questions-about-your-sqlpass-summit-submission/</feedburner:origLink></item>
		<item>
		<title>Monitoring SSD Performance</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/t2__iV7TaTE/</link>
		<comments>http://www.brentozar.com/archive/2013/05/monitoring-ssd-performance/#comments</comments>
		<pubDate>Thu, 16 May 2013 13:00:25 +0000</pubDate>
		<dc:creator>Jeremiah Peschka</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2012 News]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=18906</guid>
		<description><![CDATA[Everyone wants to make sure they&#8217;re getting the best performance out of their solid state storage. If you&#8217;re like a lot of people, you want to make sure you&#8217;re getting what you paid for, but how do you know for &#8230; <a href="http://www.brentozar.com/archive/2013/05/monitoring-ssd-performance/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p>Everyone wants to make sure they&#8217;re getting the best performance out of their solid state storage. If you&#8217;re like a lot of people, you want to make sure you&#8217;re getting what you paid for, but how do you know for sure that the drive is performing well?</p>
<h3>Watch that Average</h3>
<p>The first way to monitor performance it to use some <a href="http://brentozar.com/go/perfmon">perfmon counters</a>. Although there are a lot of perfmon counters that seem helpful, we&#8217;re only going to look at two:</p>
<ul>
<li>PhysicalDisk\Avg. Disk Sec/Read</li>
<li>PhysicalDisk\Avg. Disk Sec/Write</li>
</ul>
<p>As soon as you get a solid state drive in your server, start monitoring these numbers. Over time you&#8217;ll be able to trend performance over time and watch for poor performance. When the SSDs pass out of your valid performance guidelines (and they probably will), you can pull them out of the storage one at a time and reformat them before adding them back into the RAID array. <em>Note</em> it isn&#8217;t necessary to do this</p>
<p>Although it&#8217;s risky, this approach can work well for detecting performance problems while they&#8217;re happening. The downside is that we don&#8217;t have any idea that the drives are about to fail &#8211; we can only observe the side effects of writing to the SSDs. As SSD health gets worse, this average is going to trend upwards. Of course, you could also be doing something incredibly dumb with your hardware, so we can&#8217;t really use average performance as a potential indicator of impending hardware failure.</p>
<h3>Which SMART Attributes Work for SSDs?</h3>
<p>What if we could watch SSD wear in real time? It turns out that we&#8217;ve been able to do this for a while. Many vendors offer SMART status codes to return detailed information about the status of the drive. Rotational drives can tell you how hot the drive is, provide bad sector counts, and a host of other information about drive health.</p>
<p>SSDs are opaque, right? Think again.</p>
<p>SSD vendors started putting information in SMART counters to give users a better idea of SSD performance, wear, and overall health. Although the SMART counters will vary from vendor to vendor (based on the disk controller), Intel publish documentation on the counters available with their SSDs &#8211; check out the &#8220;SMART Attributes&#8221; section of the <a href="http://www.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-910-series-specification.pdf">Intel 910 documentation</a>. These are pretty esoteric documents, you wouldn&#8217;t want to have to parse that information yourself. Thankfully, there are easier ways to get to this information; we&#8217;ll get to that in a minute.</p>
<h3>Which SMART Attributes Should I Watch?</h3>
<p>There are a few things to watch in the SMART status of your SSDS:</p>
<ul>
<li>Write Amplification</li>
<li>Media Wear-out Indicator</li>
<li>Available Reserved Space</li>
</ul>
<p><strong>Write Amplification</strong>, roughly, is a measure of the ratio of writes issued by your OS compared to the number of writes performed by the SSD. A lower score is better &#8211; this can even drop below 1 when the SSD is able to compress your data. Although the <a href="http://en.wikipedia.org/wiki/Write_amplification">Write Amplification</a> doesn&#8217;t help you monitor drive health directly, it provides a view of how your use pattern will change the SSD&#8217;s lifespan.</p>
<p>The <strong>Media Wear-Out Indicator</strong> gives us a scale from 100 to 0 of the remaining flash memory life. This starts at 100 and drifts toward 0. It&#8217;s important to note that your drive will keep functioning after Media Wear-Out Indicator reports 0. This is, however, a good value to watch.</p>
<p><strong>Available Reserved Space</strong> measures the original spare capacity in the drive. SSD vendors provide additional storage capacity to make sure wear leveling and garbage collection can happen appropriately. Like Media Wear-Out Indicator, this starts at 100 and will drift toward 0 over time.</p>
<p>It&#8217;s worth noting that each drive can supply additional information. The Intel 910 also monitors battery backup failure and provides two reserved space monitors &#8211; one at 10% reserved space available and a second at 1% reserved space available. If you&#8217;re going to monitor the SMART attributes of your SSDs, it&#8217;s worth doing a quick search to find out what your SSD controllers support.</p>
<h3>How do I Watch the SMART Attributes of my SSD?</h3>
<p>This is where things could get ugly. Thankfully, we&#8217;ve got <a href="http://smartmontools.org">smartmontools</a>. There are two pieces of smartmontools and we&#8217;re only interested in one: <code>smartctl</code>. Smartctl is a utility to view the SMART attributes of a drive. On my (OS X) laptop, I can run <code>smartctl -a disk1</code> to view the SMART attributes of the drive. On Windows you can either use the drive letter for a basic disk, like this:</p>
<p><code>smartctl -a X:</code></p>
<p>Things get trickier, though, for certain PCI-Express SSDs. Many of these drives, the Intel 910 included, present one physical disk per controller on the PCI-Express card. In the case of the Intel 910, there are four. In these scenarios you&#8217;ll need to look at each controller&#8217;s storage individually. Even if you have configured a larger storage volume using Windows RAID, you can still read the SMART attributes by looking at the physical devices underneath the logical disk.</p>
<p>The first step is to get a list of physical devices using <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa394132(v=vs.85).aspx">WMI</a>:</p>
<p><code>wmic diskdrive list brief </code></p>
<p>The physical device name will be in the <code>DeviceID</code> column. Once you have the physical device name, you can view the SMART attributes with <code>smartctl</code> like this:</p>
<pre><code>smartctl -a /dev/pd0 -q noserial
</code></pre>
<p>Run against my virtual machine, it looks like this:</p>
<pre><code>C:\Windows\system32&gt; smartctl -a /dev/pd0 -q noserial
smartctl 6.1 2013-03-16 r3800 [x86_64-w64-mingw32-win8] (sf-6.1-1)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     Windows 8-0 SSD
Serial Number:    0RETRD4FE6AMF823QE7R
Firmware Version: F.2FKG1C
User Capacity:    68,719,476,736 bytes [68.7 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ATA8-ACS, ATA/ATAPI-5 T13/1321D revision 1
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Sat Apr 27 08:35:03 2013 PDT
SMART support is: Unavailable - device lacks SMART capability.
</code></pre>
<p>Unsurprisingly, my virtual drive doesn&#8217;t display much information. But a real drive looks something like this:</p>
<p><div id="attachment_18908" class="wp-caption alignnone" style="width: 610px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/smartctl-910-01.jpg"><img class="size-large wp-image-18908" alt="Intel 910 smartctl output" src="http://cdn.prod.brentozar.com/wp-content/uploads/2013/05/smartctl-910-01-600x376.jpg" width="600" height="376" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Intel 910 smartctl output</p></div>
<p>Holy cow, that&#8217;s a lot of information. The Intel 910 clearly has a lot going on. There are two important criteria to watch, simply because they can mean the difference between a successful warranty claim and an unsuccessful one</p>
<ul>
<li>SS Media used endurance indicator</li>
<li>Current Drive Temperature</li>
</ul>
<p>The Intel 910 actually provides more information via SMART, but to get to it, we have to use Intel&#8217;s command line tools. By using the included isdct.exe, we can get some very helpful information about battery backup failure (yup, your SSD is protected by a battery), reserve space in the SSD, and the drive wear indicator. Battery backup failure is a simple boolean value &#8211; 0 for working and 1 for failure. The other numbers are stored internally as a hexadecimal number, but the isdct.exe program translates them from hex to decimal. These numbers start at zero and work toward 100.</p>
<p>If you&#8217;re enterprising, you can take a look at <a href="http://www.intel.com/content/dam/www/public/us/en/documents/product-specifications/ssd-910-series-specification.pdf">the vendor specification</a> and figure out how to read this data in the SMART payload. Or, if you&#8217;re truly lazy, you can parse the text coming out of smartcl or isdct (or the appropriate vendor tool) and use that to fuel your reports. Some monitoring packages even include all SMART counters by default.</p>
<h3>The Bad News</h3>
<p>The bad news is that if you&#8217;re using a hardware RAID controller, you may not be able to see any of the SMART attributes of your SSDs. If you can&#8217;t get accurate readings from the drives and you&#8217;ll have to resort to using the Performance Monitor counters I mentioned at the beginning of the article. RAID controllers that support smartmontools are listed in the <a href="http://smartmontools.sourceforge.net/man/smartctl.8.html">smartctl documentation</a>.</p>
<p><em>Special thanks go out to a helpful friend who let us abuse their QA Intel 910 cards for a little while in order to get these screenshots.</em></p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=t2__iV7TaTE:te3rOm9x5aw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=t2__iV7TaTE:te3rOm9x5aw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=t2__iV7TaTE:te3rOm9x5aw:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/t2__iV7TaTE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/monitoring-ssd-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/monitoring-ssd-performance/</feedburner:origLink></item>
		<item>
		<title>The Basics of SQL Server Execution Plans (video)</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/7f3L9tOPcdk/</link>
		<comments>http://www.brentozar.com/archive/2013/05/the-basics-of-sql-server-execution-plans-video/#comments</comments>
		<pubDate>Wed, 15 May 2013 13:00:06 +0000</pubDate>
		<dc:creator>Jeremiah Peschka</dc:creator>
				<category><![CDATA[SQL Server 2012 News]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=19000</guid>
		<description><![CDATA[SQL Server execution plans provide a roadmap to query performance. Once you understand how to read the execution plan, you can easily identify bottlenecks and detours. In this high level session, Jeremiah Peschka will introduce you to the concepts of &#8230; <a href="http://www.brentozar.com/archive/2013/05/the-basics-of-sql-server-execution-plans-video/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p><iframe width="640" height="360" src="http://www.youtube.com/embed/lH2_SI04PWQ?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>SQL Server execution plans provide a roadmap to query performance. Once you understand how to read the execution plan, you can easily identify bottlenecks and detours. In this high level session, Jeremiah Peschka will introduce you to the concepts of reading SQL Server execution plans including how to get an actual execution plan, how to read the plan, and how to dive deeper into the details of the pieces of the plan. This session is for developers and DBAs who have never looked at SQL Server execution plans before.</p>
<div class="hr"><hr /></div>
<p>In this talk I mentioned a few tools.</p>
<ul>
<li><a href="http://www.brentozar.com/blitzindex/">sp_BlitzIndex</a></li>
<li><a href="http://www.sqlsentry.net/plan-explorer/sql-server-query-view.asp">SQL Sentry Plan Explorer</a></li>
</ul>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=7f3L9tOPcdk:tswqiMLcOzU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=7f3L9tOPcdk:tswqiMLcOzU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=7f3L9tOPcdk:tswqiMLcOzU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/7f3L9tOPcdk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/the-basics-of-sql-server-execution-plans-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/the-basics-of-sql-server-execution-plans-video/</feedburner:origLink></item>
		<item>
		<title>SQL Server Virtualization Q&amp;A Session [Video]</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/OcYxABoLW10/</link>
		<comments>http://www.brentozar.com/archive/2013/05/sql-server-virtualization-qa-session-video/#comments</comments>
		<pubDate>Tue, 14 May 2013 13:15:58 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=18989</guid>
		<description><![CDATA[The PASS Virtualization Virtual Chapter hosted a Q&#38;A session with me last week. We talked about storage configuation options like VMDK/VHD vs RDM, how licensing works, what&#8217;s the biggest SQL Server I&#8217;m comfortable virtualizing, and much more: For more tips, &#8230; <a href="http://www.brentozar.com/archive/2013/05/sql-server-virtualization-qa-session-video/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p>The PASS Virtualization Virtual Chapter hosted a Q&amp;A session with me last week. We talked about storage configuation options like VMDK/VHD vs RDM, how licensing works, what&#8217;s the biggest SQL Server I&#8217;m comfortable virtualizing, and much more:</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/UDjNgJJ4fDc?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>For more tips, check out <a href="http://www.brentozar.com/sql/virtualization-best-practices/">our virtualization resources page</a>.</p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=OcYxABoLW10:bEEsuLi7hYc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=OcYxABoLW10:bEEsuLi7hYc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=OcYxABoLW10:bEEsuLi7hYc:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/OcYxABoLW10" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/sql-server-virtualization-qa-session-video/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/sql-server-virtualization-qa-session-video/</feedburner:origLink></item>
		<item>
		<title>1TB Databases for Developers [Video]</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/60h6JmaBQkM/</link>
		<comments>http://www.brentozar.com/archive/2013/05/1tb-databases-for-developers-video/#comments</comments>
		<pubDate>Mon, 13 May 2013 13:00:29 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[bigdata]]></category>
		<category><![CDATA[vldb]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=18970</guid>
		<description><![CDATA[If you write code that accesses a database one terabyte or larger, you need to know that things are different around here. When you hit the very large database (VLDB) territory, you need to pay particular attention to statistics, TempDB, &#8230; <a href="http://www.brentozar.com/archive/2013/05/1tb-databases-for-developers-video/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p>If you write code that accesses a database one terabyte or larger, you need to know that things are different around here. When you hit the very large database (VLDB) territory, you need to pay particular attention to statistics, TempDB, and staging tables. Microsoft Certified Master Brent Ozar will share his favorite lessons for developers who work with either OLTP or data warehouses in this 25-minute webcast:</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/gOsflkQkHjg?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>The links discussed in the webcast include:</p>
<p><a href="http://www.amazon.com/gp/product/1430242035/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430242035&amp;linkCode=as2&amp;tag=brozsqseex-20">SQL Server 2012 Query Performance Tuning by Grant Fritchey</a> &#8211; we talked about the statistics analysis chapter as an example of what matters much more in the terabyte territory.</p>
<p><a href="http://www.amazon.com/gp/product/1118177657/ref=as_li_ss_tl?ie=UTF8&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1118177657&amp;linkCode=as2&amp;tag=brozsqseex-20">SQL Server 2012 Internals and Troubleshooting</a> &#8211; the storage chapter helps you pick the right storage for your TempDB, which matters much more in VLDBs.</p>
<p><a href="http://www.microsoft.com/en-us/download/details.aspx?id=35579">Download SQL Server 2012 Management Studio</a> &#8211; free download for all Microsoft SQL Server users. I&#8217;d recommend using this even if you&#8217;re not using SQL Server 2012 on the back end &#8211; it&#8217;s a better development environment. Bonus &#8211; check out <a href="http://www.brentozar.com/archive/2012/11/sql-server-management-studio-more-than-meets-the-eye/">Jes&#8217;s SSMS tips and tricks video</a>.</p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=60h6JmaBQkM:fcJZU2pUJPU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=60h6JmaBQkM:fcJZU2pUJPU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=60h6JmaBQkM:fcJZU2pUJPU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/60h6JmaBQkM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/1tb-databases-for-developers-video/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/1tb-databases-for-developers-video/</feedburner:origLink></item>
		<item>
		<title>sp_Blitz™ v22: Output Results to a Table, Better Comments, and an App</title>
		<link>http://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/UZj9sPFORew/</link>
		<comments>http://www.brentozar.com/archive/2013/05/sp_blitz-v21-output-results-to-a-table-better-comments-and-more/#comments</comments>
		<pubDate>Thu, 09 May 2013 13:15:57 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[sp_blitz]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=18873</guid>
		<description><![CDATA[Our free server troubleshooting tool, sp_Blitz™, just learned some new tricks. If you call it like this: EXEC dbo.sp_Blitz @OutputDatabaseName = &#8216;DBAtools&#8217;, @OutputSchemaName = &#8216;dbo&#8217;, @OutputTableName = &#8216;BlitzResults&#8217; It will create the table DBAtools.dbo.BlitzResults (if it doesn&#8217;t already exist) and &#8230; <a href="http://www.brentozar.com/archive/2013/05/sp_blitz-v21-output-results-to-a-table-better-comments-and-more/">Continue reading <span class="meta-nav">&#8594;</span></a><p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
]]></description>
				<content:encoded><![CDATA[<p>Our free server troubleshooting tool, sp_Blitz™, just learned some new tricks. If you call it like this:</p>
<p>EXEC dbo.sp_Blitz<br />
@OutputDatabaseName = &#8216;DBAtools&#8217;,<br />
@OutputSchemaName = &#8216;dbo&#8217;,<br />
@OutputTableName = &#8216;BlitzResults&#8217;</p>
<p>It will create the table DBAtools.dbo.BlitzResults (if it doesn&#8217;t already exist) and insert the results. The table includes columns for the server name and the check date, so you can query this table to see what&#8217;s changed since the last time you ran sp_Blitz™. Plus, there&#8217;s more:</p>
<p><strong>Added new checks</strong> for disabled CPU schedulers (due to licensing or affinity masking), extended stored procedures, disabled remote access to the DAC, databases in unusual states like suspect or emergency, logins with CONTROL SERVER permission.</p>
<p><strong>Easier readability</strong> &#8211; whenever anyone&#8217;s asked how to add checks, I&#8217;ve always just said, &#8220;Read the code.&#8221; Last week, I read the code with fresh eyes and realized it could use some cleanup and comments. I used <a href="http://www.red-gate.com/products/sql-development/sql-prompt/">Red Gate SQL Prompt</a> to clean up the formatting, which is better but could still use some work. The code is nearing 4,000 lines, so I moved the old changes out of the proc and into a <a href="http://www.brentozar.com/blitz/changelog/">new online changelog</a>. I put in some time to explain what the proc is doing, and that should help people reading it from the first time. I&#8217;ve also started an <a href="http://www.brentozar.com/blitz/documentation/">sp_Blitz™ Documentation page</a> where I&#8217;ll be explaining some of the more advanced uses.</p>
<p><strong>New downloadable sp_Blitz™ app for Windows</strong> - over and over, we heard from people that they wanted a quick way to generate a print-friendly copy of the sp_Blitz™ results. Jeremiah worked with a developer and built our first app:</p>
<div id="attachment_18949" class="wp-caption alignnone" style="width: 538px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center;"><a href="http://cdn.prod.brentozar.com/wp-content/uploads/2020/05/sp_Blitz.png"><img class="size-large wp-image-18949" alt="sp_Blitz™ Windows App" src="http://cdn.prod.brentozar.com/wp-content/uploads/2020/05/sp_Blitz-528x400.png" width="528" height="400" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">sp_Blitz™ Windows App</p></div>
<p>The app creates sp_Blitz™ in TempDB on the server of your choice, executes it, shows you the results, and can output the results to PDF &#8211; complete with links to the explanations for each result.</p>
<p>We&#8217;ve got lots of ideas for the app, but we wanted to get it out there first and let you help drive it. If there&#8217;s something you&#8217;d like to see added or changed, leave a comment here or <a href="http://www.brentozar.com/contact/">contact us</a>. The whole point of this thing is to make your life easier. I wish this tool would have been available back when I was a production DBA struggling to figure out what was going on in my environment, so every little improvement helps. Hopefully this can save you from the stress I had back then. <a href="http://www.brentozar.com/blitz/">Get it from the download page</a> and enjoy!</p>
<p>...<br /><i>Just check the boxes to see <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?p=L8FEedipisA0NL4Sx6LCRIr0GCEjWxetdMub8XyE7SDiiipisI2rL&t=m">Bad DBA Job Detector, Top 3 Indexing Mistakes, and the DBAReactions Guide to Database Administration.</a></i></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=UZj9sPFORew:DoVfSgaAqbU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?i=UZj9sPFORew:DoVfSgaAqbU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?a=UZj9sPFORew:DoVfSgaAqbU:YwkR-u9nhCs"><img src="http://feeds.feedburner.com/~ff/BrentOzar-SqlServerDba?d=YwkR-u9nhCs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/BrentOzar-SqlServerDba/~4/UZj9sPFORew" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2013/05/sp_blitz-v21-output-results-to-a-table-better-comments-and-more/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://www.brentozar.com/archive/2013/05/sp_blitz-v21-output-results-to-a-table-better-comments-and-more/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 5/9 queries in 0.033 seconds using memcached
Object Caching 1158/1176 objects using memcached
Content Delivery Network via Amazon Web Services: S3: cdn.prod.brentozar.com

 Served from: www.brentozar.com @ 2013-05-24 09:13:15 by W3 Total Cache -->
