I need to change the date format from US (mm/dd/YYYY) to UK (dd/mm/YYYY) on a single database on a SQL server machine.
Does anyone know how to do this.
I've seen statements that do this for the whole system, and ones that do it for the session, but I cant change the code now as It will have to go through QA again, so I need a quick fix to change the date time format.
Update
I realize that the date time has nothing to do with how SQL Server stores the data but it does have a lot to do with how it parses queries.
I'm chucking raw data from an xml file into a db. The dates int he XML file are in UK format.
