<?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; General DBA</title>
	<atom:link href="http://www.sql-server-performance.com/category/articles/dba/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>Migrating SQL Server Databases &#8211; The DBA&#8217;s Checklist (Part 3)</title>
		<link>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part3/</link>
		<comments>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part3/#comments</comments>
		<pubDate>Wed, 22 May 2013 01:12:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Migrating]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1762</guid>
		<description><![CDATA[Continuing from Part 2 of the Database Migration Checklist series: Step 10: Full-text catalogs and full-text indexing This is one area of SQL Server where people do not seem to take notice unless something goes wrong. Full-text functionality is a specialised area in database application development and is not usually implemented in your everyday OLTP [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating SQL Server Databases &#8211; The DBA&#8217;s Checklist (Part 2)</title>
		<link>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part2/</link>
		<comments>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part2/#comments</comments>
		<pubDate>Mon, 20 May 2013 00:12:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1761</guid>
		<description><![CDATA[Continuing from Part 1&#160; , our Migration Checklist continues: Step 5: Update statistics It is always a good idea to update the statistics of the database that you have just installed or migrated. To do this, run the following command against the target database: sp_updatestats The sp_updatestats system stored procedure runs the UPDATE STATISTICS command [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Migrating SQL Server Databases &#8211; The DBA&#8217;s Checklist (Part 1)</title>
		<link>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part1/</link>
		<comments>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part1/#comments</comments>
		<pubDate>Wed, 15 May 2013 01:12:50 +0000</pubDate>
		<dc:creator>Sadequl Hussain</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Migrating]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1760</guid>
		<description><![CDATA[It is a fact of life: SQL Server databases change homes. They move from one instance to another, from one version to the next, from old servers to new ones.&#160; They move around as an organisation’s data grows, applications are enhanced or new versions of the database software are released. If not anything else, servers [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/migrating-databases-checklist-part1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL Server Transactions and Locking –  Part 1</title>
		<link>http://www.sql-server-performance.com/2013/transactions-locking/</link>
		<comments>http://www.sql-server-performance.com/2013/transactions-locking/#comments</comments>
		<pubDate>Wed, 08 May 2013 04:25:48 +0000</pubDate>
		<dc:creator>Basit Farooq</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[locking]]></category>
		<category><![CDATA[transactions]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3636</guid>
		<description><![CDATA[In many situations, data modification requires several steps. For example, you may need to change the values &#8203;&#8203;in two separate tables. You can use transactions to complete these two operations as a unit, or if an error occurs, does not change any of the tables. Another key consideration is that most databases must be compatible [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/transactions-locking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Duplicate Indexes on SQL Server (Script)</title>
		<link>http://www.sql-server-performance.com/2013/find-duplicate-indexes-on-sql-server/</link>
		<comments>http://www.sql-server-performance.com/2013/find-duplicate-indexes-on-sql-server/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 12:17:49 +0000</pubDate>
		<dc:creator>Basit Farooq</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[Performance Tuning]]></category>
		<category><![CDATA[duplicate indexes]]></category>
		<category><![CDATA[index]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3624</guid>
		<description><![CDATA[Like other mainstream commercial database systems, Microsoft SQL Server allows you to create multiple indexes on the same column of a table. This  increases the likelihood of having duplicate indexes in the database because SQL Server does not prevent you from creating duplicate indexes, infect we can create up to 999 duplicate indexes on each [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/find-duplicate-indexes-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Journey from OLTP to OLAP</title>
		<link>http://www.sql-server-performance.com/2013/from-oltp-to-olap/</link>
		<comments>http://www.sql-server-performance.com/2013/from-oltp-to-olap/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 23:56:49 +0000</pubDate>
		<dc:creator>Franco Lopes</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3606</guid>
		<description><![CDATA[Introduction In this first Part  of the series I will discuss the OLTP and OLAP and the transition from OLTP to OLAP in pursuit performance improvements as well as the benefits of the each technology. Note**: This article is intended for the users who are new to the concepts of the data warehousing. What is [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2013/from-oltp-to-olap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>
