Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Problem

During the database initialization performed on initial start-up, you could receive the following message:

The problem likely is that the database was created in SQL SERVER Management Studio with a user that has other than English as the default language.

Solution

Verify the installed default language and set the language to U.S. English.
 

To check what default language a server has installed, use the following SQL command:

 

If the resulting value is not 0, the default language is not U.S. English. Run the following SQL command to find the installed default language setting and date format used:

 

To set the default language to U.S. English, use the following SQL statements:

 

For further details, refer to this Microsoft Support page.

  • No labels