Thread
:
SQL Server license checker
View Single Post
#
2
(
permalink
)
02-29-2008, 07:48 AM
Simon Hayes
Posts: n/a
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
Simon Hayes