BUG: SIGN( ) on Null Values Can Cause an Access Violation

ID: Q153989


The information in this article applies to:


SYMPTOMS

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.


WORKAROUND

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.


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 
Version           : 6.0 6.5
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: April 1, 1999