<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Explanation SQL SERVER Hash Join</title>
	<atom:link href="http://blog.sqlauthority.com/2007/06/14/sql-server-explanation-sql-server-hash-join/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/06/14/sql-server-explanation-sql-server-hash-join/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: David</title>
		<link>http://blog.sqlauthority.com/2007/06/14/sql-server-explanation-sql-server-hash-join/#comment-166920</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 09 Sep 2011 21:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/14/sql-server-explanation-sql-server-hash-join/#comment-166920</guid>
		<description><![CDATA[Hello Dave,

Hi all,

 I ran a query and it took almost 21 seconds. But I used merge join
and end up 6 seconds. 

Select * 
table a
inner hash join table b on a.id = b.id



By using this merge or hash join cause any overhead work load? I am very new to SQL Server and I am using 2000, 2005 server.

Thank you very much
Dave]]></description>
		<content:encoded><![CDATA[<p>Hello Dave,</p>
<p>Hi all,</p>
<p> I ran a query and it took almost 21 seconds. But I used merge join<br />
and end up 6 seconds. </p>
<p>Select *<br />
table a<br />
inner hash join table b on a.id = b.id</p>
<p>By using this merge or hash join cause any overhead work load? I am very new to SQL Server and I am using 2000, 2005 server.</p>
<p>Thank you very much<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahua</title>
		<link>http://blog.sqlauthority.com/2007/06/14/sql-server-explanation-sql-server-hash-join/#comment-43902</link>
		<dc:creator><![CDATA[Mahua]]></dc:creator>
		<pubDate>Fri, 24 Oct 2008 18:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/06/14/sql-server-explanation-sql-server-hash-join/#comment-43902</guid>
		<description><![CDATA[Thanks for your article, it really helped me]]></description>
		<content:encoded><![CDATA[<p>Thanks for your article, it really helped me</p>
]]></content:encoded>
	</item>
</channel>
</rss>
