SQL Server 2012의 에디션과 라이센스 정책에 변화가 있어서 해당 내용 공유드립니다.
1. 에디션 관련 변경사항
SQL Server의 에디션이 총 6개에서 4개로 축소되었습니다.
1-1. Express Edition
> 현재와 동일하게 무료 버젼입니다.
1-2. Workgroup Edition
> 해당 버젼은 더 이상 지원하지 않습니다.
1-3. Standard Edition
> 라이센스 정책 : Server+CAL 라이센스 또는 CPU Core 라이센스 사용 가능
> 아래의 기능 제한
Data Quality Services
Master Data Services
Power View
PowerPivot for SharePoint Services
Semantic Model
Advanced Auditing
Transparent Data Encryption
Column Store Index
Data Compression
Table/Index Partitioning
Always On
1-4. BI Edition
> 라이센스 정책 : Server+CAL 라이센스 사용 가능
> 아래의 기능 포함
Data Quality Services
Master Data Services
Power View
Power Pivot for SharePoint Services
Semantic Model
Advanced Analytics
> 아래의 기능 제외
Advanced Auditing
Transparent Data Encryption
Column Store Index
Data Compression
Table/Index Partitioning
Always On
1-5. Enterprise Edition
> 라이센스 정책 : CPU Core 라이센스 사용 가능
1-6. Datacenter Edition
> 해당 버젼은 더 이상 지원하지 않습니다.
2. CPU Core 라이센스 관련 변경사항
> 오라클의 CPU Core 라이센스 정책과 다르게 SQL Server의 경우 CPU 라이센스를 유지하고 있었는데,
SQL Server 2012부터는 CPU Core 라이센스로 정책을 변경되었습니다.
> 두 정책의 차이점은 물리적인 CPU의 개수로 판단하느냐, 아니면 논리적인 CPU의 개수로 판단하느냐의
차이입니다.
> 4-Core CPU일 경우는 비슷하고, 6-Core CPU를 사용할 경우 비용이 증가되어진다고 보시면 됩니다.
> CPU Core별 라이센스 예시는 아래와 같습니다.
If you have two sockets with 2 cores each, you need 4 license “packs” (8 core licenses)
If you have two sockets with 4 cores each, you need 4 license “packs” (8 core licenses)
If you have two sockets with 6 cores each, you need 6 license “packs” (12 core licenses)
If you have two sockets with 8 cores each, you need 8 license “packs” (16 core licenses)
출처. SQL Server 2012 Licensing Changes
1. 에디션 관련 변경사항
SQL Server의 에디션이 총 6개에서 4개로 축소되었습니다.
1-1. Express Edition
> 현재와 동일하게 무료 버젼입니다.
1-2. Workgroup Edition
> 해당 버젼은 더 이상 지원하지 않습니다.
1-3. Standard Edition
> 라이센스 정책 : Server+CAL 라이센스 또는 CPU Core 라이센스 사용 가능
> 아래의 기능 제한
Data Quality Services
Master Data Services
Power View
PowerPivot for SharePoint Services
Semantic Model
Advanced Auditing
Transparent Data Encryption
Column Store Index
Data Compression
Table/Index Partitioning
Always On
1-4. BI Edition
> 라이센스 정책 : Server+CAL 라이센스 사용 가능
> 아래의 기능 포함
Data Quality Services
Master Data Services
Power View
Power Pivot for SharePoint Services
Semantic Model
Advanced Analytics
> 아래의 기능 제외
Advanced Auditing
Transparent Data Encryption
Column Store Index
Data Compression
Table/Index Partitioning
Always On
1-5. Enterprise Edition
> 라이센스 정책 : CPU Core 라이센스 사용 가능
1-6. Datacenter Edition
> 해당 버젼은 더 이상 지원하지 않습니다.
2. CPU Core 라이센스 관련 변경사항
> 오라클의 CPU Core 라이센스 정책과 다르게 SQL Server의 경우 CPU 라이센스를 유지하고 있었는데,
SQL Server 2012부터는 CPU Core 라이센스로 정책을 변경되었습니다.
> 두 정책의 차이점은 물리적인 CPU의 개수로 판단하느냐, 아니면 논리적인 CPU의 개수로 판단하느냐의
차이입니다.
> 4-Core CPU일 경우는 비슷하고, 6-Core CPU를 사용할 경우 비용이 증가되어진다고 보시면 됩니다.
> CPU Core별 라이센스 예시는 아래와 같습니다.
If you have two sockets with 2 cores each, you need 4 license “packs” (8 core licenses)
If you have two sockets with 4 cores each, you need 4 license “packs” (8 core licenses)
If you have two sockets with 6 cores each, you need 6 license “packs” (12 core licenses)
If you have two sockets with 8 cores each, you need 8 license “packs” (16 core licenses)
출처. SQL Server 2012 Licensing Changes