Monday, October 13, 2008

Understanding SQL Server SET Options 4 - SET ARITHABORT ON | OFF

Part 4 of 'Understanding SQL Server SET Options' explains SET ARITABORT. ARITHABORT, along with ANSI_WARNINGS controls the behavior of SQL Server when it encounters an 'arithmetic overflow error' or 'division by zero error'.

You can find the post here: http://blog.sqlserver.me/2008/10/understanding-sql-server-set-options-4.html

0 comments: