I have SQL Server 2008 installed, but I'm not sure what license was installed. Is there an easy way to find this out?
This shows the licence type and number of licences:
SELECT SERVERPROPERTY('LicenseType'), SERVERPROPERTY('NumLicenses')