The information in this article applies to:
SYMPTOMSUsing the SIGN( ) function with an arithmetic operator on numeric or decimal columns that contain NULL values can cause a handled exception that terminates the client thread on the server. WORKAROUNDIf the SIGN( ) function must be used on a decimal or numeric column, then create the column with a property of NOT NULL. If you require NULL values consider using a REAL or FLOAT column. STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
versions 6.0 and 6.5. We are researching this problem and will post new
information here in the Microsoft Knowledge Base as it becomes available.
Additional query words: datatype AV exception.
Keywords : kbbug6.50 kbbug6.00 |
Last Reviewed: April 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |