mssql · mssql/8115
8115
Arithmetic Overflow Error Converting Expression
A computed value exceeded the range of its target data type during an implicit or explicit conversion, such as an int overflow from COUNT() on a large table. Use a wider type (e.g. COUNT_BIG, bigint) or cast explicitly.