mssql · mssql/8134
8134
Divide by Zero Error Encountered
An expression attempted to divide by zero using the / operator or a modulo operation. Guard the divisor with a CASE expression or NULLIF(divisor, 0), or be aware that SET ARITHABORT / ANSI_WARNINGS settings affect whether this aborts the statement or returns NULL.