SET ARITHABORT#

Terminates a query when an overflow or divide-by-zero error occurs during query execution.

Syntax#

SET ARITHABORT { ON | OFF }  [;]

Remarks#

Argument values are ignored and do not change the default behavior. Always ‘ON’.

Permissions#

Requires membership in the public role.

See Also#