Sam Greene
SSCertifiable
Points: 5252
More actions
January 23, 2007 at 10:38 am
#72215
Is there a way to query licensing info for a server?
thanks
sindhigrl
Default port
Points: 1448
January 23, 2007 at 1:56 pm
#685050
Think you can use this query to get what you need.
select SERVERPROPERTY('LicenseType'), SERVERPROPERTY('NumLicenses')
Thanks!
January 23, 2007 at 4:04 pm
#685094
great - that worked for 2000. In 2005 it shows 'disabled',null respectively. Other properties, such as edition work though.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply