I haven't work with SQL in a long time and having recently moved from VB.NET to C# I have realised I am a little rusty.
Can't for the life of me figure out why my dates are showing in US format..
I have run through steps in this article :
(Set Server language to British English, set SQL user account to British English and dbcc useroptions set dateformat dmy but no luck.
When I run dbcc useroptions from the sql server it suggests the language is British and date format dmy.
The OS language/date format is set to UK on the server I am working on.