language of sql server 2022 and SSMS

YETIANRI EMMANUEL OUSMANE SORI 241 Reputation points
2024-02-09T12:23:46.3266667+00:00

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

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,203 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
62 questions
0 comments No comments
{count} votes

Accepted answer
  1. Olaf Helper 42,761 Reputation points
    2024-02-09T12:50:01.77+00:00

    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


1 additional answer

Sort by: Most helpful
  1. ZoeHui-MSFT 34,836 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.

    0 comments No comments