谈谈SQLSERVER的价格
谈SQLSERVER的价格
有些人不是很明白SQLSERVER的价格,包括我自己,之前跟一个SQLSERVER销售员咨询了一下
这个销售员挺热情的,尽管我购买的可能性非常低但是他还是很热情给我讲解,这种销售服务态度真的很好
我说一下从销售员那里咨询到的信息吧
微软的SQLSERVER产品分为两种卖法:
1、盒装
2、授权
1、盒装:带光盘,跟主机有绑定,不能降级使用
2、授权的是最新版本,能降级,不带光盘,价格比较高
主机绑定的意思:主机绑定就是这套软件只能在这一台机器上面重复安装
日期:2013年02月04日 星期一 金额单位:元(人民币)
序号 | 名 称 | 数量 | 优惠价格 | 小计¥ |
1 | SQLSvr Std 2012 CHNS OLP NL 15Clts授权 | 1 | 36000 | 36000 |
2 | SQL 2012 CHNS OLP NL Usr CAL授权 | 5 | 2000 | 10000 |
3 | SQL server 2008R2 简体中文 中小企业版 5用户端 盒装 | 1 | 5300 | 5300 |
备注: 1. 以上所提供软件产品保证具有合法版权,并承担相关法律责任。
2. 本报价含17%增值税, 价格有效期5天。
3.交货期5个工作日。
4.以上产品报价皆是微软电子授权方式,不含光盘价;光盘需另订1000元/套。
说一下上面的几个关键字的意思:
STD:标准版
CHNS:简体中文
NL:授权
CAL:客户端
USRCAL:用户客户端
OLP:OLTP 、OLAP
听他说,现在买授权只能使用SQL2012,如果要使用SQL2008R2 或者SQL2005只能降级使用
但是费用不会降级,就是说只使用SQL2005的功能也要给SQL2012的钱,除非你买盒装的,买SQL2008R2盒装版 (一般电脑城有卖)
选择授权的方式也要注意:
如果是B/S的系统最好选择CPU授权,不要选择客户端授权,按照你的服务器的CPU数量来买最划算
如果是C/S的系统,选择客户端或者CPU都可以,不过选择客户端比较便宜,因为连接的客户端比较少的话不用买那麽多
如果买CPU授权,会比客户端授权贵,如果你的客户端比较少的话
-------------------------------------------华丽的分割线------------------------------------------------------
北京上北智信公司提供的价格信息
五用户 微软SQL server 2008标准版促
http://www.donews.com/it/201305/1495918.shtm
sql2000技术内幕
Server Licenses and CALs
A Server License (for either Standard or Enterprise Edition) is required for every server on which that edition of SQL Server software is installed. The only exception is a Passive machine in an Active-Passive cluster. Each client needing access to any of the SQL Servers needs a Client Access License (CAL). You can think of a client as any device (for example, a PC, workstation, terminal, or pager) utilizing the services of either SQL Server 2000 Standard Edition or SQL Server 2000 Enterprise Edition. A client with a per-seat CAL can access any instance of SQL Server in the environment. You can deploy additional installations of SQL Server with minimal expense, and you don't have to buy additional client licenses
微软的SQL Server产品分为两种卖法
1、盒装 :Server+CAL授权方式(SQL2017以前,盗版序列号,一般电脑城有卖光盘、盗版光盘、代理商,CAL方式最多只能用20核,超线程只能用40核,SQL2014之后找不到盗版序列号)
select serverproperty('Edition')
Enterprise Edition (64-bit)
2、授权:Core-based 授权方式(按逻辑核心授权,SQL2012及之后,没有盗版序列号,只能找正规代理商买,至少要买四核心,超线程也按照正常核心计算)
select serverproperty('Edition')
Enterprise Edition: Core-based Licensing (64-bit)
3、授权:Processor-based 授权方式(按物理核心授权,SQL2012以前,没有盗版序列号,只能找正规代理商买,一个物理核心只能对应一个逻辑核心)
阿里云RDS
30核之前Server+CAL
30核及之后Processor-based
16核-》30核-》60核
分清授权模式和edition
edition
express edition:免费,只能用1核CPU,可以用于生产环境。
Enterprise edition:Core-based 授权,无限CPU核心
Standard edition:xxx
。。。
Server+CAL授权方式介绍和限制
限制CPU=20核/40核(超线程)
限制内存=当前物理内存/NUMA数量*(总核数/20)
限制内存的解释:如果设置了SQL Server的最大使用内存超过限制内存,则当使用内存大于限制内存而需要再向操作系统申请内存时,则会产生跨NUMA处理的情况,导致大量消耗系统资源,引起性能下降
例子
虚拟机硬件配置
OS:win2012r2 datacenter
cpu:32核
内存:128g
数据库:SQL2008/SQL2012
select serverproperty('Edition') SQL2008/SQL2012
Enterprise Edition (64-bit)
sp_readerrorlog SQL2012、SQL2014。。。
2018-01-02 18:13:04.510 Server SQL Server detected 2 sockets with 16 cores per socket and 16 logical processors per socket, 32 total logical processors; using 20 logical processors based on SQL Server licensing. This is an informational message; no user action is required.
sp_readerrorlog SQL2008
2018-01-02 17:32:36.600 服务器 Detected 32 CPUs. This is an informational message; no user action is required.
Oracle和SQL Server支持Core-based 授权的版本对比,还是比Oracle差一点
SQL Server
2012年3月7日发布2012版SQL Server数据库
Oracle
2009年9月发布Oracle 11G R2(11.2.0.1)
共同学习,写下你的评论
评论加载中...
作者其他优质文章