<?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; Outer Join in Indexed View &#8211; Question to Readers</title>
	<atom:link href="http://blog.sqlauthority.com/2009/09/25/sql-server-outer-join-in-indexed-view-question-to-readers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/09/25/sql-server-outer-join-in-indexed-view-question-to-readers/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sun, 21 Mar 2010 03:48:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dikshith</title>
		<link>http://blog.sqlauthority.com/2009/09/25/sql-server-outer-join-in-indexed-view-question-to-readers/#comment-59366</link>
		<dc:creator>dikshith</dc:creator>
		<pubDate>Tue, 05 Jan 2010 13:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6910#comment-59366</guid>
		<description>good tutorials....! continue with the blogs so that will be helpful for developers.</description>
		<content:encoded><![CDATA[<p>good tutorials&#8230;.! continue with the blogs so that will be helpful for developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chintak Chhapia</title>
		<link>http://blog.sqlauthority.com/2009/09/25/sql-server-outer-join-in-indexed-view-question-to-readers/#comment-56176</link>
		<dc:creator>Chintak Chhapia</dc:creator>
		<pubDate>Fri, 25 Sep 2009 19:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=6910#comment-56176</guid>
		<description>One the situion is like this.
When we have two tables, one for list of employee and the second one the list of retired employee.

then the rows from following query disppear when we add record in retired table 

select e.id	,e.name 
from dbo.employee e
left join RetiredEmployee j on e.id=j.id
where j.id is null</description>
		<content:encoded><![CDATA[<p>One the situion is like this.<br />
When we have two tables, one for list of employee and the second one the list of retired employee.</p>
<p>then the rows from following query disppear when we add record in retired table </p>
<p>select e.id	,e.name<br />
from dbo.employee e<br />
left join RetiredEmployee j on e.id=j.id<br />
where j.id is null</p>
]]></content:encoded>
	</item>
</channel>
</rss>
