<?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; Mirko Marovic</title>
	<atom:link href="http://www.sql-server-performance.com/author/mirkomarovic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Mon, 20 May 2013 03:15:15 +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>Handling Cursor-Friendly Problems in T-SQL: Running Totals Example</title>
		<link>http://www.sql-server-performance.com/2006/cursor-friendly-problem/</link>
		<comments>http://www.sql-server-performance.com/2006/cursor-friendly-problem/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 01:12:50 +0000</pubDate>
		<dc:creator>Mirko Marovic</dc:creator>
				<category><![CDATA[Developer]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=531</guid>
		<description><![CDATA[By design, the SQL programming language works with data sets, so it is not surprising that for most problems, row by row processing is not nearly as efficient as data set processing. There is a class of problems, however, that is much easier to solve using cursors. A typical &#8220;cursor friendly&#8221; problem is one where [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/cursor-friendly-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select Based on List of Random Values — Dynamic SQL or CSV Parsing UDF?</title>
		<link>http://www.sql-server-performance.com/2006/list-random-values/</link>
		<comments>http://www.sql-server-performance.com/2006/list-random-values/#comments</comments>
		<pubDate>Wed, 24 May 2006 01:12:50 +0000</pubDate>
		<dc:creator>Mirko Marovic</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=469</guid>
		<description><![CDATA[Two frequently asked related questions in Microsoft SQL Server discussion groups are: How to pass an array to a stored procedure? How to select data based on a list of values? Examples: User wants to search for jobs based on a list of desired locations. User marks e-mails in an inbox for deletion. SQL data [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2006/list-random-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
