Tuesday, July 10, 2012

SQL : Query for View SQL License Information


select SERVERPROPERTY('Edition') as [Edition],
SERVERPROPERTY('LicenseType') as [License Type],
SERVERPROPERTY('NumLicenses') as [# of Licenses]

No comments:

Post a Comment