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?
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment