View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 06:57 PM
Simon Hayes
 
Posts: n/a
Default 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
Reply With Quote