Article ID: 237793 - Last Review: March 14, 2006 - Revision: 2.1

FIX: Using Wildcard Operator '%' with LIKE May Produce Inconsistent Row Patterns

This article was previously published under Q237793
BUG #: 55911 (SQLBUG_70)
Expand all | Collapse all

SYMPTOMS

Queries containing the LIKE operator in a where clause, using a wildcard search, concatenated with the base column value, on a column involved in an index may produce inconsistent row patterns.

The following query is an example of when this problem may occur:
SELECT *
FROM T1 A, T2 B 
WHERE B.T2ID LIKE A.T1ID +'%'
AND A.T1CHAR LIKE 'ABC%'
				

STATUS

Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
254561  (http://support.microsoft.com/kb/254561/ ) INF: How to Obtain Service Pack 2 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.

APPLIES TO
  • Microsoft SQL Server 7.0 Standard Edition
Keywords: 
kbbug kbfix KB237793
 

Article Translations

 

Related Support Centers