Books Online explains setting the connection-level SET options at length. But it doesn't say how to view them. sp_configure shows lower-level options, but not the ones that I'm looking for.
I'm looking for these connection-level SET options (e.g. ARITHABORT, QUOTED_IDENTIFIER, etc.), including the ones which can be changed temporarily inside stored procedures. Is it possible to look at the settings of these options?
I've since discovered that the SESSIONPROPERTY function can be used to check some specific options. But your method shows the active options all at once.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.