BUG: AV in Query w/Subselect on View w/JOIN and FORCEPLAN Is OnLast reviewed: November 10, 1997Article ID: Q176493 |
The information in this article applies to:
SYMPTOMSA handled access violation (AV) may occur if all of the following conditions are true:
DB-Library Process Dead - Connection BrokenAn ODBC client may receive the following error:
[Microsoft][ODBC SQL Server Driver]Protocol error in TDS streamYou may see in the SQL Server error log messages similar to the following:
EXCEPTION_ACCESS_VIOLATION raised, attempting to create symptom dump Initializing symptom dump and stack dump facilities ***BEGIN STACK TRACE*** 0x0042F2C8 in sqlservr.EXE, newlinklock() + 0x0418 0x00433717 in sqlservr.EXE, opendb() + 0x00F7 0x0042ED45 in sqlservr.EXE, check_deadlock() + 0x0675 0x0042EFA8 in sqlservr.EXE, newlinklock() + 0x00F8 0x00423B50 in sqlservr.EXE, dbswriteflush() + 0x0160 0x004229BD in sqlservr.EXE, dbswritecheck() + 0x07AD 0x0040E680 in sqlservr.EXE, ksconsole() + 0x0320 0x0040F1E5 in sqlservr.EXE, initcfgfix() + 0x03D5 0x0040ED45 in sqlservr.EXE, initconfig() + 0x0165 0x0040B7B2 in sqlservr.EXE, SqlDumpLocks() + 0x0052 0x00415217 in sqlservr.EXE, udasyncwrite() + 0x0187 WORKAROUNDTo work around this problem, do either of the following:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce the Problem
set forceplan on select distinct v1.* from v1 inner join publishers p on v1.pub_id=p.pub_id set forceplan off |
Additional query words: joinorder join order exception
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |