Tuesday 19 November 2019

Get SQL Database Current Settings/Options

DBCC useroptions;

Set Option
Value
textsize
2147483647
language
us_english
dateformat
mdy
datefirst
7
lock_timeout
-1
quoted_identifier
SET
arithabort
SET
ansi_null_dflt_on
SET
ansi_warnings
SET
ansi_padding
SET
ansi_nulls
SET
concat_null_yields_null
SET
isolation level
read committed

No comments:

Post a Comment