SQL Server returns "Arithmetic overflow error converting expression to data type int." – dba.stackexchange.com

When I run this command with SUM() SELECT COUNT(*) AS [Records], SUM(t.Amount) AS [Total] FROM dbo.t1 AS t WHERE t.Id > 0 AND t.Id < 101; I'm getting, Arithmetic overflow error ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

0 Comment to "SQL Server returns "Arithmetic overflow error converting expression to data type int." – dba.stackexchange.com"