Query Global Variables

A user or client application can query a global variable to find and view the property and processing values that affect that client connection.

A global variable represents either the current value of a set statement, or information about the processing state of a connection.

Global variables are preceded by two “@@” characters and are not case-sensitive. To query a global variable, issue:
select @@variable_name

where variable_name is the name of the relevant global variable.

Other rules that apply:

Example 1:

SQL statement to query a global variable for the Client Interaction property, SendWarningMessages:
select @@SendWarningMessages
Related reference
Configuration Properties Quick Reference