FIX: Duplicate Distribution Steps May Lead to Bad Plan Selection for >= or =< Predicates (276067)
The information in this article applies to:
This article was previously published under Q276067
BUG #: 58397 (SQLBUG_70)
SYMPTOMS
Under rare conditions, a symptom of having duplicate histogram steps
for greater than or less than operations is that SQL Server selects a less than optimal query plan. The plan generally avoids the use of a valid index and uses a table or index scan to retrieve the data.
CAUSE
When SQL Server calculates the difference between the histogram steps a divide by zero error may occur. The divide by zero exception is handled by SQL Server but may result in incorrect cardinality estimation.
WORKAROUND
You might be able to deploy an index hint.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
| Modification Type: | Major | Last Reviewed: | 3/14/2006 |
|---|
| Keywords: | kbBug kbfix kbQFE KB276067 |
|---|
|