The information in this article applies to:
SYMPTOMS
Trying to insert or update a value greater than the largest allowed
integer value, 2,147,483,647, into a MONEY or FLOAT field results in
the following error message:
WORKAROUND
A constant of the form 2147483648 is interpreted by SQL Server
as an integer. Since the value is being treated as an integer, it
cannot exceed the largest legal value for that type.
Additional query words: Windows NT
Keywords : kbother SSrvTrans SSrvWinNT |
Last Reviewed: March 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |