Terminates a query when an overflow or divide-by-zero error occurs during query execution. SET ARITHABORT [ON/OFF] SET ANSI_WARN [ON/OFF] i will explain very simple example to know what is the benefits from make this option is ON or OFF — SET ARITHABORT AND SET ANSI_WARNINGS ——————————————————————————- — Create tables t1 and t2 and insert data […]
