@@OPTIONS#

Returns information about the current SET options.

Syntax#

@@OPTIONS

Return types#

int

Example#

SET ARITHABORT ON;
SELECT @@options;

See Also#