<?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; Understanding Table Hints with Examples</title>
	<atom:link href="http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/</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: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #004 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-379687</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #004 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 24 Nov 2012 01:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-379687</guid>
		<description><![CDATA[[...] Understanding Table Hints with Examples Hints are options and strong suggestions specified for enforcement by the SQL Server query processor on DML statements. The hints override any execution plan the query optimizer might select for a query. The SQL Server Query optimizer is a very smart tool and it makes a better selection of execution plan. Suggesting hints to the Query Optimizer should be attempted when absolutely necessary and by experienced developers who know exactly what they are doing (or in development as a way to experiment and learn). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Understanding Table Hints with Examples Hints are options and strong suggestions specified for enforcement by the SQL Server query processor on DML statements. The hints override any execution plan the query optimizer might select for a query. The SQL Server Query optimizer is a very smart tool and it makes a better selection of execution plan. Suggesting hints to the Query Optimizer should be attempted when absolutely necessary and by experienced developers who know exactly what they are doing (or in development as a way to experiment and learn). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neha</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-338680</link>
		<dc:creator><![CDATA[neha]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 08:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-338680</guid>
		<description><![CDATA[GR8 fan of your&#039;s SIR.
You are supereb]]></description>
		<content:encoded><![CDATA[<p>GR8 fan of your&#8217;s SIR.<br />
You are supereb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-147563</link>
		<dc:creator><![CDATA[SQL SERVER – Database Worst Practices – New Town and New Job and New Disasters Journey to SQLAuthority]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 01:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-147563</guid>
		<description><![CDATA[[...] This hint is used when certain kind of locking mechanism of tables has to be controlled. SQL Server query optimizer always puts the appropriate kind of lock on tables, when any of the Transact SQL operations SELECT, UPDATE, DELETE, INSERT or MERGE is used. There are certain cases when the developer knows when and where to override the default behavior of the locking algorithm, and these hints are useful in those scenarios. (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This hint is used when certain kind of locking mechanism of tables has to be controlled. SQL Server query optimizer always puts the appropriate kind of lock on tables, when any of the Transact SQL operations SELECT, UPDATE, DELETE, INSERT or MERGE is used. There are certain cases when the developer knows when and where to override the default behavior of the locking algorithm, and these hints are useful in those scenarios. (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad Imran</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-136164</link>
		<dc:creator><![CDATA[Muhammad Imran]]></dc:creator>
		<pubDate>Mon, 23 May 2011 07:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-136164</guid>
		<description><![CDATA[I was looking for some easy explanation to hints and found this article very helpful. .... Thanks Pinal

Regards
Muhammad Imran]]></description>
		<content:encoded><![CDATA[<p>I was looking for some easy explanation to hints and found this article very helpful. &#8230;. Thanks Pinal</p>
<p>Regards<br />
Muhammad Imran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj Kumar</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-135181</link>
		<dc:creator><![CDATA[Manoj Kumar]]></dc:creator>
		<pubDate>Thu, 19 May 2011 05:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-135181</guid>
		<description><![CDATA[Very usefull Article in Real Practice..


Thanks
Manoj]]></description>
		<content:encoded><![CDATA[<p>Very usefull Article in Real Practice..</p>
<p>Thanks<br />
Manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh Reddy</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-62431</link>
		<dc:creator><![CDATA[Rajesh Reddy]]></dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-62431</guid>
		<description><![CDATA[Hello Sir,

Above mentioned that &quot;HINT&quot; is used to perform DML Operations in more than one table.

the following sql query generates 7 table names those are having same column name(fieldname).

select name from sys.tables where Object_id in 
(select Object_id from sys.columns where name =&#039;FieldName&#039;)

i want single delete query to delete fieldname column name value in 7 tables using &quot;HINT&quot; (or ) any another way.

and is this way secure or not.]]></description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>Above mentioned that &#8220;HINT&#8221; is used to perform DML Operations in more than one table.</p>
<p>the following sql query generates 7 table names those are having same column name(fieldname).</p>
<p>select name from sys.tables where Object_id in<br />
(select Object_id from sys.columns where name =&#8217;FieldName&#8217;)</p>
<p>i want single delete query to delete fieldname column name value in 7 tables using &#8220;HINT&#8221; (or ) any another way.</p>
<p>and is this way secure or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganapathi</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-58196</link>
		<dc:creator><![CDATA[Ganapathi]]></dc:creator>
		<pubDate>Fri, 04 Dec 2009 13:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-58196</guid>
		<description><![CDATA[Hi,

Very Nice Article. Thanks for keeping us Up-to-date

Thanks,
Ganapathi]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Very Nice Article. Thanks for keeping us Up-to-date</p>
<p>Thanks,<br />
Ganapathi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijayakumar</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-57883</link>
		<dc:creator><![CDATA[vijayakumar]]></dc:creator>
		<pubDate>Wed, 25 Nov 2009 07:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-57883</guid>
		<description><![CDATA[Very Good Explanation................:)]]></description>
		<content:encoded><![CDATA[<p>Very Good Explanation&#8230;&#8230;&#8230;&#8230;&#8230;.:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gangadhar Naidu</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-57766</link>
		<dc:creator><![CDATA[Gangadhar Naidu]]></dc:creator>
		<pubDate>Fri, 20 Nov 2009 09:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-57766</guid>
		<description><![CDATA[Hi Pinal,

You explained very well about hints. But you need to conclude which hint is better.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>You explained very well about hints. But you need to conclude which hint is better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh Wajpe</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-57748</link>
		<dc:creator><![CDATA[Saurabh Wajpe]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 20:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-57748</guid>
		<description><![CDATA[Too good!!
greate article.

will you please add article on &#039;Exception/Error handling in SQL&#039;. coz very less info is available on net for this topic.

It will be helpful for everyone. :)

Thanks in advance. :)

~Saurabh]]></description>
		<content:encoded><![CDATA[<p>Too good!!<br />
greate article.</p>
<p>will you please add article on &#8216;Exception/Error handling in SQL&#8217;. coz very less info is available on net for this topic.</p>
<p>It will be helpful for everyone. :)</p>
<p>Thanks in advance. :)</p>
<p>~Saurabh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhas</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-57725</link>
		<dc:creator><![CDATA[Suhas]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 04:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-57725</guid>
		<description><![CDATA[Great article ……

Different kinds of hints available in SQL Server.

Thanks

SUHAS]]></description>
		<content:encoded><![CDATA[<p>Great article ……</p>
<p>Different kinds of hints available in SQL Server.</p>
<p>Thanks</p>
<p>SUHAS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Sharma</title>
		<link>http://blog.sqlauthority.com/2009/11/19/sql-server-understanding-table-hints-with-examples/#comment-57719</link>
		<dc:creator><![CDATA[Nitin Sharma]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 03:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7113#comment-57719</guid>
		<description><![CDATA[Fundoo article i must say.!]]></description>
		<content:encoded><![CDATA[<p>Fundoo article i must say.!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
