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?