I’ve got this strange problem which I’m sure is well known – When I insert a date like ’20/08/2010′ I mean it to be as ‘dd/mm/yyyy’ where MSSQL expects it to be ‘dd/mm/yyyy’.
How can it be changed for MSSQL to expect ‘dd/mm/yyyy’ as the field format.
Thanks!
Take a look at Setting a standard DateFormat for SQL Server to see a couple of ways.
SET DATEFORMAT MDYis one way