Wednesday, March 21, 2012

How Many Licenses?

How do I find out how many Client Licenses I have
available on my server?
Hi,
Execute the below script, if it is SQL 2000.
select serverproperty('LicenseType')
select serverproperty('NumLicenses')
For SQl 7 and old versions, check control panel Licensing option.
Thanks
Hari
MCDBA
"Rookie" wrote:

> How do I find out how many Client Licenses I have
> available on my server?
>

No comments:

Post a Comment