Find SqlServer Edition like enterprise/Deveoper

MichaelWorkingDowntown 21 Reputation points
2022-12-29T17:24:00.827+00:00

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

SQL Server | Other
{count} votes

Answer accepted by question author
  1. Bruce (SqlWork.com) 82,326 Reputation points Volunteer Moderator
    2022-12-29T18:53:51.757+00:00
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.