Friday, March 9, 2012

Find number of licenses

How do you find the number of licenses that are installed on a SQL Server
2000?"Bob" <bobh@.wolv.tds.net> wrote in message news:<vmf1sjk8dk8pd1@.corp.supernews.com>...
> How do you find the number of licenses that are installed on a SQL Server
> 2000?

select serverproperty('NumLicenses')

Simon|||Thanks

"Simon Hayes" <sql@.hayes.ch> wrote in message
news:60cd0137.0309170711.76af02da@.posting.google.c om...
> "Bob" <bobh@.wolv.tds.net> wrote in message
news:<vmf1sjk8dk8pd1@.corp.supernews.com>...
> > How do you find the number of licenses that are installed on a SQL
Server
> > 2000?
> select serverproperty('NumLicenses')
> Simon

No comments:

Post a Comment