FIX: Complex Join Query with Views and Redundant Tables May Cause Error 8623 (302825)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q302825
BUG #: 354361 (SHILOH_BUGS)
SYMPTOMS
If a complex join query is based on views that join the same tables such that some of the tables are not needed, the SQL Server optimizer may return the following error message:
Server: Msg 8623, Level 16, State 1, Line 1
Internal Query Processor Error: The query processor could not produce a query plan. Contact your primary support provider for more information.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft 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
HotfixNOTE: The following hotfix was created prior to Microsoft SQL Server 2000 Service Pack 2.
The English version of this fix should have the following file attributes or later:
File name Platform
------------------------------------------------------------------
s80306i.exe x86 - SQL Server 2000 original release fix
s80404i.exe x86 - SQL Server Service Pack 1 fix
NOTE: Due to file dependencies, the most recent hotfix or feature that contains the preceding files may also contain additional files. WORKAROUND
Remove the redundant tables from the query.
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in Microsoft SQL Server 2000 Service Pack 2.
Modification Type: | Major | Last Reviewed: | 10/9/2003 |
---|
Keywords: | kbBug kbfix kbSQLServ2000preSP2Fix KB302825 |
---|
|