you have sqlserver 2014 "Business Intelligence" Edition
its server+cals only.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to find out if a server is enterprise/developer etc. So far this is all I can get.
select @@version
Microsoft SQL Server 2014 (SP2) (KB3171021) - 12.0.5000.0 (X64) Jun 17 2016 19:14:09 Copyright (c) Microsoft Corporation Business Intelligence Edition (64-bit) on Windows NT 6.3 <X64> (Build 9600: ) (Hypervisor)
select SERVERPROPERTY('Edition') AS Edition
12. 0.5000.0
you have sqlserver 2014 "Business Intelligence" Edition
its server+cals only.