zoukankan      html  css  js  c++  java
  • SQLServer不同发行版的差异

    最近有一些几万年没人关注的财务相关的系统要迁移SQL Server数据,找人问了一大圈才知道他们当初具体买的什么版本然后在某个犄角旮旯的ftp服务器里找到了相应的安装包。

    鉴于每次向人解释SQL Server各个发行版之间的差异实在是耗费心力,于是在官网找了一个说明贴出来。

    Editions and supported features - SQL Server 2017 | Microsoft Docs

    一、发行版差别简易说明(SQLServer2017为例):

    、发行版之间的规模差异

    三、高可用特性差异

    1 For more information on installing SQL Server on Server Core, see Install SQL Server on Server Core.

    2 On Enterprise Edition, the number of nodes is the operating system maximum. On Standard edition there is support for two nodes.

    3 On Enterprise Edition, provides support for up to 8 secondary replicas - including 2 synchronous secondary replicas.

    4 Standard Edition supports basic availability groups. A basic availability group supports two replicas, with one database. For more information about basic availability groups, see Basic Availability Groups.

    补充:

    很多发行版还会有Enterprise core和Enterprise版本的差别,微软在版本命名这方面无下限的很,不是亲手和官方销售谈的合同买的根本理不清。

    关于Enterprise core和Enterprise版本的差别,enterprise有20核的上限,而enterprise core版本无核数上限的。

    想建一个数据库技术和编程技术的交流群,用于磨炼提升技术能力,目前主要专注于Golang和Python以及TiDB,MySQL数据库,群号:231338927,建群日期:2019.04.26,截止2021.02.01人数:300人 ... 如发现博客错误,可直接留言指正,感谢。
  • 相关阅读:
    mysql优化
    c语言学习的第10天
    学习c语言的第9天
    学习c的第8天
    学习c的第7天
    学习c的第6天2
    c语言学习的第6天
    sed命令实战
    grep命令实战
    c语言学习的第五天
  • 原文地址:https://www.cnblogs.com/realcp1018/p/15656944.html
Copyright © 2011-2022 走看看