<?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; Basit Farooq</title>
	<atom:link href="http://www.sql-server-performance.com/author/basitfarooq/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>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>Capture SQL Server Deadlocks using Extended Events</title>
		<link>http://www.sql-server-performance.com/2012/capture-sql-server-deadlocks-extended-events/</link>
		<comments>http://www.sql-server-performance.com/2012/capture-sql-server-deadlocks-extended-events/#comments</comments>
		<pubDate>Mon, 03 Sep 2012 13:13:58 +0000</pubDate>
		<dc:creator>Basit Farooq</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[deadlock]]></category>
		<category><![CDATA[Extended Events]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3218</guid>
		<description><![CDATA[Deadlocks in SQL Server usually occur when users try to place exclusive locks on each other&#8217;s objects. For example, a database user Bob first acquires an exclusive lock on Sales table and then attempts to place an exclusive lock on Orders table. Another database user Joe already has an exclusive lock on Orders table, and [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/capture-sql-server-deadlocks-extended-events/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips For Minimizing Deadlocks in SQL Server</title>
		<link>http://www.sql-server-performance.com/2012/tips-avoiding-deadlocks-sql-server/</link>
		<comments>http://www.sql-server-performance.com/2012/tips-avoiding-deadlocks-sql-server/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 10:47:21 +0000</pubDate>
		<dc:creator>Basit Farooq</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[General DBA]]></category>
		<category><![CDATA[deadlock]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=3207</guid>
		<description><![CDATA[A deadlock or fatal embrace is a situation which occurs when the a process is waiting for the resource that is locked by a second process and that second process is waiting for a resource that is locked by the first process. In this article, we will learn about ways to minimise deadlocks. Tips for [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/tips-avoiding-deadlocks-sql-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
