Identifying a License Mode

  • Hi,

    Is there a way to identify the chosen license mode on a given instance of SQL Server.

    Thanks for the help.

    Charles L. Nichols


    Charles L. Nichols

  • Contro panel --> SQL Server 2000 license.

    Edited by - allen_cui on 09/09/2003 07:42:43 AM

  • You can also do

    SELECT SERVERPROPERTY('Edition'), SERVERPROPERTY('LicenseType'), SERVERPROPERTY('NumLicenses')

    Check out SERVERPROPERTY in BOL for a number of other properties that you can see.

    Hope this helps

    Phill Carter

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

    Colt 45 - the original point and click interface

    --------------------
    Colt 45 - the original point and click interface

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

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