BUG: SIGN( ) on Null Values Can Cause an Access ViolationLast reviewed: April 9, 1997Article ID: Q153989 |
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.
STATUSMicrosoft 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.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |