<?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; David VanDeSompele</title>
	<atom:link href="http://www.sql-server-performance.com/author/davidvandesompele/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>How to Perform SQL Server Row-by-Row Operations Without Cursors</title>
		<link>http://www.sql-server-performance.com/2004/operations-no-cursors/</link>
		<comments>http://www.sql-server-performance.com/2004/operations-no-cursors/#comments</comments>
		<pubDate>Wed, 17 Nov 2004 01:12:50 +0000</pubDate>
		<dc:creator>David VanDeSompele</dc:creator>
				<category><![CDATA[Performance Tuning]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=375</guid>
		<description><![CDATA[SQL cursors have been a curse to database programming for many years because of their poor performance. On the other hand, they are extremely useful because of their flexibility in allowing very detailed data manipulations at the row level.&#160;Using cursors against SQL Server tables can often be avoided by employing other methods, such as using [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/operations-no-cursors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Delete SQL Server Database Duplicate Rows from a Table Using a Specified Column List and No Temp Tables</title>
		<link>http://www.sql-server-performance.com/2004/dv-delete-duplicates/</link>
		<comments>http://www.sql-server-performance.com/2004/dv-delete-duplicates/#comments</comments>
		<pubDate>Tue, 06 Jul 2004 01:12:50 +0000</pubDate>
		<dc:creator>David VanDeSompele</dc:creator>
				<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=934</guid>
		<description><![CDATA[As much as we try and prevent it, duplicate data still finds its way into corporate data systems, but the good news is that purging duplicate rows can be a relatively simple task. Prevention, through the use of good match code algorithms and constraints, will stop most duplicate data from entering your databases, but there [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2004/dv-delete-duplicates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
