<?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>SQL Server Performance &#187; AlwaysOn</title>
	<atom:link href="http://www.sql-server-performance.com/tag/alwayson/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +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>
		<item>
		<title>Managing and Connecting to AlwaysOn Availability Groups</title>
		<link>http://www.sql-server-performance.com/2013/managing-and-connecting-to-alwayson-availability-groups/</link>
		<comments>http://www.sql-server-performance.com/2013/managing-and-connecting-to-alwayson-availability-groups/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 09:58:47 +0000</pubDate>
		<dc:creator>Arshad Ali</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[AlwaysOn]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2854</guid>
		<description><![CDATA[From the previous AlwaysOn Availability Group article, we provided a name for the availability group listener which is simply a unique DNS name as a Virtual Network Name (VNN) to direct read-write requests to the primary replica and read-only requests to the read-only secondary replica. In this way the client doesn’t need to know which [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/managing-and-connecting-to-alwayson-availability-groups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configuring and Creating An AlwaysOn Availability Group in SQL Server 2012</title>
		<link>http://www.sql-server-performance.com/2013/configuring-creating-alwayson-availability-group-sql-server-2012/</link>
		<comments>http://www.sql-server-performance.com/2013/configuring-creating-alwayson-availability-group-sql-server-2012/#comments</comments>
		<pubDate>Tue, 26 Mar 2013 18:30:08 +0000</pubDate>
		<dc:creator>Arshad Ali</dc:creator>
				<category><![CDATA[Clustering]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[AlwaysOn]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2842</guid>
		<description><![CDATA[In the previous article on AlwaysOn Availability Groups in SQL Server 2012, we looked at The Environmental Setup for An AlwaysOn Availability Group. In this article we turn our attention to the creation and configuration of the Availability Group. There are two primary steps to creating an AlwaysOn availability group which has to be done [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/configuring-creating-alwayson-availability-group-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2012 AlwaysOn Availability Group Environmental Setup</title>
		<link>http://www.sql-server-performance.com/2013/sql-server-alwayson-availability-group-environmental-setup/</link>
		<comments>http://www.sql-server-performance.com/2013/sql-server-alwayson-availability-group-environmental-setup/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 00:12:33 +0000</pubDate>
		<dc:creator>Arshad Ali</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[AlwaysOn]]></category>
		<category><![CDATA[Clustering]]></category>
		<category><![CDATA[high availability]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2833</guid>
		<description><![CDATA[Continuing from AlwaysOn Part 1 the series continues with a step-by-step guide to setting up the environment for an AlwaysOn availability group. In this article we will break down AlwaysOn environment preparation into three steps : Installation of SQL Server 2012 on each node/replica/server. Installation of the failover clustering feature on each node/replica/server. Creation of [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/sql-server-alwayson-availability-group-environmental-setup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using The AlwaysOn Feature of SQL Server 2012</title>
		<link>http://www.sql-server-performance.com/2013/alwayson-clustering-failover/</link>
		<comments>http://www.sql-server-performance.com/2013/alwayson-clustering-failover/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 00:01:47 +0000</pubDate>
		<dc:creator>Arshad Ali</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[AlwaysOn]]></category>
		<category><![CDATA[Clustering]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2822</guid>
		<description><![CDATA[This is the first in a four-part series on the new AlwaysOn feature in SQL Server 2012. In this article, AlwaysOn is introduced and contrasted with previous high-availability solutions in SQL Server. The second part of the series will commence with a detailed walkthrough on preparing the environment for AlwaysOn. Prior to SQL Server 2012, [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/alwayson-clustering-failover/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
