The information in this article applies to:
SYMPTOMS
A View that has a Select statement with a CASE construct that does a sub-
select with an IN clause may cause the client to access violate (AV) during
a Select from the View.
A Select from MyView may cause the client to access violate. WORKAROUNDTry to avoid the CASE construct inside a View Definition or perform some pre-processing for the CASE logic before the View Definition by using the IF-ELSE construct and Temporary Tables, and then define the View on the Temporary Table. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 6.0 and 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.
Keywords : kbnetwork kbprg SSrvProg kbbug6.50 kbbug6.00 kbfix6.50.sp1 |
Last Reviewed: March 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |