Steps to change MSSQL default language for users in SQL server Management studio 2012

kumkumsharma

Administrator
Staff member
Sometimes we got error messages in SQL server but it was in Spanish language. If you have checked the default language of database then it’s English.

Solution:

The only solution for this issue is we have to update the default language to English of database user configuration. So we can check the error and resolve it.

You can follow below steps:
  • First right click on server and choose “Properties”option under “Object Explorer”.
  • You have to click on “Misc server settings”.
  • A new window will open, you have to choose “English” language from “Default language for users” box.
 
Top