The information in this article applies to:
BUG# NT 11505 (6.00) SYMPTOMS
A thread-level Access Violation (AV) or 632 error may be generated if an
UPDATE statement is issued that sets a column in the update table
equal to the "SELECT COUNT(DISTINCT column)" results of a subquery.
The subquery must contain a comparison expression against a column
which contains all null values.
WORKAROUNDRewrite the query to eliminate the use of the COUNT(distinct) expression within the same statement as the comparison against the null column(s). A possible option would be to select the distinct results into a temporary table and perform futher manipulation on that data set. 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. Additional query words: sql6 subquery av
Keywords : kbprg SSrvProg kbbug6.00 kbfix6.00.sp2 |
Last Reviewed: April 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |