In the book, Ben-Gan, Itzik. T-SQL Fundamentals, there is the following statement.
formats ‘YYYY-MM-DD’ and ‘YYYY-MM-DD hh:mm...’ are language dependent when converted to DATETIME or SMALLDATETIME and language neutral when converted to DATE, DATETIME2, and DATETIMEOFFSET.
I understand that when specifying date and time literal, sql server can interpret the same literal differently according to the language setting.
However, I was unable to clearly understand the above statement. What does it actually mean?