SQL Server returns "Arithmetic overflow error converting expression to data type int." – dba.stackexchange.com 13:08 Posted by Unknown No Comments 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 Unknown
0 Comment to "SQL Server returns "Arithmetic overflow error converting expression to data type int." – dba.stackexchange.com"
Post a Comment