@@DATEFIRST
Returns the current value, for a session, of SET DATEFIRST.
Syntax
@@DATEFIRST
Return types
tinyint
Example
SET LANGUAGE us_english; SELECT @@DATEFIRST;
Returns the current value, for a session, of SET DATEFIRST.
@@DATEFIRST
tinyint
SET LANGUAGE us_english; SELECT @@DATEFIRST;