Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
srad
Starting Member
39 Posts |
Posted - 2001-10-04 : 04:52:13
|
| The current language on our server (sql2k ent) is us_english.This is returning date in mdy format but some of the development teamwant this changed to dmy.I suggested running set language N'British' which succssesfully runs inquery analyzer but when i exec select getdate() to test the changes thedate is still returned in yyyy mm dd format.Why? |
|
|
|
|
|