How to check License installation details?

  • I am trying to complete a licensing audit of SQL Server (2000 SP3) installations. I have gathered all the physical copies of our license documentation.

    Now I would like to match them up to the specific installations. I can get the version and edition information under server properties, but I can't find any way to review if the license installation was configured by processor(s) or CALs.

    Thanks!

  • Try:

    SELECT SERVERPROPERTY('LicenseType')

  • SQL server 2000 licensing setup of control panel

  • Thanks for the quick replies! Both of these methods work well.

    However, in some cases the T-SQL statement returns a 'Disabled' value. Is there a way to enable licensing without re-installing SQL Server?

Viewing 4 posts - 1 through 3 (of 3 total)

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