<?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; Deferred Name Resolution</title>
	<atom:link href="http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Irawan Soetomo</title>
		<link>http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/#comment-161744</link>
		<dc:creator><![CDATA[Irawan Soetomo]]></dc:creator>
		<pubDate>Thu, 25 Aug 2011 10:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=685#comment-161744</guid>
		<description><![CDATA[I want to commit suicide. I have a task to change the schema name of a db with over one thousand SPs. This &#039;feature&#039; is killing me. I cannot be confident that my work is actually working. I wish there is a switch to prevent this.]]></description>
		<content:encoded><![CDATA[<p>I want to commit suicide. I have a task to change the schema name of a db with over one thousand SPs. This &#8216;feature&#8217; is killing me. I cannot be confident that my work is actually working. I wish there is a switch to prevent this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/#comment-51479</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Sat, 02 May 2009 04:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=685#comment-51479</guid>
		<description><![CDATA[@Tejinder Arora and @Hardeep Singh,

This applies to both tablename and column name. This is covered under different name resolution. 

I will soon write down new post with explanation for the same.

Kind Regards,
Pinal]]></description>
		<content:encoded><![CDATA[<p>@Tejinder Arora and @Hardeep Singh,</p>
<p>This applies to both tablename and column name. This is covered under different name resolution. </p>
<p>I will soon write down new post with explanation for the same.</p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hardeep Singh</title>
		<link>http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/#comment-40448</link>
		<dc:creator><![CDATA[Hardeep Singh]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=685#comment-40448</guid>
		<description><![CDATA[Hi Pinal,
I appreciate the way you have brought up this issue. But my curiosity still remains about why that happens. The issue is explained well in here but I think somehow the proper reason for this issue is missing. 

I look forward to hear more on this from you. 

Great Job Buddy!! Keep it up!!

Hardeep Singh.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I appreciate the way you have brought up this issue. But my curiosity still remains about why that happens. The issue is explained well in here but I think somehow the proper reason for this issue is missing. </p>
<p>I look forward to hear more on this from you. </p>
<p>Great Job Buddy!! Keep it up!!</p>
<p>Hardeep Singh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejinder Arora</title>
		<link>http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/#comment-40444</link>
		<dc:creator><![CDATA[Tejinder Arora]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=685#comment-40444</guid>
		<description><![CDATA[I couldn&#039;t get it either.Can you please explain it a bit more as if it is due to SQL Deferred Name Resolution it should behave same for both table names and Column names...Appreciate if you could provide some more explanation.
Regards
Tejinder]]></description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get it either.Can you please explain it a bit more as if it is due to SQL Deferred Name Resolution it should behave same for both table names and Column names&#8230;Appreciate if you could provide some more explanation.<br />
Regards<br />
Tejinder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Sebastian</title>
		<link>http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/#comment-40366</link>
		<dc:creator><![CDATA[Jacob Sebastian]]></dc:creator>
		<pubDate>Thu, 17 Jul 2008 07:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=685#comment-40366</guid>
		<description><![CDATA[Great post Pinal.
Erland, SQL Server MVP has prepared a detailed paper which discusses the requirement for an option to strictly validate the TSQL code at compile time. He suggested SET STRICT_CHECK ON/OFF

http://www.sommarskog.se/strict_checks.html

He suggested an option like the &quot;OPTION EXPLICIT&quot; in visual basic. When this is turned on, SQL Server should perform a strict validation.

regards
Jacob]]></description>
		<content:encoded><![CDATA[<p>Great post Pinal.<br />
Erland, SQL Server MVP has prepared a detailed paper which discusses the requirement for an option to strictly validate the TSQL code at compile time. He suggested SET STRICT_CHECK ON/OFF</p>
<p><a href="http://www.sommarskog.se/strict_checks.html" rel="nofollow">http://www.sommarskog.se/strict_checks.html</a></p>
<p>He suggested an option like the &#8220;OPTION EXPLICIT&#8221; in visual basic. When this is turned on, SQL Server should perform a strict validation.</p>
<p>regards<br />
Jacob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Red Bull</title>
		<link>http://blog.sqlauthority.com/2008/07/15/sql-server-deferred-name-resolution/#comment-40272</link>
		<dc:creator><![CDATA[Red Bull]]></dc:creator>
		<pubDate>Tue, 15 Jul 2008 15:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=685#comment-40272</guid>
		<description><![CDATA[I am sorry i did not got it completely. 

If the SQL does  Deferred Name Resolution, then it should do for both table name and for columns name, why is it bias with the Column Name.]]></description>
		<content:encoded><![CDATA[<p>I am sorry i did not got it completely. </p>
<p>If the SQL does  Deferred Name Resolution, then it should do for both table name and for columns name, why is it bias with the Column Name.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
