Sunday, February 19, 2012

How do I determine how many licesenes I am using.

How do I validate how many licesenes I am using in SQL
2000?
Hi,
Execute the below query in Query Analyzer,
select serverproperty('NumLicenses')
Explanation:
Number of client licenses registered for this instance of SQL Server, if in
per-seat mode.
Number of processors licensed for this instance of SQL Server, if in
per-processor mode.
Returns NULL if the server is none of the above.
Thanks
Hari
MCDBA
"Brian Cook" <anonymous@.discussions.microsoft.com> wrote in message
news:11e8601c410e4$7d4a3660$a401280a@.phx.gbl...
> How do I validate how many licesenes I am using in SQL
> 2000?
>

No comments:

Post a Comment