>1) how do I know what datetime format my sql server is using? e.g. American or Australia?
it's not a server setting, but the language setting per login that determines this.
>3) How do we change the format?
as from 1), you can change the language for the login, and there you go.
however, you might consider not relying on implicit data type conversion, but on explicit conversion:
for example:
CONVERT(datetime, '2008-03-17', 120)
Main Topics
Browse All Topics





by: Pc_IdiotPosted on 2008-03-18 at 22:39:33ID: 21158757
Changing format on SQL server, pls refer
om/default .aspx?scid =kb;en- us; 173907
http://support.microsoft.c