Up until last week all our datetime querying and storage was done with date format dd/mm/yyyy, however now, where as our SQL tables datetime formats are still dd/mm/yyyy, analyzer and enterprise manager throws a conversion error unless the datetime format within our queries is mm/dd/yyyy.
Does anyone have any ideas why this would happen?
Also although its not the end of the world, we have alot of processes and scripts that run with the british date format.
How can I change the date format of the querying clients?