Ms Sql-2019 server Product key information

Gowrab Das Dip 41 Reputation points
2022-10-20T10:33:25.607+00:00

I have recently purchased MS SQL server 2019 Standard edition license. I have installed SQL server in Red Hat 8 with the product key. Now I want to know the information of activation of my ms sql server which I have installed. How activation details can be found?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,707 questions
{count} votes

Accepted answer
  1. Olaf Helper 40,816 Reputation points
    2022-10-20T10:44:30.297+00:00

    How activation details can be found?

    What for activation details do you mean? If you mean the Edition, you can get with SQL query:

    SELECT @@VERSION  
    

1 additional answer

Sort by: Most helpful
  1. CathyJi-MSFT 21,091 Reputation points Microsoft Vendor
    2022-10-21T01:57:36.287+00:00

    Hi @Gowrab Das Dip ,

    >This only shows the version and edition of mssql server but not the license information. I want to know the license information.

    Did you mean that you want to get the license key information? If so, you can try the workarounds from third party blog. Get the information through windows registry key or using Power shell. Please refer to below third blog to get detail steps. If i misunderstood, please let me know.

    How to Find Microsoft SQL Server Product Key


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments