<?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 Planet &#187; LEFT JOIN</title>
	<atom:link href="http://sqlserverplanet.com/tag/left-join/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Join Types</title>
		<link>http://sqlserverplanet.com/tsql/join-types</link>
		<comments>http://sqlserverplanet.com/tsql/join-types#comments</comments>
		<pubDate>Sun, 21 Jun 2009 17:39:30 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[TSQL]]></category>
		<category><![CDATA[CROSS JOIN]]></category>
		<category><![CDATA[FULL JOIN]]></category>
		<category><![CDATA[LEFT JOIN]]></category>
		<category><![CDATA[RIGHT JOIN]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=364</guid>
		<description><![CDATA[Describes the different kinds of joins used in SQL Server.]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/tsql/join-types/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GROUP BY with LEFT JOIN</title>
		<link>http://sqlserverplanet.com/tsql/group-by-with-left-join</link>
		<comments>http://sqlserverplanet.com/tsql/group-by-with-left-join#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:37:10 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[TSQL]]></category>
		<category><![CDATA[LEFT JOIN]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=287</guid>
		<description><![CDATA[Simple GROUP BY with LEFT JOIN example: SELECT el.LogPortalName ,con.LogTypeFriendlyName ,COUNT(1) FROM dbo.EventLog el LEFT JOIN dbo.EventLogTypes con ON con.LogTypeKey = el.LogTypeKey GROUP BY el.LogPortalName, con.LogTypeFriendlyName Related Posts:»View Active Connections»Find Resource Usage by Application»Find Duplicate Fields in a Table»CROSS APPLY Explained»Find Best Clustered Index»Join Types»Using Coalesce»Generating a Dynamic Date Table to Find Missing Dates»A Better [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/tsql/group-by-with-left-join/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

