Where can I find the licence details of SQL server

  • Dear All,

    Where can I find the licence details of SQL server installed.?

    ie, Total number of concurrent users allowed..etc.

    Thanks in advance.

  • http://www.microsoft.com/sqlserver/2005/en/us/pricing-licensing-faq.aspx

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • Joy Smith San (6/15/2010)


    Dear All,

    Where can I find the licence details of SQL server installed.?

    ie, Total number of concurrent users allowed..etc.

    Thanks in advance.

    Hi

    on this product licensing is disabled. The following query should reflect this

    select serverproperty('licensetype'), serverproperty('NumLicenses')

    The following link details how to enter this information for future visibility

    Tracking SQL 2005 Licensing

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • My apologies, didn't read your question.....my bad

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • Hi..

    You have to check it C:\program files\microsoft sql server\90\eula

    Eula --> English Users License Agreement.

    Thanks & Regards

    Balaji.G

  • balaji.ganga (6/15/2010)


    Hi..

    You have to check it C:\program files\microsoft sql server\90\eula

    Eula --> English Users License Agreement.

    Thanks & Regards

    Balaji.G

    they are licence terms NOT the number of licences available

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply