Thread
:
Find number of licenses
View Single Post
#
2
(
permalink
)
02-28-2008, 06:57 PM
Simon Hayes
Posts: n/a
Re: Find number of licenses
"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
Simon Hayes