SQL 2005 licensing

  • I took over a server Production server running SQL 2005 Standard Edition sp3. How can I determine the type of license enabled for this single instance SQL Server?

  • Supposedly, according to Books Online, the following should tell you:

    select serverproperty('LicenseType')

    Problem is when I run it on systems where I know the license mode of the servers I get DISABLED returned. You may just have to see how much was spent acquiring SQL Server to determine.

  • running select serverproperty('LicenseType') on 2005 always returns DISABLED. The only way to keep track of the licence types is to do it manually.

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

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