Where is the best place to set ARITHABORT ON? In Db or in App? MSDN says to turn on in logon session. If we have to turn on every logon session, why I cannot turn on in DB instead of turning on in every logon session.
Asked
Active
Viewed 117 times
0
-
Why do you want to set it on anyway? If `ANSI_WARNINGS’ is on then it effectively is on since 2005. – Martin Smith Dec 10 '14 at 06:23
-
Which version of SQL Server are you using? – Allan S. Hansen Dec 10 '14 at 06:57