zoukankan      html  css  js  c++  java
  • 谈谈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盒装版 (一般电脑城有卖)

    选择授权的方式也要注意:

    1. 如果是B/S的系统最好选择CPU授权,不要选择客户端授权,按照你的服务器的CPU数量来买最划算
    2. 如果是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及之后,没有盗版序列号,只能找正规代理商买,至少要买4核心,超线程也按照正常核心计算)
    select serverproperty('Edition')
    Enterprise Edition: Core-based Licensing (64-bit)

    3、授权:Processor-based 授权方式(按物理核心授权,SQL2012以前,没有盗版序列号,只能找正规代理商买,一个物理核心只能对应一个逻辑核心)

    阿里云RDS
    40核之前Server+CAL,超线程
    40核及之后Processor-based
    16核-》40核-》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.

    爱玩斗地主正式服:2019-1-24,同样cpu架构,用尽32线程,40核之前Server+CAL,超线程

    2019-01-21 17:55:23.18 Server SQL Server detected 1 sockets with 16 cores per socket and 32 logical processors per socket, 32 total logical processors; using 32 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)


    相关文章
    http://blog.51cto.com/jimshu/1420471
    http://blog.51cto.com/jimshu/1420506
    http://www.cnblogs.com/diabloxl/p/3623640.html
    http://wenku.it168.com/d_000744406.shtml
    SQL_Server_2012_Virtualization_Licensing_Guide.pdf
    https://files.cnblogs.com/files/lyhabc/SQL_Server_2012_Virtualization_Licensing_Guide.pdf
    彻底看懂Oracle-License-许可机制---Oracle购买前必读.rar
    https://files.cnblogs.com/files/lyhabc/%E5%BD%BB%E5%BA%95%E7%9C%8B%E6%87%82Oracle-License-%E8%AE%B8%E5%8F%AF%E6%9C%BA%E5%88%B6---Oracle%E8%B4%AD%E4%B9%B0%E5%89%8D%E5%BF%85%E8%AF%BB.rar
    SQLServer正版授权方式简单介绍.rar
    https://files.cnblogs.com/files/lyhabc/SQLServer%E6%AD%A3%E7%89%88%E6%8E%88%E6%9D%83%E6%96%B9%E5%BC%8F%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D.rar
    3-oracle-license-introduction-1834911-zhs.pdf
    https://files.cnblogs.com/files/lyhabc/3-oracle-license-introduction-1834911-zhs.pdf

  • 相关阅读:
    (Oracle)取当前日期的最近工作日
    (Oracle)误删oracle表结构恢复
    (Oracle)DDL及其数据泵导入导出(impdp/expdp)
    kettle 连接oracle12c问题解决办法:
    js日历算法
    js设置cookies
    js获取下拉框的value值
    js记住密码
    checkBox的全选与全不选
    select下拉框选中其中一个值
  • 原文地址:https://www.cnblogs.com/lyhabc/p/2914745.html
Copyright © 2011-2022 走看看