<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: What does JOIN_BY_SQL do?</title>
	<atom:link href="http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/</link>
	<description>...you are in a twisty maze of passageways, all different...</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:14:28 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-784</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-784</guid>
		<description>I can only speculate as I don&#039;t know for sure.

Typically when Business Objects introduces a new parameter they leave it off unless it&#039;s adressing a specific bug. The reason for that would be they have no idea how it&#039;s going to impact all of the client universes on multiple different platforms. It is also possible for this parameter to have a negative impact on performance.

The primary advantage of this feature was posted in comment #10 earlier.</description>
		<content:encoded><![CDATA[<p>I can only speculate as I don&#8217;t know for sure.</p>
<p>Typically when Business Objects introduces a new parameter they leave it off unless it&#8217;s adressing a specific bug. The reason for that would be they have no idea how it&#8217;s going to impact all of the client universes on multiple different platforms. It is also possible for this parameter to have a negative impact on performance.</p>
<p>The primary advantage of this feature was posted in comment #10 earlier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh_K</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-780</link>
		<dc:creator>Rakesh_K</dc:creator>
		<pubDate>Mon, 21 Sep 2009 11:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-780</guid>
		<description>Hi Dave,

Can you put some light on disadvantage of this parameter. Why by default it&#039;s not been set by BusinessObjects itself.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Can you put some light on disadvantage of this parameter. Why by default it&#8217;s not been set by BusinessObjects itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-710</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Tue, 25 Aug 2009 17:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-710</guid>
		<description>Thankyou Andreas.

Thankyou Dave.</description>
		<content:encoded><![CDATA[<p>Thankyou Andreas.</p>
<p>Thankyou Dave.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-708</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 25 Aug 2009 14:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-708</guid>
		<description>JOIN_BY_SQL &lt;strong&gt;can&lt;/strong&gt; have a performance impact but the primary function is to provide multi-pass SQL capabilities to tools (like Crystal) that don&#039;t otherwise support it.</description>
		<content:encoded><![CDATA[<p>JOIN_BY_SQL <strong>can</strong> have a performance impact but the primary function is to provide multi-pass SQL capabilities to tools (like Crystal) that don&#8217;t otherwise support it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-701</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 25 Aug 2009 09:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-701</guid>
		<description>@Siva:
It will create just ONE microbe at the report level, thereby increasing performance.
And would do you mean exactly by: &quot;not giving the right result&quot;, please?</description>
		<content:encoded><![CDATA[<p>@Siva:<br />
It will create just ONE microbe at the report level, thereby increasing performance.<br />
And would do you mean exactly by: &#8220;not giving the right result&#8221;, please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-699</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Tue, 25 Aug 2009 05:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-699</guid>
		<description>Hi Dave,

After reading your blog i know that JOIN_BY_SQL is different from Synchronize.....in term of performance(for large amount of data) as it occurs at database level. 

But what are the other benefits from it? 
Could you plase give another small example on what kind of problems it can resolve(Consider a real time DW scenario)? What is the best substitute for this if this is not giving the desired result?

Thanks a ton.

Regards,
Shiva</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>After reading your blog i know that JOIN_BY_SQL is different from Synchronize&#8230;..in term of performance(for large amount of data) as it occurs at database level. </p>
<p>But what are the other benefits from it?<br />
Could you plase give another small example on what kind of problems it can resolve(Consider a real time DW scenario)? What is the best substitute for this if this is not giving the desired result?</p>
<p>Thanks a ton.</p>
<p>Regards,<br />
Shiva</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-665</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-665</guid>
		<description>Ganesh, thanks for your comment. As I am sure you realize, if you do a left join you&#039;re not getting the same results. In my opinion, full outer join is the proper syntax to use for this feature. It is designed to replace the data provider synchronization; if you need some other result then you probably need to investigate views or derived tables or some changes to your ETL.</description>
		<content:encoded><![CDATA[<p>Ganesh, thanks for your comment. As I am sure you realize, if you do a left join you&#8217;re not getting the same results. In my opinion, full outer join is the proper syntax to use for this feature. It is designed to replace the data provider synchronization; if you need some other result then you probably need to investigate views or derived tables or some changes to your ETL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-660</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-660</guid>
		<description>Hi Dave,

Thanks for this useful information. It&#039;s really very useful. But just want to know if there is any way to use LEFT OUTER JOIN or RIGHT OUTER JOIN instead of FULL OUTERJOIN in this case. We have some performance issues with FULL OUTER JOIN. If I modify the same query to use LEFT OUTERJOIN it just takes 2 minutes whereas the FULL OUTERJOIN query takes around 20 min...

Please share your inputs or any alternatives available.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Thanks for this useful information. It&#8217;s really very useful. But just want to know if there is any way to use LEFT OUTER JOIN or RIGHT OUTER JOIN instead of FULL OUTERJOIN in this case. We have some performance issues with FULL OUTER JOIN. If I modify the same query to use LEFT OUTERJOIN it just takes 2 minutes whereas the FULL OUTERJOIN query takes around 20 min&#8230;</p>
<p>Please share your inputs or any alternatives available.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-628</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-628</guid>
		<description>The standard is to do a FULL OUTER JOIN in order to replicate what Web Intelligence does. In all the times I have used this, I have wanted a full outer join. :) I can&#039;t think of any reasons off the top of my head to want to change this.</description>
		<content:encoded><![CDATA[<p>The standard is to do a FULL OUTER JOIN in order to replicate what Web Intelligence does. In all the times I have used this, I have wanted a full outer join. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I can&#8217;t think of any reasons off the top of my head to want to change this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Udi</title>
		<link>http://www.dagira.com/2009/07/14/what-does-join_by_sql-do/comment-page-1/#comment-627</link>
		<dc:creator>Udi</dc:creator>
		<pubDate>Thu, 23 Jul 2009 12:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=57#comment-627</guid>
		<description>Hi, and thanks for your posts, Dave.
A question I have - the combination between the queries is with FULL OUTER JOIN.
Can that behavior be changed to combine the queries with INNER JOIN ?
This cause us lots of troubles...

Thanks !</description>
		<content:encoded><![CDATA[<p>Hi, and thanks for your posts, Dave.<br />
A question I have &#8211; the combination between the queries is with FULL OUTER JOIN.<br />
Can that behavior be changed to combine the queries with INNER JOIN ?<br />
This cause us lots of troubles&#8230;</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
