Thanks for any help
--
Germà Guerra
Barcelona
Spain
zgue...@correu.gencat.es
Look at the docs on how to add a language - the default language for a
user contains the date format.
Neil Pike MVP/MCSE
Protech Computing Ltd
How do you want SQL Server to print out a date?
And, how do you want SQL Server to interpret a date that you enter, e.g.
should it interpret 3/4/98 as March 4th or April 3rd.
For the first, you can use the CONVERT function to print dates any way you
like. For the second, you'll have to use SET DATEFORMAT in every connection,
or install a new language, as Neil suggests.
--
Kalen Delaney
MCSE, SQL Server MCT, MVP
Germà Guerra wrote in message <01bd41e3$eba4ce30$1611b00a@pb5b17>...
>How to change default date format to dd/mm/yy in SQL 6.5 ?
>
>Thanks for any help
>--
>Germa Guerra
>Barcelona
>Spain
>zgue...@correu.gencat.es
>
--
Ian Posner
MindQuest Solutions Ltd
ipo...@dial.pipex.com
Kalen Delaney wrote in message ...