Question : Change SQL Server language setting

Hi experts,

I access a SQL Server 2000 instance on my machine (IIS) via Management Studio.

I need to change the server language setting that appears when you right click on a server and choose properties in Management Studio, as my ASP pages show US format with date().  The current setting is English (American).

How can I do that?

Thanks,

  Colin

Answer : Change SQL Server language setting

>Would it be an IIS setting somewhere?
if the query applies no explicit formatting, asp code will eventually implicitly convert the date value into a string, and then indeed using the web server's default setting, unless:
http://www.w3schools.com/asp/prop_lcid.asp
Random Solutions  
 
programming4us programming4us