FIX: A Query That Uses Hash Match Teams May Fail with 8630 Error Message (289149)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q289149
BUG #: 351474 (SHILOH)
SYMPTOMS
A SQL Server query whose execution plan uses a Hash Match Team physical operator may fail with the following error message:
Server: Msg 8630, Level 17, State 98
Internal Query Processor Error: The query processor encountered an unexpected error during execution.
RESOLUTIONTo resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack
WORKAROUND
Enable trace flag 8679 to prevent the SQL Server optimizer from using a Hash Match Team operator. You can enable a trace flag for a given connection by using the DBCC TRACEON statement or you can set the trace flag server wide by using the -T startup parameter.
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.
Modification Type: | Major | Last Reviewed: | 11/6/2003 |
---|
Keywords: | kbBug kbfix kbSQLServ2000sp1fix KB289149 |
---|
|