View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 07:48 AM
Simon Hayes
 
Posts: n/a
Default Re: SQL Server license checker

select serverproperty('LicenseType')

You could write a script which uses osql.exe to connect to each server
and return the mode.

Simon

Reply With Quote