<?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 SarmientoSQL Server 2012 &#8211; Edwin M Sarmiento</title>
	<atom:link href="https://www.edwinmsarmiento.com/category/sql-server/sql-server-2012/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>Got A &#8220;Validating WSFC quorum vote configuration&#8221; warning when you create a SQL Server Always On Availability Group?</title>
		<link>https://www.edwinmsarmiento.com/got-a-validating-wsfc-quorum-vote-configuration-warning-when-you-create-an-alwayson-availability-group-in-sql-server-2012-error/</link>
		<comments>https://www.edwinmsarmiento.com/got-a-validating-wsfc-quorum-vote-configuration-warning-when-you-create-an-alwayson-availability-group-in-sql-server-2012-error/#respond</comments>
		<pubDate>Sun, 25 Aug 2013 20:39:40 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[AlwaysOn Availability Groups]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[SQL Server Clustering]]></category>
		<category><![CDATA[Availability Groups]]></category>
		<category><![CDATA[SQL Server High Availability and Disaster Recovery]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=816</guid>

				<description><![CDATA[I bet a lot of IT professionals who are really serious about their work are like me. When they see an error or warning message like this, their first instinct is to find out what the problem is and fix it. That&#8217;s what I did when I saw this error while configuring a SQL Server [&#8230;]]]></description>
					<content:encoded><![CDATA[<p><a href="http://bassplayerdoc.files.wordpress.com/2013/08/agquorumwarning.jpg"><img fetchpriority="high" decoding="async" class="size-full wp-image-817 alignnone" alt="AGQuorumWarning" src="http://bassplayerdoc.files.wordpress.com/2013/08/agquorumwarning.jpg" width="529" height="461" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/agquorumwarning.jpg 726w, https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/agquorumwarning-300x262.jpg 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/agquorumwarning-459x400.jpg 459w, https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/agquorumwarning-82x71.jpg 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/agquorumwarning-600x523.jpg 600w" sizes="(max-width: 529px) 100vw, 529px" /></a></p>
<p>I bet a lot of IT professionals who are really serious about their work are like me. When they see an error or warning message like this, their first instinct is to find out what the problem is and fix it. That&#8217;s what I did when I saw this error while configuring a SQL Server 2012 Always On Availability Group. I searched  blog posts, forum posts, mailing lists, KB articles, and everything I can think of. I&#8217;ve seen this error message before and I know exactly what to do. I&#8217;ve done this many times. Except this time, I didn&#8217;t do what I knew I needed to do.</p>
<p>Understanding the underlying architecture design is key to addressing warning and/or error messages like this. <a href="http://support.microsoft.com/kb/2833122" target="_blank">Microsoft KB article 2833122</a> outlines the different causes of this warning message when you are working with SQL Server 2012 Always On Availability Groups. I knew causes #1 and #2 do not apply to me because I&#8217;m already running on Windows Server 2012 with SQL Server 2012 with Service Pack 1. In the past, I had to install the required <a href="http://support.microsoft.com/kb/2494036" target="_blank">hotfix</a> for Windows Server 2008/R2 to get this to work. But check this out. If you look closely at causes #3 and #4, and you understand the underlying architecture design, you might miss out the last phrase (emphasis mine.)</p>
<p><em><strong><span style="color:red;">&#8230;you can safely ignore the warning message.</span></strong></em></p>
<p>That&#8217;s it. No panicking, no pressing of the emergency button, no dialing 911.  Again, the key thing here is &#8220;<strong>understanding the architecture design.</strong>&#8221; In my case, it is a SQL Server failover clustered instance configured with an Always On Availability Group whose standby replica is on a different network subnet. I had to explicitly configure the <a href="http://technet.microsoft.com/en-us/library/hh270281.aspx">node weight</a> of the secondary replica to zero (0) because it is on a different network subnet. I do not want that node to affect the SQL Server failover clustered instance that is running in my primary data center. Ironically, I was the one who designed the architecture but was the very first one who panicked. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>So, the next time you see an error message like this, ask yourself these questions:</p>
<ol>
<li>Do I know what caused it?</li>
<li>Do I understand the underlying architecture design?</li>
<li>Do I need to resolve it?</li>
<li>Did I have enough sleep last night?</li>
</ol>
<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/got-a-validating-wsfc-quorum-vote-configuration-warning-when-you-create-an-alwayson-availability-group-in-sql-server-2012-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">816</post-id>	</item>
		<item>
		<title>Creating a SQL Server 2012 Availability Group Article on CanITPro.net</title>
		<link>https://www.edwinmsarmiento.com/creating-a-sql-server-2012-availability-group-article-on-canitpro-net/</link>
		<comments>https://www.edwinmsarmiento.com/creating-a-sql-server-2012-availability-group-article-on-canitpro-net/#respond</comments>
		<pubDate>Tue, 20 Aug 2013 04:55:18 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[AlwaysOn Availability Groups]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Availability Groups]]></category>
		<category><![CDATA[CANITPro]]></category>
		<category><![CDATA[HA/DR]]></category>
		<category><![CDATA[Step-By-Step: Creating a SQL Server 2012 AlwaysOn Availability Group]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=809</guid>

				<description><![CDATA[I&#8217;ve been wanting to write for the CanITPro.net website for quite sometime now, primarily because there hasn&#8217;t been any new content on SQL Server on the site lately. The Canadian IT Pro and developer communities are very vibrant and active, thanks to the effort of Canadian Microsoft MVPs Jean-René Roy (blog) (DevTeach/SQLTeach) and D&#8217;Arcy Lussier (Twitter &#124; [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>I&#8217;ve been wanting to write for the CanITPro.net website for quite sometime now, primarily because there hasn&#8217;t been any new content on SQL Server on the site lately. The Canadian IT Pro and developer communities are very vibrant and active, thanks to the effort of Canadian Microsoft MVPs Jean-René Roy (<a href="http://www.softdesign.ca/blog/" target="_blank" rel="noopener">blog</a>) (<a href="http://www.devteach.com" target="_blank" rel="noopener">DevTeach/SQLTeach</a>) and D&#8217;Arcy Lussier (<a href="https://twitter.com/Darcy_Lussier" target="_blank" rel="noopener">Twitter</a> | <a href="http://geekswithblogs.net/dlussier/Default.aspx" target="_blank" rel="noopener">blog</a>) (<a href="http://www.prairiedevcon.com/" target="_blank" rel="noopener">PrairieDevCon</a>) and all the other user group leaders who invest their time and energy to make the Canadian IT community better.  However, I still think that the majority of those who work with on-premise SQL Server infrastructure, design and implementation need more content.</p>
<p>Thanks to the guys at CanITPro.net, my article has gone live. Check out the article on <a href="http://blogs.technet.com/b/canitpro/archive/2013/08/20/step-by-step-creating-a-sql-server-2012-alwayson-availability-group.aspx" target="_blank" rel="noopener">Step-By-Step: Creating a SQL Server 2012 AlwaysOn Availability Group</a>.</p>
<p><a href="http://bassplayerdoc.files.wordpress.com/2013/08/0020-sql2012banner-550x0.png"><img decoding="async" class="aligncenter size-full wp-image-811" src="http://bassplayerdoc.files.wordpress.com/2013/08/0020-sql2012banner-550x0.png" alt="SQL Server 2012" width="529" height="218" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/0020-sql2012banner-550x0.png 550w, https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/0020-sql2012banner-550x0-300x124.png 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/0020-sql2012banner-550x0-518x214.png 518w, https://www.edwinmsarmiento.com/wp-content/uploads/2013/08/0020-sql2012banner-550x0-82x34.png 82w" sizes="(max-width: 529px) 100vw, 529px" /></a></p>
<hr />
<h2>Don&#8217;t put your databases at risk when deploying SQL Server Always On Availability Groups</h2>
<p>&nbsp;</p>
<p>Did you know that SQL Server Always On Availability Groups depend so much on Windows Server Failover Clustering (WSFC)?  The availability of the SQL Server databases relies heavily on the WSFC. And if you don&#8217;t know these other external dependencies, you are putting your mission-critical SQL Server databases at risk. Don&#8217;t be caught off guard. I&#8217;ve lost count of the number of times that I have had to bring a SQL Server Always On Availability Group online in an emergency just to explain that it was the WSFC that caused the outage.</p>
<p>I’ve been thinking about those heart-pounding moments when I needed to resolve an outage in the middle of the night involving SQL Server Always On Availability Groups. It doesn’t have to be painful and extremely complex.</p>
<p>If you need help with SQL Server Always On Availability Groups, <a href="https://learnsqlserverhadr.com/call">let&#8217;s talk. Schedule a call with me</a>.</p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/creating-a-sql-server-2012-availability-group-article-on-canitpro-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">809</post-id>	</item>
		<item>
		<title>Deploying a SQL Server 2012 Multi-Subnet Cluster</title>
		<link>https://www.edwinmsarmiento.com/deploying-a-sql-server-2012-multi-subnet-cluster/</link>
		<comments>https://www.edwinmsarmiento.com/deploying-a-sql-server-2012-multi-subnet-cluster/#comments</comments>
		<pubDate>Sun, 22 Jul 2012 01:41:43 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SQL Server Clustering]]></category>
		<category><![CDATA[SQL Server Disaster Recovery]]></category>
		<category><![CDATA[Windows Server 2008 Clustering]]></category>
		<category><![CDATA[geoclustering]]></category>
		<category><![CDATA[multi-subnet clusters]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=647</guid>

				<description><![CDATA[I&#8217;ve been wanting to write a series of articles on deploying a SQL Server 2012 on a multi-subnet cluster for quite some time now. This was driven by the fact that my series of articles on SQL Server 2008 Failover Clustering had been in the Top 10 Tips for more than 2 years since being [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>I&#8217;ve been wanting to write a series of articles on deploying a SQL Server 2012 on a multi-subnet cluster for quite some time now. This was driven by the fact that my series of articles on SQL Server 2008 Failover Clustering had been in the Top 10 Tips for more than 2 years since being published three years ago. I guess more and more systems administrators and SQL Server DBAs are being tasked with deploying failover cluster instances. Ever since I had my hands on the beta version of Denali (codename for SQL Server 2012) last year,  I&#8217;ve been testing some configurations for the multi-subnet clustering feature. I think I&#8217;ve built like 3 test environments prior to Denali going RTM just so I can wrap my head around the concepts (plus the fact that Windows Clustering Experts like Microsoft MVP Allan Hirt (<a href="http://www.sqlha.com/blog/">blog </a>| <a href="http://twitter.com/SQLHA">Twitter</a>) have been gracious enough to answer questions.)  Check out this <a href="http://www.mssqltips.com/sqlservertip/2728/sql-server-2012-multisubnet-cluster/">first </a>of a series of articles on how to deploy a SQL Server 2012 Multi-Subnet Cluster on MSSQLTips.com.</p>
<p>And if you&#8217;re in New York City or the nearby cities and want to see this whole process in action, catch me at <a href="http://www.sqlsaturday.com/viewsession.aspx?sat=158&amp;sessionid=9238">SQL Saturday #158</a> this coming 4-Aug-2012.</p>
<p><img decoding="async" class="aligncenter" title="SQL Saturday #158" alt="" src="http://www.sqlsaturday.com/images/sqlsat158_web.png" width="236" height="115" /></p>
<p><strong>[UPDATE:]</strong> <a href="http://www.mssqltips.com/sqlservertip/2533/installing-sql-server-2012-on-multisubnet-cluster-part-2/" target="_blank">Part 2</a> of the series has been published on 26-July-2012. Stay tuned for the rest of the series.</p>
<p><strong>[UPDATE:]</strong> <a href="http://www.mssqltips.com/sqlservertip/2746/sql-server-2012-multisubnet-cluster-part-3/" target="_blank">Part 3</a> of the series has been published on 13-Aug-2012. Stay tuned for the rest of the series.</p>
<p><strong>[UPDATE:]</strong> <a href="http://www.mssqltips.com/sqlservertip/2762/sql-server-2012-multisubnet-cluster-part-4/" target="_blank">Part 4</a>, the last of the series has been published on 06-Sep-2012.</p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/deploying-a-sql-server-2012-multi-subnet-cluster/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">647</post-id>	</item>
		<item>
		<title>Installing SQL Server 2012 on Windows Server Core</title>
		<link>https://www.edwinmsarmiento.com/installing-sql-server-2012-on-windows-server-core/</link>
		<comments>https://www.edwinmsarmiento.com/installing-sql-server-2012-on-windows-server-core/#respond</comments>
		<pubDate>Sat, 09 Jun 2012 23:52:40 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[Windows Server Core]]></category>
		<category><![CDATA[ms dos commands]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=627</guid>

				<description><![CDATA[I&#8217;ve been waiting for a few of my articles to be published before referencing to them. This particular topic has been the content of my previous presentations &#8211; SQLConnections 2012 and 24 Hours of PASS: Spring 2012 &#8211; and I&#8217;ve received requests for resources. Here they are. This article walks you through configuring Windows Server [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>I&#8217;ve been waiting for a few of my articles to be published before referencing to them. This particular topic has been the content of my previous presentations &#8211; SQLConnections 2012 and 24 Hours of PASS: Spring 2012 &#8211; and I&#8217;ve received requests for resources. Here they are.</p>
<p>This <a href="http://www.mssqltips.com/sqlservertip/2642/installing-sql-server-2012-on-windows-server-core-part-1/" target="_blank">article</a> walks you through configuring Windows Server Core using the traditional MS-DOS commands in preparation to installing SQL Server 2012. This <a href="http://www.mssqltips.com/sqlservertip/2707/installing-sql-server-2012-on-windows-server-core-using-powershell/" target="_blank">article</a>, however, does the same thing using Windows PowerShell. I&#8217;m still awaiting publication of the third part of this series so I can add it to this list.</p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/installing-sql-server-2012-on-windows-server-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">627</post-id>	</item>
		<item>
		<title>Video: TechDays TV Episode on SQL Server 2012 AlwaysOn Availability Groups</title>
		<link>https://www.edwinmsarmiento.com/video-techdays-tv-episode-on-sql-server-2012-alwayson-availability-groups/</link>
		<comments>https://www.edwinmsarmiento.com/video-techdays-tv-episode-on-sql-server-2012-alwayson-availability-groups/#respond</comments>
		<pubDate>Thu, 29 Mar 2012 03:10:13 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[High Availability]]></category>
		<category><![CDATA[SQL Server "Denali"]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=618</guid>

				<description><![CDATA[This is a recording of the Microsoft Canada TechDays TV episode I did on 20-Mar-2012. The video walks you thru converting your database mirroring and log shipping configurations to SQL Server 2012 AlwaysOn Availability groups, providing database availability and maximizing your investments by allowing read-only access to database replicas. You can download the resources – [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>This is a recording of the <a href="http://techdays.ca/en/techdays-tv.aspx" target="_blank">Microsoft Canada TechDays TV</a> episode I did on 20-Mar-2012. The video walks you thru converting your database mirroring and log shipping configurations to SQL Server 2012 AlwaysOn Availability groups, providing database availability and maximizing your investments by allowing read-only access to database replicas.</p>
<iframe title="YouTube video player" width="100%" height="353" src="//www.youtube.com/embed/A8lSl8nO1r4?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/video-techdays-tv-episode-on-sql-server-2012-alwayson-availability-groups/" title="Video: TechDays TV Episode on SQL Server 2012 AlwaysOn Availability Groups">click here</a>.</div>
<p>You can download the resources – slide deck, Windows-based client application together with the Visual Studio 2010 project files<strong>, </strong>batch files to simulate workload and T-SQL scripts – <a href="http://bassplayerdoc.files.wordpress.com/2011/12/alwayson-webcast.pdf">here</a> (you need to change the file extension from PDF to ZIP and extract the contents).</p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/video-techdays-tv-episode-on-sql-server-2012-alwayson-availability-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">618</post-id>	</item>
		<item>
		<title>Video: TechDays Canada 2011 Recording on Upgrading to SQL Server 2012</title>
		<link>https://www.edwinmsarmiento.com/video-techdays-canada-2011-recording-on-upgrading-to-sql-server-2012/</link>
		<comments>https://www.edwinmsarmiento.com/video-techdays-canada-2011-recording-on-upgrading-to-sql-server-2012/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 23:38:20 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server "Denali"]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=614</guid>

				<description><![CDATA[I just found out that my TechDays Canada 2011 presentation recording has been published by my friends from the Microsoft Canada DPE team. Here&#8217;s a peek at what you need to consider when upgrading to SQL Server 2012. Resources for this recording are available on my Resources page. NOTE: If you&#8217;ve seen me deliver a presentation [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>I just found out that my TechDays Canada 2011 presentation recording has been published by my friends from the Microsoft Canada DPE team. Here&#8217;s a <a href="http://shar.es/pJgQZ">peek</a> at what you need to consider when upgrading to SQL Server 2012. Resources for this recording are available on my <a href="http://bassplayerdoc.wordpress.com/resources/">Resources page</a>.</p>
<p><strong>NOTE:</strong> If you&#8217;ve seen me deliver a presentation before, you know that the slides I used for the presentation were meant to be handouts. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/video-techdays-canada-2011-recording-on-upgrading-to-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">614</post-id>	</item>
		<item>
		<title></title>
		<link>https://www.edwinmsarmiento.com/602/</link>
		<comments>https://www.edwinmsarmiento.com/602/#respond</comments>
		<pubDate>Mon, 12 Mar 2012 14:37:19 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[24 Hours of PASS]]></category>
		<category><![CDATA[SQL PASS]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[SQL Server learning]]></category>
		<category><![CDATA[SQLPASS]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=602</guid>

				<description><![CDATA[Indulge in free online SQL Server training on March 21, 2012 beginning at 00:00 GMT (that’s a March 20 evening start for the Americas). As this is an online event, act fast and register as soon as you can because seats are limited. Check out the 24 Hours of PASS website for more details. I will be delivering [&#8230;]]]></description>
					<content:encoded><![CDATA[<p><a href="https://bassplayerdoc.files.wordpress.com/2012/03/24hop_speakerbanner_spring2012.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-603 aligncenter" title="24HOP_Speaker+Banner_Spring+2012" src="https://bassplayerdoc.files.wordpress.com/2012/03/24hop_speakerbanner_spring2012.jpg" alt="" width="246" height="96" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/24hop_speakerbanner_spring2012.jpg 246w, https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/24hop_speakerbanner_spring2012-82x32.jpg 82w" sizes="(max-width: 246px) 100vw, 246px" /></a>Indulge in free online SQL Server training on March 21, 2012 beginning at <a href="http://www.sqlpass.org/24hours/spring2012/TimeZones.aspx">00:00 GMT</a> (that’s a March 20 evening start for the Americas). As this is an online event, act fast and register as soon as you can because seats are limited. Check out the <a href="http://www.sqlpass.org/24hours/spring2012/default.aspx" target="_blank">24 Hours of PASS website</a> for more details. I will be delivering a session on <a href="http://www.sqlpass.org/24hours/spring2012/SessionsbySchedule/SessionDetails.aspx?sid=2529" target="_blank">SQL Server 2012 on Windows Server Core</a> on the 12 NN (Eastern). Watch out for more information on Twitter using the #24HOP hashtag.</p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/602/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">602</post-id>	</item>
		<item>
		<title>SQL Server 2012 Launch Event: Virtual or Real?</title>
		<link>https://www.edwinmsarmiento.com/sql-server-2012-launch-event-virtual-or-real/</link>
		<comments>https://www.edwinmsarmiento.com/sql-server-2012-launch-event-virtual-or-real/#respond</comments>
		<pubDate>Wed, 07 Mar 2012 17:44:50 +0000</pubDate>
		<dc:creator>Edwin M Sarmiento</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<guid isPermaLink="false">http://bassplayerdoc.wordpress.com/?p=596</guid>

				<description><![CDATA[Apparently, it&#8217;s real (the event is still virtual, though.) I tried to avoid answering this question from people asking about the release date for SQL Server 2012. That&#8217;s because the SQL Server 2012 Virtual Launch Event has been announced way back in January 2012. I was in Redmond, WA when the schedule was publicly announced [&#8230;]]]></description>
					<content:encoded><![CDATA[<p>Apparently, it&#8217;s real (the event is still virtual, though.)</p>
<p>I tried to avoid answering this question from people asking about the release date for SQL Server 2012. That&#8217;s because the <a href="http://www.sqlserverlaunch.com?WT.mc_id=otc-n-ca-loc--40210" target="_blank">SQL Server 2012 Virtual Launch Event</a> has been announced way back in January 2012. I was in Redmond, WA when the schedule was publicly announced and had conversations with the marketing team about the virtual launch event. My common response to people asking was, &#8220;<em>Remember the SQL Server 2008 launch? While there was a launch event in March 2008 together with Windows Server 2008 and Visual Studio 2008, SQL Server 2008 didn&#8217;t hit the RTM status until 6-Aug-2008. It&#8217;ll be the same with SQL Server 2012.</em>&#8221; It has been my response &#8211; until last week.</p>
<p>However, this is what you&#8217;ll see when you log in to the <a href="http://www.sqlserverlaunch.com/?WT.mc_id=otc-n-ca-loc--40210" target="_blank">SQL Server 2012 Virtual Launch Event</a> page</p>
<p><a href="http://bassplayerdoc.files.wordpress.com/2012/03/sql2012rtm.jpg"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-597" title="SQL2012RTM" src="http://bassplayerdoc.files.wordpress.com/2012/03/sql2012rtm.jpg" alt="" width="529" height="280" srcset="https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/sql2012rtm.jpg 765w, https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/sql2012rtm-300x159.jpg 300w, https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/sql2012rtm-760x402.jpg 760w, https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/sql2012rtm-518x274.jpg 518w, https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/sql2012rtm-82x43.jpg 82w, https://www.edwinmsarmiento.com/wp-content/uploads/2012/03/sql2012rtm-600x318.jpg 600w" sizes="(max-width: 529px) 100vw, 529px" /></a></p>
<p>Woohoo! SQL Server 2012 has officially reached the RTM status! This is a great opportunity for you to <a href="http://www.microsoft.com/download/en/details.aspx?id=29066" target="_blank">download </a>the bits and start playing around with production-ready code. Now, I have to re-create my test environment for SQL Server 2012 AlwaysOn using the RTM bits.</p>
<p>Wherever you are, join the SQL Server community on this online event. Watch Keynote Sessions, Sessions by Track or hang out &#8211; virtually &#8211; with the different SQL Server experts in the community. <a href="http://www.sqlserverlaunch.com/?WT.mc_id=otc-n-ca-loc--40210" target="_blank">Register or Log In</a> to the virtual event site and join in the fun.</p>
]]></content:encoded>
			

		<wfw:commentRss>https://www.edwinmsarmiento.com/sql-server-2012-launch-event-virtual-or-real/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
				<post-id xmlns="com-wordpress:feed-additions:1">596</post-id>	</item>
	</channel>
</rss>