<?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>Edwin M SarmientoWhat Technical Experts Are Probably Not Telling You About SQL Server Always On Availability Groups &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/what-technical-experts-are-probably-not-telling-you-about-sql-server-availability-groups/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.edwinmsarmiento.com</link>
	<description>Intentional Excellence</description>
	<lastBuildDate>Mon, 13 Apr 2026 21:00:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">84283043</site>		<item>
		<title>What Technical Experts Are Probably Not Telling You About SQL Server Always On Availability Groups</title>
		<link>https://www.edwinmsarmiento.com/what-technical-experts-are-probably-not-telling-you-about-sql-server-availability-groups/</link>
		<comments>https://www.edwinmsarmiento.com/what-technical-experts-are-probably-not-telling-you-about-sql-server-availability-groups/#respond</comments>
		<pubDate>Thu, 27 Aug 2015 01:16:53 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.edwinmsarmiento.com/?p=2023</guid>

				<description><![CDATA[Whether you need to have a good network connectivity, a tight integration with Active Directory or DNS, a stable Windows Server Failover Cluster, etc. the most common advice that technical experts will give you regarding SQL Server Always On Availability Groups falls into one category: technology. I&#8217;ve just listed a handful of them and there&#8217;s still [&#8230;]]]></description>
					<content:encoded><![CDATA[<img width="760" height="271" src="https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/ShootMessenger-760x271.jpg" class="featured-image wp-post-image" alt="" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/ShootMessenger-760x271.jpg 760w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/ShootMessenger-300x107.jpg 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/ShootMessenger-518x185.jpg 518w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/ShootMessenger-82x29.jpg 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/ShootMessenger-600x214.jpg 600w, https://www.edwinmsarmiento.com/wp-content/uploads/2015/08/ShootMessenger.jpg 857w" sizes="(max-width: 760px) 100vw, 760px" /><p>Whether you need to have a good network connectivity, a tight integration with Active Directory or DNS, a stable Windows Server Failover Cluster, etc. the most common advice that technical experts will give you regarding SQL Server Always On Availability Groups falls into one category: <strong><span style="color: #800000;">technology</span></strong>. I&#8217;ve just listed a handful of them and there&#8217;s still a bunch more. I&#8217;ve been guilty of this myself whenever I get invited to join a technical call to assess a customer environment. I guess it&#8217;s but natural: &#8220;<em>geeks talking geeks.</em>&#8221; Have you ever been invited to a party where everyone is talking about something which you know nothing about? Duh!</p>
<p>When a customer or your manager approaches you and ask about this new SQL Server feature called AlwaysOn (I really don&#8217;t like calling it AlwaysOn but that&#8217;s how I can communicate with them) pay attention to your initial response. I bet you would start talking about the technical details of the feature &#8211; having multiple copies of the database, faster failover, automatic redirection, readable secondaries, etc. There&#8217;s nothing wrong with that. However, when you start off with the technology aspects of a feature, technology will end up dictating the direction of the conversation.</p>
<h2>So, What Should Technical Experts Be Telling Me About SQL Server Always On Availability Groups?</h2>
<p>I&#8217;m glad you asked. The answer to that is simply this:</p>
<p style="text-align: center;"><div style="background-color:#eeeeee;border:1px solid #D6D6D6;font-family:arial,helvetica,sans-serif;font-size:15px;line-height:20px;margin:8px 0 20px;padding:15px 20px;"><span style="color: #800000;"><strong>DESIGN should be driven by requirements, NOT technology</strong></span></div></p>
<p>It&#8217;s interesting how a simple phrase like this changes the tone of the conversation from technology-focused to requirements-focused. I confess that I still struggle with it on a regular basis. But I try my best to refocus the conversation from technology to that of requirements. Here are a couple of questions you might ask during a conversation:</p>
<ul>
<li>Instead of asking, &#8220;Do you prefer a failover clustered instance or an Always On Availability Group,&#8221; try asking, &#8220;<span style="color: #800000;"><em><strong>how much downtime can you afford?</strong></em></span>&#8220;</li>
<li>Instead of asking, &#8220;How many replicas do you need for your Always On Availability Group,&#8221; try asking, &#8220;<span style="color: #800000;"><em><strong>how much data can you afford to lose?</strong></em></span>&#8220;</li>
<li>Instead of asking, &#8220;Do you need 24 x 7 availability,&#8221; try asking, &#8220;<span style="color: #800000;"><em><strong>what was the agreed upon service level?</strong></em></span>&#8220;</li>
</ul>
<p>If you start asking non-technology-related questions, you start to uncover more important aspects of the business that may not have been discovered had we focus on technology. One example I can think of was when one of my previous customers asked about Always On Availability Groups in relation to their SharePoint 2013 environment. While the SharePoint farm is mission-critical, it is only accessed during normal business hours within the North American timezone, roughly between 7AM Eastern time to 7PM Pacific time Monday to Friday. This means that they have a 9-hour maintenance window during the weekdays and more than 48 hours during the weekends. While they started asking about implementing Always On Availability Groups for their SharePoint 2013 farm, I recommended that they simply implement a 2-node failover clustered instance since they already have shared storage anyway. For disaster recovery, they can just use log shipping. This design was enough to meet their business requirement. It even saved them big time on licensing cost because Always On Availability Group is only available in Enterprise Edition. They were able to implement a 2-node SQL Server failover clustered instance using Standard Edition.</p>
<p>But the point simply is, <strong><span style="color: #800000;"><em>let the business requirements dictate the design and implementation of a technology solution and not the other way around</em></span></strong>. As a technical expert, resist the temptation to start and lead the conversation towards the technical aspect. Focus on the business requirement to define the appropriate technology solution.</p>
<p>To help you even further, I&#8217;ve recorded a video that highlights the different acronyms (I also call them the Alphabet Soup) that need to drive your high availability and disaster recovery solutions &#8211; be it implementing a SQL Server Always On Availability Group or any other technology.</p>
<p style="text-align: center;"><iframe title="YouTube video player" width="100%" height="353" src="//www.youtube.com/embed/ubSKk8IUjGM?rel=0" frameborder="0" allowfullscreen></iframe><div style="margin-bottom: 10px; border: 1px #999999 solid; background-color: #eaeaea; padding: 6px 6px 6px 6px;font-family:arial,helvetica,sans-serif;font-size:10px;text-align:center;">If you can&rsquo;t see this video in your RSS reader or email, then <a href="https://www.edwinmsarmiento.com/what-technical-experts-are-probably-not-telling-you-about-sql-server-availability-groups/" title="What Technical Experts Are Probably Not Telling You About SQL Server Always On Availability Groups">click here</a>.</div></p>
<hr />
<h2>Feeling helpless and confused when dealing with Windows Server Failover Clustering  (WSFC) for your SQL Server databases?</h2>
<p>You&#8217;re not alone. I&#8217;ve heard the same thing from thousands of SQL Server administrators throughout my entire career. These are just a few of them.</p>
<p><span style="color: #0000ff;"><em>&#8220;How do I properly size the server, storage, network and all the AD settings which we do not have any control over?&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;I don&#8217;t quite understand how the Windows portion of the cluster operates and interacts with what SQL controls.&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;I&#8217;m unfamiliar with multi-site clustering.&#8221;</em></span></p>
<p><span style="color: #0000ff;">&#8220;<em>Our servers are setup and configured by our parent company, so we don&#8217;t really get much experience with setting up Failover Clusters.</em>&#8220;</span></p>
<p>If you feel the same way, then, this course is for you. It&#8217;s a simple and easy-to-understand way for you to learn and master how Windows Server Failover Clusters can keep your SQL Server databases highly available. Be confident in designing, building and managing SQL Server databases running on Windows Server Failover Clusters.</p>
<p>But don&#8217;t take my word for it. Here&#8217;s what my students have to say about the course.</p>
<p><span style="color: #0000ff;"><em>&#8220;The techniques presented were very valuable, and used them the following week when I was paged on an issue.&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;Thanks again for giving me confidence and teaching all this stuff about failover clusters.&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;I’m so gladdddddd that I took this course!!&#8221;</em></span></p>
<p><span style="color: #0000ff;"><em>&#8220;Now I got better knowledge to setup the Windows FC ENVIRONMENT (DC) for SQL Server FCI and AlwaysON.&#8221;</em></span></p>
<div style="background-color:#eeeeee;border:1px solid #D6D6D6;font-family:arial,helvetica,sans-serif;font-size:15px;line-height:20px;margin:8px 0 20px;padding:15px 20px;"><span style="color: #800000;"><strong>NOTE:</strong></span> Registration for my online course <a href="https://learnsqlserverhadr.com/" target="_blank" rel="noopener"><span style="color: #800000;"><strong>Windows Server Failover Clustering (WSFC) for the Smart SQL Server DBA</strong></span></a> will re-open in <span style="color: #0000ff;"><strong>January 2018</strong></span>. But be sure you do not miss out. This will be the last time that the course will be offered. After this, you will no longer be able to register for the course.</div>
<hr />
<div style="background-color:#eeeeee;border:1px solid #D6D6D6;font-family:arial,helvetica,sans-serif;font-size:15px;line-height:20px;margin:8px 0 20px;padding:15px 20px;"></p>
<p><!-- Begin MailChimp Signup Form --></p>
<style type="text/css">
	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }<br />	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.<br />	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */<br /></style>
<p>&nbsp;</p>
<div id="mc_embed_signup">
<form id="mc-embedded-subscribe-form" class="validate" action="//EdwinMSarmiento.us4.list-manage.com/subscribe/post?u=08cdb91518ee67ce09d618509&amp;id=46cff8469f" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">
<div id="mc_embed_signup_scroll">
<h2>Get notified about the next batch of enrollment so you don&#8217;t miss out.</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span><br />
</label><br />
<input id="mce-EMAIL" class="required email" name="EMAIL" type="email" value="" /></div>
<div class="mc-field-group"><label for="mce-FNAME">First Name </label><br />
<input id="mce-FNAME" class="" name="FNAME" type="text" value="" /></div>
<div id="mce-responses" class="clear"></div>
<p><!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--></p>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input tabindex="-1" name="b_08cdb91518ee67ce09d618509_46cff8469f" type="text" value="" /></div>
<div class="clear"><input id="mc-embedded-subscribe" class="button" name="subscribe" type="submit" value="Keep me updated!" /></div>
</div>
</form>
</div>
<p><script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script><br />
<!--End mc_embed_signup--><br />
</div>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/what-technical-experts-are-probably-not-telling-you-about-sql-server-availability-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">2023</post-id>	</item>
	</channel>
</rss>