BUG: Convert From FLOAT to NUMERIC Causes Arithmetic Overflow

ID: Q136532


The information in this article applies to:
  • Microsoft SQL Server version 6.0

BUG# NT: 11051 (6.00) BUG# NT: 16776 (6.50)

SYMPTOMS

Explicit conversion from a FLOAT datatype to a NUMERIC datatype can cause an Arithmetic Overflow Error when any specific precision value is specified.


WORKAROUND

Use the default precision associated with the NUMERIC Datatype (18,0) instead of specifying a specific precision.


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: sql6 6.50

Keywords : SSrvGen SSrvProg
Version : 6.00 6.50
Platform : winnt
Issue type : kbbug


Last Reviewed: April 21, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.