<?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; Challenge &#8211; Puzzle &#8211; Usage of FAST Hint</title>
	<atom:link href="http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 24 May 2013 22:47:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ankit</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-454436</link>
		<dc:creator><![CDATA[Ankit]]></dc:creator>
		<pubDate>Fri, 12 Apr 2013 10:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-454436</guid>
		<description><![CDATA[which query is ruuning faster?
1. Select * from tablename
Or
 Select Column1,Column2,.... from tablename.]]></description>
		<content:encoded><![CDATA[<p>which query is ruuning faster?<br />
1. Select * from tablename<br />
Or<br />
 Select Column1,Column2,&#8230;. from tablename.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #006 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-389244</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #006 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 08 Dec 2012 01:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-389244</guid>
		<description><![CDATA[[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint (Solution)  [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint (Solution)  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-388577</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Fri, 07 Dec 2012 03:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-388577</guid>
		<description><![CDATA[I&#039;ve seen it used in in situations where the query is feeding an SSIS package.  For big record sets this can make a difference because SSIS can start to process the returned records sooner.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen it used in in situations where the query is feeding an SSIS package.  For big record sets this can make a difference because SSIS can start to process the returned records sooner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #005 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-384385</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #005 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 01 Dec 2012 01:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-384385</guid>
		<description><![CDATA[[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Solution – Challenge – Puzzle – Usage of FAST Hint Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-103903</link>
		<dc:creator><![CDATA[SQL SERVER – Solution – Challenge – Puzzle – Usage of FAST Hint Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 01:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-103903</guid>
		<description><![CDATA[[...] The puzzle was posted here:  SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The puzzle was posted here:  SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samira</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-103875</link>
		<dc:creator><![CDATA[samira]]></dc:creator>
		<pubDate>Sun, 05 Dec 2010 19:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-103875</guid>
		<description><![CDATA[I never use this hint
but I think it maybe usefull for some reporters which not showing data until recieve it all.

if programmer can trick the reporter and with this syntax show preview of first page of report, it will be usefull for many situations]]></description>
		<content:encoded><![CDATA[<p>I never use this hint<br />
but I think it maybe usefull for some reporters which not showing data until recieve it all.</p>
<p>if programmer can trick the reporter and with this syntax show preview of first page of report, it will be usefull for many situations</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-103243</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 04:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-103243</guid>
		<description><![CDATA[This is great blog post Sir!

I think you nailed it!]]></description>
		<content:encoded><![CDATA[<p>This is great blog post Sir!</p>
<p>I think you nailed it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; 3 Simple Puzzles &#8211; Need Your Suggestions &#171; Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-103222</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; 3 Simple Puzzles &#8211; Need Your Suggestions &#171; Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Wed, 01 Dec 2010 01:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-103222</guid>
		<description><![CDATA[[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Schulz</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-103154</link>
		<dc:creator><![CDATA[Brad Schulz]]></dc:creator>
		<pubDate>Tue, 30 Nov 2010 18:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-103154</guid>
		<description><![CDATA[Hi Pinal...

I wrote a blog post in August that gave an example of using the FAST hint:

http://bradsruminations.blogspot.com/2010/08/taking-hint.html

The FAST hint won&#039;t help in just scanning one table... but it can help in JOINs.

--Brad]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal&#8230;</p>
<p>I wrote a blog post in August that gave an example of using the FAST hint:</p>
<p><a href="http://bradsruminations.blogspot.com/2010/08/taking-hint.html" rel="nofollow">http://bradsruminations.blogspot.com/2010/08/taking-hint.html</a></p>
<p>The FAST hint won&#8217;t help in just scanning one table&#8230; but it can help in JOINs.</p>
<p>&#8211;Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ewelina</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-102752</link>
		<dc:creator><![CDATA[Ewelina]]></dc:creator>
		<pubDate>Mon, 29 Nov 2010 09:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-102752</guid>
		<description><![CDATA[Hello Pinal,
Thank You for writting this topic! It helped me to figure out how to accelerate my view. It uses couple unions, and one pivot, and the difference is really very important!
I really appreciate Your work. Keep it simple ! :)]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,<br />
Thank You for writting this topic! It helped me to figure out how to accelerate my view. It uses couple unions, and one pivot, and the difference is really very important!<br />
I really appreciate Your work. Keep it simple ! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Challenge – Puzzle – Why does RIGHT JOIN Exists Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-102550</link>
		<dc:creator><![CDATA[SQL SERVER – Challenge – Puzzle – Why does RIGHT JOIN Exists Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sun, 28 Nov 2010 01:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-102550</guid>
		<description><![CDATA[[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Challenge – Puzzle – Usage of FAST Hint [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Challenge – Puzzle – Why does RIGHT JOIN Exists Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-102381</link>
		<dc:creator><![CDATA[SQL SERVER – Challenge – Puzzle – Why does RIGHT JOIN Exists Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sat, 27 Nov 2010 01:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-102381</guid>
		<description><![CDATA[[...] I wrote SQL SERVER – Challenge – Puzzle – Usage of FAST Hint and I did receive some good comments. Here is another question to tease your mind. Run following [...]]]></description>
		<content:encoded><![CDATA[<p>[...] I wrote SQL SERVER – Challenge – Puzzle – Usage of FAST Hint and I did receive some good comments. Here is another question to tease your mind. Run following [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-102328</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Fri, 26 Nov 2010 16:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-102328</guid>
		<description><![CDATA[Thanks for witing on this topic, Looks like these can be used in certain scenarios like DISTINCT, would like to check this out.]]></description>
		<content:encoded><![CDATA[<p>Thanks for witing on this topic, Looks like these can be used in certain scenarios like DISTINCT, would like to check this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aasim abdullah</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-102245</link>
		<dc:creator><![CDATA[aasim abdullah]]></dc:creator>
		<pubDate>Fri, 26 Nov 2010 06:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-102245</guid>
		<description><![CDATA[We have many complex queries, most of them returns DISTINCT rows. These query are slow because of DISTINCT. When ever we need to get some quick results we like to use FAST hint. Which omits sort process for distinct values and returns results quickly.]]></description>
		<content:encoded><![CDATA[<p>We have many complex queries, most of them returns DISTINCT rows. These query are slow because of DISTINCT. When ever we need to get some quick results we like to use FAST hint. Which omits sort process for distinct values and returns results quickly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Nevarez</title>
		<link>http://blog.sqlauthority.com/2010/11/26/sql-server-challenge-puzzle-usage-of-fast-hint/#comment-102224</link>
		<dc:creator><![CDATA[Benjamin Nevarez]]></dc:creator>
		<pubDate>Fri, 26 Nov 2010 01:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10985#comment-102224</guid>
		<description><![CDATA[Something I wrote for Chapter 7 of my book about the Query Optimizer

&quot;This hint can help in applications where you want to retrieve the first records of a query as quickly as possible and perhaps you will not be using the remaining records of the query at all. The price to pay for achieving this goal is that retrieving the remaining records of the query may take longer than a plan without this hint. The Query Optimizer usually accomplishes this goal by avoiding any blocking operators, like sort, hash join or hash aggregation, so the client submitting the query does not have to wait before producing the first records. Since the query is optimized to retrieve the first N records as soon as possible, retrieving all the records of the query may be very expensive.&quot;

Ben]]></description>
		<content:encoded><![CDATA[<p>Something I wrote for Chapter 7 of my book about the Query Optimizer</p>
<p>&#8220;This hint can help in applications where you want to retrieve the first records of a query as quickly as possible and perhaps you will not be using the remaining records of the query at all. The price to pay for achieving this goal is that retrieving the remaining records of the query may take longer than a plan without this hint. The Query Optimizer usually accomplishes this goal by avoiding any blocking operators, like sort, hash join or hash aggregation, so the client submitting the query does not have to wait before producing the first records. Since the query is optimized to retrieve the first N records as soon as possible, retrieving all the records of the query may be very expensive.&#8221;</p>
<p>Ben</p>
]]></content:encoded>
	</item>
</channel>
</rss>
