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
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)
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
Why should I create an index?
Posted
over 7 years ago
by
QueryOptTeam
5
Comments
There are many cases where the database administrator does not control the queries being submitted of the system. As a result, the physical database design is often not tuned as well as it could be. In a number of actual customer cases where we investigated...
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
Optimizing Distributed Queries
Posted
over 7 years ago
by
QueryOptTeam
6
Comments
I saw a post in one of the newsgroups today that referenced a piece of information Microsoft published on how the Optimizer makes decisions about remoting certain operations. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/optimsql...
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
Indexed Views in SQL Server 2005
Posted
over 7 years ago
by
QueryOptTeam
4
Comments
I'd like to point you to a white paper that Eric, one of our program managers, did on Indexed Views in SQL 2005. This logic mostly applies to the Enterprise Edition of our product. http://www.microsoft.com/technet/prodtechnol/sql/2005/impprfiv.mspx...
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
Sorted Seeks
Posted
over 7 years ago
by
QueryOptTeam
2
Comments
The Optimizer model makes several assumptions when making plan choice decisions. These decisions can be false for particular queries and data sets, and sometimes this can cause plan issues. One such problem is called “The Sorted Seek Problem” by the Optimizer...
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
T-SQL Procedural Blog
Posted
over 7 years ago
by
QueryOptTeam
0
Comments
I ran into one of my colleagues in the hallway the other day from another part of the product, and he told me about the blog that the Programmability team has been doing. http://blogs.msdn.com/sqlprogrammability/ Effectively this is the compliment...
Tips, Tricks, and Advice from the SQL Server Query Optimization Team
Local-Global Aggregation
Posted
over 7 years ago
by
QueryOptTeam
5
Comments
Today's topic is a general primer on something that is called "local-global aggregation". Effectively, this is a technique to allow you to take a query containing joins and group bys and perform the group by partially "before" the joins. This can dramatically...
Page 1 of 1 (6 items)