<?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: SQLAuthority News &#8211; Happy New Year &#8211; 5 SQL New Year Resolutions</title>
	<atom:link href="http://blog.sqlauthority.com/2009/01/01/sqlauthority-news-happy-new-year-5-sql-new-year-resolutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/01/01/sqlauthority-news-happy-new-year-5-sql-new-year-resolutions/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: O</title>
		<link>http://blog.sqlauthority.com/2009/01/01/sqlauthority-news-happy-new-year-5-sql-new-year-resolutions/#comment-47535</link>
		<dc:creator><![CDATA[O]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 19:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1912#comment-47535</guid>
		<description><![CDATA[What is this better

Use JOIN syntax instead of using comma separate tables in FROM clause.
Correct Syntax : 
SELECT *
FROM TableName T
INNER JOIN TableName2 T2 ON T.Col = T2.Col
Incorrect Syntax : SELECT * FROM TableName T, TableName2 T2 WHERE T.Col = T2.Col]]></description>
		<content:encoded><![CDATA[<p>What is this better</p>
<p>Use JOIN syntax instead of using comma separate tables in FROM clause.<br />
Correct Syntax :<br />
SELECT *<br />
FROM TableName T<br />
INNER JOIN TableName2 T2 ON T.Col = T2.Col<br />
Incorrect Syntax : SELECT * FROM TableName T, TableName2 T2 WHERE T.Col = T2.Col</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Top Five Articles of Year 2008 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/01/01/sqlauthority-news-happy-new-year-5-sql-new-year-resolutions/#comment-45548</link>
		<dc:creator><![CDATA[SQL SERVER - Top Five Articles of Year 2008 Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Mon, 12 Jan 2009 11:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1912#comment-45548</guid>
		<description><![CDATA[[...] 11, 2009 by pinaldave    Year 2008 was great year for me. I got plenty of request from readers asking for Top 10 or Top 5 articles of the year 2008. I am [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 11, 2009 by pinaldave    Year 2008 was great year for me. I got plenty of request from readers asking for Top 10 or Top 5 articles of the year 2008. I am [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelley</title>
		<link>http://blog.sqlauthority.com/2009/01/01/sqlauthority-news-happy-new-year-5-sql-new-year-resolutions/#comment-45433</link>
		<dc:creator><![CDATA[kelley]]></dc:creator>
		<pubDate>Wed, 07 Jan 2009 14:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1912#comment-45433</guid>
		<description><![CDATA[#4 - Make sure views are not used much and table is directly used in queries.

We are currently going through a process of using views.  This resolution leads me to believe that this is not a sound decision.

Can you elaborate on this point please?
Thanks,
Kelley]]></description>
		<content:encoded><![CDATA[<p>#4 &#8211; Make sure views are not used much and table is directly used in queries.</p>
<p>We are currently going through a process of using views.  This resolution leads me to believe that this is not a sound decision.</p>
<p>Can you elaborate on this point please?<br />
Thanks,<br />
Kelley</p>
]]></content:encoded>
	</item>
</channel>
</rss>
