Question : SQL Express change language from US to UK English to fix date formatting issue

Hi,

Basically I'm trying to get the database to show dates in dd/mm/yyyy format but can't does anyone know how to change the language the MSSQL service is running in? Currently if you check the actual database it says it is running British but if you go into the service settings for the MSSQL instant it says its running Language 1033.

Answer : SQL Express change language from US to UK English to fix date formatting issue

select convert(varchar(10),getdate(),103)
Random Solutions  
 
programming4us programming4us