The information in this article applies to:
SYMPTOMSA simple SELECT statement with an IN clause and a subquery of the form SELECT NULL may cause a handled access violation in SQL Server version 6.0. The problem also occurs with a NOT IN clause instead of an IN clause in the query. However, if the subquery returns null results, the access violation does not occur. WORKAROUNDIf the subquery is replaced with the NULL keyword, the access violation does not occur. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. This problem was corrected in Service Pack 2 for SQL Server version 6.0. For more information, contact your primary support provider. MORE INFORMATIONThe following query will cause an access violation on SQL Server 6.0:
Additional query words: sql6 null in nt windows
Keywords : kbprg SSrvProg SSrvTran_SQL kbbug6.00 kbfix6.00.sp2 |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |