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

<channel>
	<title>Brent Ozar PLFclustering | Brent Ozar PLF</title>
	<atom:link href="http://www.brentozar.com/archive/tag/clustering/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brentozar.com</link>
	<description>Your technology pain-relief experts.</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:15:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL Server High Availability and Disaster Recovery Basics Webcast</title>
		<link>http://www.brentozar.com/archive/2011/12/sql-server-high-availability-disaster-recovery-basics-webcast/</link>
		<comments>http://www.brentozar.com/archive/2011/12/sql-server-high-availability-disaster-recovery-basics-webcast/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 13:15:47 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[dr]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[log shipping]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=13223</guid>
		<description><![CDATA[If your boss wants you to make your SQL Server more reliable, there’s a lot of confusing options. I’ll walk you through the pros and cons of each method and show you how they can help make queries go faster too. We’ll finish with a list of books and blogs I’d recommend for each option....<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
]]></description>
			<content:encoded><![CDATA[<p>If your boss wants you to make your SQL Server more reliable, there’s a lot of confusing options. I’ll walk you through the pros and cons of each method and show you how they can help make queries go faster too. We’ll finish with a list of books and blogs I’d recommend for each option.</p>
<p>This 30-minute session is for production DBAs who haven’t implemented clustering, replication, or log shipping before, and aren’t sure where to start.</p>
<p><iframe width="600" height="450" src="http://www.youtube.com/embed/YNyY_A5733E?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<h3>Clustering Resources</h3>
<p>Clustering had a bad reputation for being difficult to configure and manage, but Microsoft&#8217;s made dramatic improvements in recent versions of both Windows and SQL Server.  Whether you&#8217;re just getting started with clustering for the first time, or you still think clusters require heartbeat networks, your first resource should be <a href="http://www.amazon.com/gp/product/1430219661/ref=as_li_ss_tl?ie=UTF8&amp;tag=brozsqseex-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430219661">Pro SQL Server 2008 Clustering</a> by <a href="http://www.sqlha.com/blog/">Allan Hirt</a> (<a href="http://twitter.com/sqlha">@SQLHA</a>).</p>
<h3>Database Mirroring Resources</h3>
<p>For the first couple of years that I used Database Mirroring, I thought it was brain-dead-simple: just Next-Next-Next your way through a wizard, and you&#8217;re in business.  I couldn&#8217;t imagine how anyone could write an entire book about mirroring.  That, however, was before I found out about <a href="http://www.amazon.com/gp/product/1430224231/ref=as_li_ss_tl?ie=UTF8&amp;tag=brozsqseex-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1430224231">Pro SQL Server 2008 Mirroring</a>, which I&#8217;d definitely recommend.  The book&#8217;s coauthors are <a href="http://www.sqlsoldier.com/wp/">Robert Davis</a> (<a href="http://twitter.com/sqlsoldier">@SQLSoldier</a>) and <a href="http://cybersql.blogspot.com/">Ken Simmons</a> (<a href="http://twitter.com/kensimmons">@KenSimmons</a>).</p>
<p>For some quick free learning, check out <a href="http://www.sqlsoldier.com/wp/tag/databasemirroring">Robert&#8217;s posts tagged with database mirroring</a>.</p>
<h3>Replication Resources</h3>
<p>Replication&#8217;s been out for several SQL Server versions now, and it&#8217;s slowly changed with each version.  As a result, there&#8217;s a ton of good free info out there, but it&#8217;s not all up-to-date.  My favorite place to start is the <a href="http://technet.microsoft.com/en-us/library/ms151847.aspx">Books Online topic for Designing and Implementing Replication</a>, and then move on to:</p>
<ul>
<li><a href="http://www.simple-talk.com/sql/database-administration/sql-server-replication-crib-sheet/">Simple Talk Replication Crib Sheet</a></li>
<li><a href="http://www.sqlservercentral.com/stairway/72401/">SQL Server Central Stairway to Replication</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/ms151799.aspx">BOL: Replication and Database Mirroring</a> &#8211; Replication adds more moving parts to your infrastructure, and it can end up *less* reliable with so many points of failure.  Mirroring helps mitigate those risks.</li>
</ul>
<h3>Log Shipping Resources</h3>
<p>Log shipping is more of a technique than a technology: it just means restoring your backups continuously on another server.  When database administrators first started doing this, they did it with their own scripts.  Third party backup compression tools like LiteSpeed started offering cool easy-to-manage user interfaces for it too.</p>
<p>These days, the log shipping and backup compression built into SQL Server 2008 R2 Standard Edition put log shipping within everybody&#8217;s reach.  The easiest place to get started is with the <a href="http://msdn.microsoft.com/en-us/library/ms187103.aspx">Books Online section on Log Shipping</a>.  If you use a third party backup compression tool, poke around in their documentation too.</p>
<h3>SAN/VM Replication Resources</h3>
<p>These solutions are all vendor-specific, and unfortunately a lot of vendors lock their documentation behind support sites that require logins. However, there&#8217;s one very good place to start: <a href="http://www.lulu.com/product/ebook/administering-vmware-site-recovery-manager-40/17435198">Mike Laverick&#8217;s free ebook Administering VMware Site Recovery Manager 4</a>.  This isn&#8217;t the most current information available, but don&#8217;t worry about that &#8211; just read Chapter 1 for an excellent vendor-neutral introduction to disaster recovery planning using SAN and VMware replication.</p>
<p>If your SAN happens to be covered in his book, skim through that chapter too just to get an idea of the difficulty level for these solutions.  These don&#8217;t have the ease-of-use of, say, SQL Server log shipping, but it&#8217;s one pane of glass to manage all of your disaster recovery needs regardless of the operating system and application.</p>
<p>For more learnin&#8217;, check out <a href="http://www.veeam.com/whitepapers.html">Veeam&#8217;s free whitepaper section</a>.  Veeam is a vendor that sells their own virtualization backup and recovery software, and I&#8217;m not affiliated with &#8216;em or getting paid to say this, but I&#8217;m a big fan of vendors that give away free education to the community.</p>
<h3>AlwaysOn Availability Groups Resources</h3>
<p>This is a brand new feature of SQL Server 2012, so we don&#8217;t have a lot of good community resources out there yet.  There&#8217;s a few screenshot walkthroughs, but they don&#8217;t really tell you anything you can&#8217;t figure out in five minutes of playing around.  For now, the place to go is the <a href="http://msdn.microsoft.com/en-us/library/cc645581%28SQL.110%29.aspx">Books Online section on Availability Enhancements</a>.</p>
<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
<div class="wp-about-author-containter-top" style="background-color:#FFEAA8;"><div class="wp-about-author-pic"><img alt='' src='http://1.gravatar.com/avatar/77f776c2eaf0cc691e8a0880bb8a191f?s=100&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://www.brentozar.com/archive/author/BrentO/' title='Brent Ozar'>Brent Ozar</a></h3><p>Brent specializes in performance tuning for SQL Server, VMware, and storage.  He's one of the very few Microsoft Certified Masters of SQL Server, a published author, and a Microsoft MVP.  He likes travel, Jeeps, Apple gear, jokes, and writing about himself in the third person.  <a href="http://www.brentozar.com/consultants/brent-ozar/">Read more and contact Brent</a>.</p><p><a href='http://www.brentozar.com' title='Brent Ozar'>Website</a> - <a href='http://twitter.com/brento' title='Brent Ozaron Twitter'>Twitter</a> - <a href='http://www.facebook.com/brentozar' title='Brent Ozar on Facebook'>Facebook</a> - <a href='http://www.brentozar.com/archive/author/BrentO/' title='More posts by Brent Ozar'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2011/12/sql-server-high-availability-disaster-recovery-basics-webcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Denali AlwaysOn Rocks</title>
		<link>http://www.brentozar.com/archive/2010/11/sql-server-denali-database-mirroring-rocks/</link>
		<comments>http://www.brentozar.com/archive/2010/11/sql-server-denali-database-mirroring-rocks/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 09:00:56 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[#SQLPass]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[alwayson]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[database mirroring]]></category>
		<category><![CDATA[denali]]></category>
		<category><![CDATA[hadron]]></category>
		<category><![CDATA[mirroring]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=9164</guid>
		<description><![CDATA[The next version of SQL Server, code name Denali, brings huge improvements when it arrives in 2011. To put these changes into perspective, let&#8217;s take a trip down memory road first and look at the history of database mirroring. SQL Server 2005 first introduced mirroring, although it wasn&#8217;t fully supported until a service pack. In...<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
]]></description>
			<content:encoded><![CDATA[<p>The next version of SQL Server, code name Denali, brings huge improvements when it arrives in 2011.  To put these changes into perspective, let&#8217;s take a trip down memory road first and look at the history of database mirroring.</p>
<p>SQL Server 2005 first introduced mirroring, although it wasn&#8217;t fully supported until a service pack.  In many ways, mirroring beat the pants off SQL Server&#8217;s traditional high availability and disaster recovery methods.  Log shipping, clustering, and replication were known for their difficulties in implementation and management.  With a few mouse clicks, database administrators could set up a secondary server (aka mirror) to constantly apply the same transactions that were applied to the production server.  In synchronous mode, both servers had to commit every transaction in order for it to commit, giving a whole new level of confidence that no transactions would be lost if the primary server suddenly died.  In asynchronous mode, servers separated by hundreds or thousands of miles could be kept in sync with the secondary server being a matter of seconds or minutes behind &#8211; better than no standby server at all.</p>
<div id="attachment_9166" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://www.flickr.com/photos/60852569@N00/251774190/"><img class="size-medium wp-image-9166 " title="diet-coke-and-mentos" src="http://d2me0cejidzvf9.cloudfront.net/wp-content/uploads/2010/11/diet-coke-and-mentos-300x199.jpg" alt="Preparing to Compress the Stream" width="300" height="199" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Preparing to Compress the Stream</p></div>
<p>SQL Server 2008 improved mirroring by compressing the data stream, thereby lowering the bandwidth requirements between the mirroring partners.</p>
<p>In one of the most underrated features of all time, Microsoft even used mirroring to recover from storage corruption.  When the primary server detected a corrupt page on disk, it asked the mirror for its copy of the page, and automatically repaired the damage without any DBA intervention whatsoever.  Automatic page repair doesn&#8217;t get nearly the press it deserves, just silently working away in the background saving the DBA&#8217;s bacon.</p>
<h3>Database Mirroring&#8217;s Drawbacks</h3>
<p>While SQL Server was able to read the mirror&#8217;s copy of the data to accomplish page repairs, the rest of us weren&#8217;t given the ability to do anything helpful with the data.  We couldn&#8217;t directly access the database.  The best we could do is take a snapshot of that database and query the snapshot, but that snapshot was frozen in time &#8211; not terribly useful if we want to shed load from the production server.  I wanted the ability to run read-only queries against the mirror for reporting purposes or for queries that could live with data a few minutes old.  Some companies implemented a series of snapshots for end user access, but this was cumbersome to manage.</p>
<div id="attachment_9170" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://www.flickr.com/photos/mrhsfan/730044578/"><img class="size-full wp-image-9170" title="high-safety-voltage" src="http://d2me0cejidzvf9.cloudfront.net/wp-content/uploads/2010/11/high-safety-voltage.jpg" alt="Definitely Not Using High Safety Mode" width="300" height="463" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Definitely Not Using High Safety Mode</p></div>
<p>Unlike log shipping and replication, mirroring only allowed for two SQL Servers to be involved.  We could either use mirroring for high availability inside the same datacenter, OR use it for disaster recovery with two servers in different datacenters, but not both.  Due to this limitation, a common HA/DR scenario involved using a cluster for the production server (giving local high availability in the event of a server failure) combined with asynchronous mirroring to a remote site.  This worked fairly well.</p>
<p>Fairly.</p>
<p>The next problem: database failovers are database-level events.  DBAs can fail over one database from the principal to the secondary server, but can&#8217;t coordinate the failover of multiple databases simultaneously.  In applications that required more than one database, this made automatic failover a non-option.  We couldn&#8217;t risk letting SQL Server fail over just one database individually without failing over the rest as a group.  Even if we tried to manage this manually, database mirroring sometimes still ran into problems when more than ten databases on the same server were mirrored.</p>
<p>Database mirroring didn&#8217;t protect objects outside of the database, such as SQL logins and agent jobs.  SQL Server 2008 R2 introduced contained databases (DACs), a packaged set of objects that included everything necessary to support a given database application.  I abhor DACs for a multitude of reasons, but if you were able to live with their drawbacks, you could more reliably fail over your entire application from datacenter to datacenter.</p>
<h3>Enter AlwaysOn: New High Availability &amp; Disaster Recovery</h3>
<p><em><strong>It&#8217;s like mirroring, but we get multiple mirrors for many more databases that we can fail over in groups, and we can shed load by querying the mirrors.</strong></em></p>
<p>That might just be my favorite sentence that I&#8217;ve ever typed about a SQL Server feature.</p>
<p>I am the last guy to ever play Microsoft cheerleader &#8211; I routinely bash the bejeezus out of things like the DAC Packs, Access, and Windows Phone 7, so believe me when I say I&#8217;m genuinely excited about what&#8217;s going on here.  I&#8217;m going to solve a lot of customer problems with mirroring 2.0, and it might be the one killer feature that drives Denali adoption.  This is the part where I raise a big, big glass to the SQL Server product team.  While I drink, check out the <a href="http://msdn.microsoft.com/en-us/library/ff877884%28v=SQL.110%29.aspx">Denali HADR BooksOnline pages</a> and read my thoughts about the specifics.</p>
<p>First off, we get up to four replicas &#8211; the artist formerly known as mirrors.</p>
<p>Denali also brings support for mirroring many more databases.  We don&#8217;t have an exact number yet &#8211; we never really got one for 2005 either &#8211; but suffice it to say you can mirror more databases with confidence.</p>
<div id="attachment_9168" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://www.flickr.com/photos/sheeshoo/2968120502/"><img class="size-medium wp-image-9168" title="availability-group" src="http://d2me0cejidzvf9.cloudfront.net/wp-content/uploads/2010/11/availability-group-300x225.jpg" alt="Preparing to Demo Availability Groups" width="300" height="225" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Preparing to Demo Availability Groups</p></div>
<p>DBAs set up availability groups, each of which can have a number of databases.  At failover time, we can fail over the entire availability group, thereby ensuring that multi-database applications are failed over correctly.</p>
<p>Denali&#8217;s HADRON improvements change my stance on virtualization replication.  For the last year, I preferred virtualization replication over database mirroring because it was easier to implement, manage, and fail over.  Virtualization still wins if you want to manage all your application failovers on a single pane of glass &#8211; it&#8217;s easy to manage failovers for SQL Server, Oracle, application servers, file servers, and so on.  However, the secondary servers don&#8217;t help to shed any load &#8211; they&#8217;re only activated in the event of a disaster.</p>
<h3>AlwaysOn Isn&#8217;t Perfect</h3>
<p>I need to be honest here and tell you that Denali threw out the baby with the bathwater.  There&#8217;s going to be a lot of outcry because some of our favorite things about database mirroring, like extremely easy setup, are gone.  Take a deep breath and read through this calmly, because I think if you see the big picture, you&#8217;ll think we&#8217;ve got a much smarter toddler.</p>
<p>AlwaysOn relies on Windows clustering.  I know, I know &#8211; clustering has a bad reputation because for nearly a decade, it was a cringe-inducing installation followed by validation headaches.  Some of my least favorite DBA memories involve misbehaving cluster support calls with finger-pointing between the hardware vendor, SAN vendor, OS vendor, and application vendor.  This is different, though, because clusters no longer require shared storage or identical hardware; we can build a cluster with a Dell server in Miami, an HP server in Houston, and a virtual server in New York City, then mirror between them.  Now is the right time for AlwaysOn to depend on clustering, because the teething problems are over and clustering is ready for its close-up.  (One caveat: clustering requires Windows Server Enterprise Edition, but Microsoft hasn&#8217;t officially announced how licensing will work when Denali comes out.)</p>
<p>When you&#8217;ve got a clustering/mirroring combo with multiple partners involved, you want to know who&#8217;s keeping up and who&#8217;s falling behind.  You&#8217;ll also want to audit the configurations. There&#8217;s an improved Availability Group dashboard in SQL Server Management Studio, but I&#8217;d argue that GUIs aren&#8217;t the answer here.  For once, brace yourself &#8211; I would actually recommend PowerShell.  I&#8217;ve given PowerShell the thumbs-down for years, but now I&#8217;m going to learn it.  It&#8217;ll make HADRON management and auditing easier.</p>
<div id="attachment_9169" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://www.flickr.com/photos/niallkennedy/505198336/"><img class="size-medium wp-image-9169" title="consultants-at-work" src="http://d2me0cejidzvf9.cloudfront.net/wp-content/uploads/2010/11/consultants-at-work-300x199.jpg" alt="Do not try what you're about to see at home. We're what you call consultants." width="300" height="199" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Do not try what you&#39;re about to see at home. We&#39;re what you call consultants.</p></div>
<h3>Summing Up Denali AlwaysOn</h3>
<p>There&#8217;s a lot of challenges here, but as a consultant, I love this feature.  It&#8217;s a feature built into the product that gives me new ways to handle scalability, high availability, and disaster recovery.  There&#8217;s a lot of potential in the box, but the clustering requirements are going to scare off many less-experienced users.  Folks like us (and you, dear reader, are in the &#8220;us&#8221; group) are going to be able to parachute in, implement this without spending much money, and have amazing results.</p>
<p>Over the next few months, I&#8217;ll be taking you along with me as I dig more into this feature.  I plan to implement it in labs at several of my customers right away, and I&#8217;ll keep you posted on what we find.  If it&#8217;s anywhere near as good as it looks, I&#8217;m going to be raising a lot of glasses to Microsoft.</p>
<p>If not, I&#8217;ll be pointing Diet Coke bottles at Building 35 until they fix the bugs, because this feature could <em>rock</em>.</p>
<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
<div class="wp-about-author-containter-top" style="background-color:#FFEAA8;"><div class="wp-about-author-pic"><img alt='' src='http://1.gravatar.com/avatar/77f776c2eaf0cc691e8a0880bb8a191f?s=100&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://www.brentozar.com/archive/author/BrentO/' title='Brent Ozar'>Brent Ozar</a></h3><p>Brent specializes in performance tuning for SQL Server, VMware, and storage.  He's one of the very few Microsoft Certified Masters of SQL Server, a published author, and a Microsoft MVP.  He likes travel, Jeeps, Apple gear, jokes, and writing about himself in the third person.  <a href="http://www.brentozar.com/consultants/brent-ozar/">Read more and contact Brent</a>.</p><p><a href='http://www.brentozar.com' title='Brent Ozar'>Website</a> - <a href='http://twitter.com/brento' title='Brent Ozaron Twitter'>Twitter</a> - <a href='http://www.facebook.com/brentozar' title='Brent Ozar on Facebook'>Facebook</a> - <a href='http://www.brentozar.com/archive/author/BrentO/' title='More posts by Brent Ozar'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2010/11/sql-server-denali-database-mirroring-rocks/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>My Weekly Bookmarks for October 30th</title>
		<link>http://www.brentozar.com/archive/2009/10/my-weekly-bookmarks-for-october-30th/</link>
		<comments>http://www.brentozar.com/archive/2009/10/my-weekly-bookmarks-for-october-30th/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 16:02:38 +0000</pubDate>
		<dc:creator>Brent Ozar</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[dac]]></category>
		<category><![CDATA[drp]]></category>
		<category><![CDATA[funny]]></category>
		<category><![CDATA[gadgets]]></category>
		<category><![CDATA[hiring]]></category>
		<category><![CDATA[Interviewing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[netapp]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[performancetuning]]></category>
		<category><![CDATA[powerpoint]]></category>
		<category><![CDATA[presenting]]></category>
		<category><![CDATA[san]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[sparetime]]></category>
		<category><![CDATA[spotlight]]></category>
		<category><![CDATA[sql2008r2]]></category>
		<category><![CDATA[sqlpass]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[ssms]]></category>
		<category><![CDATA[stackoverflow]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.brentozar.com/?p=5766</guid>
		<description><![CDATA[Here&#8217;s my bookmarked links for October 26th through October 30th: SQL Server Links Windows Azure Platform Launch Update &#8211; The blog notes that &#8220;a number of new features in Windows Azure will be made available for the first time&#8221; &#8211; but it&#8217;s at PDC, not the Professional Association for SQL Server Summit. This should be...<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my bookmarked links for October 26th through October 30th:</p>
<h3>SQL Server Links</h3>
<ul>
<li><a href="http://blogs.msdn.com/ssds/archive/2009/10/29/9914882.aspx">Windows Azure Platform Launch Update</a> &#8211; The blog notes that &#8220;a number of new features in Windows Azure will be made available for the first time&#8221; &#8211; but it&#8217;s at PDC, not the Professional Association for SQL Server Summit.  This should be your clue that cloud-based SQL Server isn&#8217;t targeted at DBAs, folks &#8211; it&#8217;s targeted at developers.</li>
<li><a href="http://blogs.msdn.com/buckwoody/archive/2009/10/29/don-t-be-a-dba-be-a-data-professional.aspx">Don’t be a DBA – Be a Data Professional</a> &#8211; Buck Woody explains that your real job isn&#8217;t tied to the exact version/edition/brand you&#8217;re using &#8211; it&#8217;s tied to the value you provide.</li>
<li><a href="http://www.sqlservercentral.com/blogs/brian_kelley/archive/2009/10/27/sql-university-diving-into-authorization.aspx">SQL University: Diving into Authorization</a> &#8211; Do you understand the differences between GRANT, REVOKE and DENY?  K. Brian Kelley dives in for SQL University.</li>
<li><a href="http://blogs.msdn.com/cindygross/archive/2009/10/16/sql-server-with-netapp-san.aspx">SQL Server with NetApp SAN</a> &#8211; Collection of best practices documents from NetApp.</li>
<li><a href="http://blogs.msdn.com/cindygross/archive/2009/10/23/checklist-for-installing-sql-server-2005-as-a-clustered-instance.aspx">Checklist for installing SQL Server 2005 as a clustered instance</a> &#8211; Your first cluster is painful &#8211; get help from Cindy Gross&#8217;s simplified checklist.</li>
<li><a href="http://blogs.msdn.com/cindygross/archive/2009/10/28/how-people-abuse-their-sql-server-transaction-log-things-not-to-do.aspx">How People Abuse Their SQL Server Transaction Log &#8211; Things NOT to Do</a> &#8211; A laundry list of SQL Server abuses.</li>
<li><a href="http://sqlblog.com/blogs/merrill_aldrich/archive/2009/10/29/using-historical-perf-counters-for-storage-planning.aspx">Merrill Aldrich : Using Historical Perf Counter Data For Storage Planning</a> &#8211; Dives into some of the cool metrics you can get from the Quest Spotlight repositories.</li>
<li><a href="http://www.sqlservercentral.com/blogs/glennberry/archive/2009/10/29/suggested-max-memory-settings-for-sql-server-2005_2F00_2008.aspx">Suggested Max Memory Settings for SQL Server 2005/2008</a> &#8211; I like hard-coding the maximum memory size for SQL Server whenever it&#8217;s not being shared with multiple applications.  Glenn shows you some guidelines for the right numbers.</li>
<li><a href="http://www.sqlservercentral.com/blogs/brian_kelley/archive/2009/10/26/sql-university-authentication-and-authorization.aspx">SQL University: Authentication and Authorization</a> &#8211; K. Brian Kelly talks about his specialty &#8211; making sure your data stays yours.</li>
<li><a href="http://aws.typepad.com/aws/2009/10/amazon-ec2-now-an-even-better-value.html">Amazon EC2 &#8211; Now an Even Better Value</a> &#8211; Amazon&#8217;s prices are lower now for SQL Server in the cloud.</li>
<li><a href="http://feedproxy.google.com/~r/mladenp/~3/KNrW5BvJVJk/SSMS-Tools-Pack-1.7-is-out-New-feature-SQL-Snippets.aspx">SSMS Tools Pack 1.7 is out! New feature: SQL Snippets</a> &#8211; Great free tool.</li>
<li><a href="http://www.sqlservercentral.com/blogs/steve_jones/archive/2009/10/27/deterministic-functions.aspx">Deterministic Functions</a> &#8211; Steve Jones talks about how to determine whether something&#8217;s deterministic &#8211; it affects caching of execution plans, too.</li>
<li><a href="http://blogs.msdn.com/dtjones/archive/2009/10/27/developing-data-tier-applications-using-visual-studio-2010.aspx">Developing Data-tier Applications Using Visual Studio 2010</a> &#8211; Video showing off what&#8217;s coming for DBAs long term.</li>
<li><a href="http://blogs.msdn.com/buckwoody/archive/2009/10/28/templates-for-new-query-window.aspx">Templates for New Query Window</a> &#8211; Buck Woody shows how to force yourself into commenting your code better.</li>
<li><a href="http://www.sharepointmadscientist.com/Lists/Posts/ViewPost.aspx?ID=46">High Availability Improvements in SharePoint 2010</a> &#8211; Woohoo!  It&#8217;ll support SQL Server database mirroring out of the box.</li>
<li><a href="http://aws.typepad.com/aws/2009/10/introducing-rds-the-amazon-relational-database-service-.html">Introducing Amazon RDS &#8211; The Amazon Relational Database Service</a> &#8211; MySQL in the cloud, cheap.</li>
</ul>
<h3>#SQLPASS Links</h3>
<ul>
<li><a href="http://kevinekline.com/2009/10/25/starting-the-travel-tips-meme/">Starting the Travel Tips Meme</a> &#8211; Great tips from Kevin Kline for the upcoming PASS summit.</li>
<li><a href="http://www.sqlservercentral.com/blogs/wisemanorwiseguy/archive/2009/10/29/what-should-pass-strive-to-be_3F00_.aspx">What Should PASS Strive To Be?</a> &#8211; Jack Corbett&#8217;s thoughts on #SQLPASS&#8217;s directions.</li>
<li><a href="http://blogs.msdn.com/jimmymay/archive/2009/10/30/a-rendezvous-with-destiny-pass-2009-sqlpass.aspx">A Rendezvous With Destiny: PASS 2009 (#sqlpass)</a> &#8211; If you&#8217;re going to the PASS Summit, you need to watch Jimmy May speak.</li>
</ul>
<h3>Tech Links</h3>
<ul>
<li><a href="http://feeds.gawker.com/~r/gizmodo/full/~3/72DnyYNZFhM/losing-net-neutrality-the-worst-case-scenario">Losing Net Neutrality: The Worst Case Scenario [Net Neutrality]</a> &#8211; If you don&#8217;t understand the talk around &#8220;net neutrality&#8221;, this post will illustrate how the net will look like if we don&#8217;t have net neutrality.</li>
<li><a href="http://blogs.netapp.com/virtualstorageguy/2009/10/vce-101-thin-provisioning-part-1-the-basics.html">VCE-101 Thin Provisioning Part 1 – The Basics</a> &#8211; Thin provisioning involves creating storage arrays without actually having as much storage as you think.  Doing it right requires some awareness at the OS level.</li>
<li><a href="http://feeds.tuaw.com/click.phdo?i=6c8f0afe7cd6638d515002152a7b7194">ScreenFlow 2.0: top Mac screen recording app gets even better</a> &#8211; This is the tool I use for my podcasts and screencasts.</li>
<li><a href="http://www.engadget.com/2009/10/30/motorola-droid-review/">Motorola DROID review</a> &#8211; Engadget&#8217;s review of the highly awaited Android headset.  Comes out with more cons than I&#8217;d have expected.</li>
<li><a href="http://blog.stackoverflow.com/2009/10/free-public-careers-cvs/">Free Public Careers CVs</a> &#8211; This is going to change the way geeks get hired.</li>
<li><a href="http://feedproxy.google.com/~r/blogspot/MKuf/~3/UujOrHS9hqg/announcing-google-maps-navigation-for.html">Announcing Google Maps Navigation for Android 2.0</a> &#8211; Free turn-by-turn navigation for Android phones.  Interesting because Google is basically competing against the iPhone on price now &#8211; rather than paying for turn-by-turn nav, you can get an Android phone and get that for free.</li>
<li><a href="http://feedproxy.google.com/~r/typepad/sethsmainblog/~3/W4R37RQZr10/the-penalty-for-violating-dunbars-law.html">Dunbar&#8217;s Number isn&#8217;t just a number, it&#8217;s the law</a> &#8211; Humans can&#8217;t handle having more than 150 friends.</li>
<li><a href="http://blogs.netapp.com/virtualstorageguy/2009/10/now-available-the-virtual-storage-console-vsphere-plug-in.html">Now Available: The Virtual Storage Console vSphere Plug-in</a> &#8211; If you manage VMware and you have a NetApp SAN, this lets you get better insight into your virtual server storage from inside VMware tools.</li>
</ul>
<h3>The Junk Drawer</h3>
<ul>
<li><a href="http://www.steverubel.com/charticle-newspaper-circulation-over-the-last">Newspaper circulation chart over the last 20 years</a> &#8211; What a cliff.  Scroll down.</li>
<li><a href="http://feedproxy.google.com/~r/SQLRockstar/~3/VlWsSOwEkrM/">I Got Nowhere To Go</a> &#8211; Tom LaRock questions why people are starting up all kinds of new sites that do the same thing as ones that are already popular &amp; successful.</li>
<li><a href="http://www.crunchgear.com/2009/10/26/best-buy-drops-the-price-on-the-netflix-streaming-blu-ray-playing-insignia-blu-ray-player/">Best Buy drops the price on the Netflix-streaming, Blu-ray playing Insignia Blu-ray player</a> &#8211; $100 for a Blu-ray player is one heck of a breakthrough price.</li>
<li><a href="http://feedproxy.google.com/~r/SQLRockstar/~3/mZyuh36okRY/">Book Review: Twitter Wit</a> &#8211; Tom LaRock reviews a book with tweets.</li>
<li><a href="http://feedproxy.google.com/~r/ProbloggerHelpingBloggersEarnMoney/~3/fZUM-9AHo84/">The Power of Being Personal on Your Blog</a> &#8211; Wanna know why you should be personal?  Ask a blogger who&#8217;s already been wildly successful.</li>
<li><a href="http://friendlyatheist.com/2009/10/21/which-religion-should-i-follow/">Which Religion Should I Follow?</a> &#8211; Flowchart to pick your Jeebus.</li>
<li><a href="http://www.thinkgeek.com/c87a/">Caffeine &amp; Edibles : Baconnaise</a> &#8211; Man, if only there was some way I could get both bacon and mayo on my sandwich faster&#8230;.ah-ha!</li>
</ul>
<p>These bookmarks are automatically imported from <a href="http://delicious.com/brento">my bookmarks at Delicious.com</a>.  If you&#8217;d like to get up-to-the-minute updates on what I&#8217;m bookmarking, you can subscribe to <a href="http://feeds.delicious.com/v2/rss/brento?count=15">my bookmark RSS feed</a>.</p>
<p>...<br /><i>Upcoming free webcasts: <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=663314175">SQL and SSDs: A Valentine's Day Love Story</a> and <a href="https://brentozarevents.webex.com/brentozarevents/onstage/g.php?t=a&d=664876357">Anatomy of the SQL Server Log File</a></i>.</p>
<div class="wp-about-author-containter-top" style="background-color:#FFEAA8;"><div class="wp-about-author-pic"><img alt='' src='http://1.gravatar.com/avatar/77f776c2eaf0cc691e8a0880bb8a191f?s=100&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=R' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://www.brentozar.com/archive/author/BrentO/' title='Brent Ozar'>Brent Ozar</a></h3><p>Brent specializes in performance tuning for SQL Server, VMware, and storage.  He's one of the very few Microsoft Certified Masters of SQL Server, a published author, and a Microsoft MVP.  He likes travel, Jeeps, Apple gear, jokes, and writing about himself in the third person.  <a href="http://www.brentozar.com/consultants/brent-ozar/">Read more and contact Brent</a>.</p><p><a href='http://www.brentozar.com' title='Brent Ozar'>Website</a> - <a href='http://twitter.com/brento' title='Brent Ozaron Twitter'>Twitter</a> - <a href='http://www.facebook.com/brentozar' title='Brent Ozar on Facebook'>Facebook</a> - <a href='http://www.brentozar.com/archive/author/BrentO/' title='More posts by Brent Ozar'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.brentozar.com/archive/2009/10/my-weekly-bookmarks-for-october-30th/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 1142/1179 objects using disk: basic

Served from: www.brentozar.com @ 2012-02-08 17:02:47 -->
