The information in this article applies to:
BUG#: 15265 (6.50) SYMPTOMS
Using an ANSI style outer join can cause Msg 301, Level 16, State 1:
CAUSE
You will get the error if the following conditions match:
WORKAROUNDDisable 'join-order heuristic' with trace flag 320. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. MORE INFORMATIONSQL Server uses 'join-order heuristic' method to reduce the number of permutations in searching for the best join order, in the case with ANSI style outer join (i.e. LEFT OUTER JOIN, RIGHT OUTER JOIN, etc), one of the program variables is not set properly, hence if the above two conditions match, 'join-order heuristic' will fail every possible permutation and end up with Msg #301. With trace flag 310 turned on, you can observe every permutation is followed by 'IGNORING THIS PERMUTATION.'
Keywords : kbprg kbusage SSrvProg kbbug6.50 kbbug6.00 |
Last Reviewed: March 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |