When attempting to upload a file to SQL Server, we receive this error:Arthimetic overflow error converting expression to data type int
OnProject is the colaboration tool that is running on SQL. This error appears no matter what size file we try to upload.
Software/Hardware used:
ASKED:
March 30, 2007 10:40 AM
UPDATED:
March 30, 2007 11:48 AM
That’s the cause. Here are the solutions:
If the data is in error, fix the data.
If the data is correct, redefine the field. In DB2, your best bet is DECIMAL, somewhere between DECIMAL(10) and DECIMAL(31), depending on the size of your data. In other DBMS dialects, use NUMBER(10) or larger.
—
Sheldon Linker (sol@linker.com)
Linker Systems, Inc. (www.linkersystems.com)
800-315-1174 (+1-949-552-1904)