Sign In
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
September 2006
(2)
August 2006
(2)
July 2006
(3)
June 2006
(1)
May 2006
(2)
April 2006
(6)
March 2006
(8)
May, 2006
MSDN Blogs
>
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
>
May, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
Row Goals revisited - FAST hint guidance
Posted
over 6 years ago
by
QueryOptTeam
1
Comments
A question came in about when to use the FAST hint. If you remember from the row goals post ( http://blogs.msdn.com/controlpanel/blogs/posteditor.aspx?SelectedNavItem=Posts§ionid=6255&postid=564912 ), it is possible to get a different plan...
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
Ordering Guarantees in SQL Server 2005
Posted
over 6 years ago
by
QueryOptTeam
2
Comments
SQL is a declarative language that returns multi-sets (sets allowing duplicates) of rows. The operations exposed in SQL, such as join, filter, group by, and project, do not inherently have any ordering guarantees. ANSI SQL does expose an ORDER BY clause...
Page 1 of 1 (2 items)