<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Improving 2D Range Query Performance in SQL Server</title>
	<atom:link href="http://www.sql-server-performance.com/2010/2d-range-query/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2010/2d-range-query/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Denis</title>
		<link>http://www.sql-server-performance.com/2010/2d-range-query/#comment-1271</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Fri, 27 Jan 2012 09:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1913#comment-1271</guid>
		<description><![CDATA[&quot;Some&quot; hints to Script in the &quot;Test Data and Procedure&quot;:
1. UniqueIdentifer
schould be UniqueIdentifier
2. INSERT Events SELECT @DtStart,DATEADD(n,@offset_end,@DtStart),NEWID()
schould be
INSERT Events SELECT NEWID(),@DtStart,DATEADD(n,@offset_end,@DtStart)
3. &quot;Some&quot; lack of spaces NOTNULLDEFAULTNEWID - looks like german numbers sechshundertsechsundsechzig :)
4. @dt is not declared
Was this inaccuracy well-planned to identify the feedback? bazinga :)]]></description>
		<content:encoded><![CDATA[<p>&#8220;Some&#8221; hints to Script in the &#8220;Test Data and Procedure&#8221;:<br />
1. UniqueIdentifer </p>
<p>schould be UniqueIdentifier</p>
<p>2. INSERT Events SELECT @DtStart,DATEADD(n,@offset_end,@DtStart),NEWID()</p>
<p>schould be<br />
INSERT Events SELECT NEWID(),@DtStart,DATEADD(n,@offset_end,@DtStart)</p>
<p>3. &#8220;Some&#8221; lack of spaces NOTNULLDEFAULTNEWID &#8211; looks like german numbers sechshundertsechsundsechzig <img src='http://www.sql-server-performance.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>4. @dt is not declared</p>
<p>Was this inaccuracy well-planned to identify the feedback? bazinga <img src='http://www.sql-server-performance.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
