FIX: Error Msg 1007 Occurs While Inserting Value ‘0.

Last reviewed: April 9, 1997
Article ID: Q155714
The information in this article applies to:
  • Microsoft SQL Server, version 6.5

SYMPTOMS

When you attempt to insert the value "0." (without quotation marks) into a column defined as numeric, float, or any other exact or approximate numeric datatype, the following error message appears:

   Msg 1007, Level 15, State 1:
   The number '0.' is out of the range for numeric representation
   (max precision: 33).

WORKAROUND

Enable trace Flag 107 for the server or any connection that needs to use this value in or against a column defined as float, decimal, numeric or real.

STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider.

MORE INFORMATION

In SQL Server 6.5, the default interpretation of numbers with decimal points has changed from real to numeric. Trace flag 107 instructs the parser to revert to the previous behavior of interpreting as real (numbers that contain a decimal point).


Additional query words: translate
Keywords : kbbug6.50 kbfix6.50.sp2 kbprg SSrvProg
Version : 6.5
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 9, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.