DBCC USEROPTIONS (Transact-SQL)
SQL Server 2005
Returns the SET options active (set) for the current connection.
Transact-SQL Syntax Conventions
DBCC USEROPTIONS returns a column for the name of the SET option and a column for the value of the option (values and entries may vary):
Set Option Value ---------------------------- ------------------------------------------- textsize 64512 language us_english dateformat mdy datefirst 7 ansi_null_dflt_on SET ansi_warnings SET ansi_padding SET ansi_nulls SET concat_null_yields_null SET (9 row(s) affected) DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Reference
DBCC (Transact-SQL)SET (Transact-SQL)
SET TRANSACTION ISOLATION LEVEL (Transact-SQL)