$ errors.fyi/mssql/8115 128 namespaces · 4,025 codes
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.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT