Hi There,
When trying to run a query:
select sum(col1) from table
I get the following error:
Server: Msg 8115, Level 16, State 2, Line 1
Arithmetic overflow error converting expression to data type int.
Is there anyway to avoid this to get the results I need?
Thanks!
When trying to run a query:
select sum(col1) from table
I get the following error:
Server: Msg 8115, Level 16, State 2, Line 1
Arithmetic overflow error converting expression to data type int.
Is there anyway to avoid this to get the results I need?
Thanks!