I changed my session language using
SET LANGUAGE SPANISH
but it does not help retrieving the correct date/time format. The output when I do
select getdate() is 2003-01-06 15:28:18.530.
How do I change this ? Even
SET DATEFORMAT mdy
does not help.
Thanks,
Shiva.
SET LANGUAGE SPANISH
but it does not help retrieving the correct date/time format. The output when I do
select getdate() is 2003-01-06 15:28:18.530.
How do I change this ? Even
SET DATEFORMAT mdy
does not help.
Thanks,
Shiva.