The language of installed SQL Server engine doesn't matter that much. The default language for system message is assigned to the user login, see CREATE LOGIN (Transact-SQL) => DEFAULT_LANGUAGE SSMS is only available in English
language of sql server 2022 and SSMS
YETIANRI EMMANUEL OUSMANE SORI
241
Reputation points
Hello, I installed sql server 2022 and ssms in English on my machine. how to change the language to French of my sql server 2022 and my ssms. Best Regards
Accepted answer
1 additional answer
Sort by: Most helpful
-
ZoeHui-MSFT 37,596 Reputation points
2024-02-12T02:04:11.0966667+00:00 Hi @YETIANRI EMMANUEL OUSMANE SORI,
If I want to know if the sql is actived, How can I see?
Do you mean that you want to see if sql server is started?
You may try with the command.
sc query MSSQLSERVER
In addition, if the answers help on your issue, you could mark it as answer so other user with similar problem could see this easier. :)
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.