Hi Team,
can i know how sql server vaidate given value for the datetime column is suite or not ?
when i run the
SELECT GETDATE() command,
it gives the output as 2018-10-18 14:35:02.080.
that is (year-month-date).
But when i run the following query in sql server
dbcc useroptions()
it gives the following output:
that is mdy.
is there is any relationship between these two.
please provide your valuable information.
Thanks In Advance.