BUG: SIGN( ) on Null Values Can Cause an Access ViolationID: Q153989
|
Using 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.
If 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.
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
Version : 6.0 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: April 1, 1999