在ECS Windows Server 2012 R2上面安装单机版SQL Server 2016

本文涉及的产品
RDS SQL Server Serverless,2-4RCU 50GB 3个月
推荐场景:
云数据库 RDS SQL Server,基础系列 2核4GB
简介:   安装SQL Server 2016的硬件以及软件要求 Component Requirement .NET Framework SQL Server 2016 RC1 and later require .

 

  1. 安装SQL Server 2016的硬件以及软件要求

Component

Requirement

.NET Framework

SQL Server 2016 RC1 and later require .NET Framework 4.6 for the Database Engine, Master Data Services, or Replication. SQL Server 2016 setup automatically installs .NET Framework. You can also manually install .NET Framework from Microsoft .NET Framework 4.6 (Web Installer) for Windows.

 

For more information, recommendations, and guidance about .NET Framework 4.6 see .NET Framework Deployment Guide for Developers.

 

Windows 8.1, and Windows Server 2012 R2 require KB2919355 before installing .NET Framework 4.6.

Network Software

Supported operating systems for SQL Server 2016 have built-in network software. Named and default instances of a stand-alone installation support the following network protocols: Shared memory, Named Pipes, TCP/IP and VIA.

 

Note: Shared memory and VIA are not supported on failover clusters.

 

Also note that the VIA protocol is deprecated. This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

 

 

 

For more information about Network Protocols and Network Libraries, see Network Protocols and Network Libraries.

Hard Disk

SQL Server 2016 requires a minimum of 6 GB of available hard-disk space.

 

Disk space requirements will vary with the SQL Server 2016 components you install. For more information, see Hard Disk Space Requirements later in this topic. For information on supported storage types for data files, see Storage Types for Data Files.

Drive

A DVD drive, as appropriate, is required for installation from disc.

Monitor

SQL Server 2016 requires Super-VGA (800x600) or higher resolution monitor.

Internet

Internet functionality requires Internet access (fees may apply).

 

  1. ESC的Windows server 2012 R2 默认安装.NET4.5 版本。另外,请在控制面板->程序->程序和功能->已安装更新 里面查找是否已经安装了KB2919355, 如果没有安装,请在控制面板->系统和安全->Windows更新中进行检测安装,或者去Microsoft官网KB2919355下载。

 

注: PolyBase配置(like DRDS)要求安装Oracle JRE 7.51或者更高版本,可以到http://www.oracle.com/technetwork/java/javase/downloads/index.html进行下载,更多详细信息参考https://msdn.microsoft.com/en-us/library/mt163689.aspx。

 

  1. 打开SQL Server 2016安装介质,点击安装,选择全新SQL Server独立安装或向现有安装添加功能
  2. 输入产品秘钥
  3. 勾选“我接受许可条款”
  4. 选择需要安装的功能
  5. 填写实例名称
  6. 选择该实例作为polybase的独立实例还是scale-out的某个计算机点
  7. 设置服务账户和实例排序规则
  8. 设置实例认证方式、管理员、数据目录、TempDB目录、初始化和自动增长大小以及filstream

 

  1. 配置Distributed Replay控制器发用户及目录
  2. 单机“接受”
  3. 配置完毕,单击“安装”。
相关实践学习
使用SQL语句管理索引
本次实验主要介绍如何在RDS-SQLServer数据库中,使用SQL语句管理索引。
SQL Server on Linux入门教程
SQL Server数据库一直只提供Windows下的版本。2016年微软宣布推出可运行在Linux系统下的SQL Server数据库,该版本目前还是早期预览版本。本课程主要介绍SQLServer On Linux的基本知识。 相关的阿里云产品:云数据库RDS SQL Server版 RDS SQL Server不仅拥有高可用架构和任意时间点的数据恢复功能,强力支撑各种企业应用,同时也包含了微软的License费用,减少额外支出。 了解产品详情: https://www.aliyun.com/product/rds/sqlserver
目录
相关文章
|
1月前
|
Ubuntu 网络协议 关系型数据库
超聚变服务器2288H V6使用 iBMC 安装 Ubuntu Server 24.04 LTS及后续系统配置
【11月更文挑战第15天】本文档详细介绍了如何使用iBMC在超聚变服务器2288H V6上安装Ubuntu Server 24.04 LTS,包括连接iBMC管理口、登录iBMC管理界面、配置RAID、安装系统以及后续系统配置等步骤。
120 4
|
1月前
|
网络安全 Windows
Windows server 2012R2系统安装远程桌面服务后无法多用户同时登录是什么原因?
【11月更文挑战第15天】本文介绍了在Windows Server 2012 R2中遇到的多用户无法同时登录远程桌面的问题及其解决方法,包括许可模式限制、组策略配置问题、远程桌面服务配置错误以及网络和防火墙问题四个方面的原因分析及对应的解决方案。
|
1月前
|
Android开发 数据安全/隐私保护 虚拟化
安卓手机远程连接登录Windows服务器教程
安卓手机远程连接登录Windows服务器教程
89 4
|
1月前
|
NoSQL Linux PHP
如何在不同操作系统上安装 Redis 服务器,包括 Linux 和 Windows 的具体步骤
本文介绍了如何在不同操作系统上安装 Redis 服务器,包括 Linux 和 Windows 的具体步骤。接着,对比了两种常用的 PHP Redis 客户端扩展:PhpRedis 和 Predis,详细说明了它们的安装方法及优缺点。最后,提供了使用 PhpRedis 和 Predis 在 PHP 中连接 Redis 服务器及进行字符串、列表、集合和哈希等数据类型的基本操作示例。
64 4
|
2月前
|
网络协议 Ubuntu Linux
gpg从公钥服务器接收失败(gpg: keyserver receive failed: Server indicated a failure)
通过上述步骤,大多数情况下应该能够解决GPG从公钥服务器接收失败的问题。如果问题依旧存在,可能需要进一步调查与公钥服务器相关的更深层次的技术问题,或者考虑在相关社区论坛寻求帮助。
428 1
|
2月前
|
网络协议 Windows
Windows Server 2019 DHCP服务器搭建
Windows Server 2019 DHCP服务器搭建
|
2月前
|
网络协议 定位技术 Windows
Windows Server 2019 DNS服务器搭建
Windows Server 2019 DNS服务器搭建
|
2月前
|
Apache 数据中心 Windows
将网站迁移到阿里云Windows系统云服务器,访问该站点提示连接被拒绝,如何处理?
将网站迁移到阿里云Windows系统云服务器,访问该站点提示连接被拒绝,如何处理?
|
2月前
|
域名解析 缓存 网络协议
Windows系统云服务器自定义域名解析导致网站无法访问怎么解决?
Windows系统云服务器自定义域名解析导致网站无法访问怎么解决?
|
2月前
|
弹性计算 安全 Windows
通过远程桌面连接Windows服务器提示“由于协议错误,会话将被中断,请重新连接到远程计算机”错误怎么办?
通过远程桌面连接Windows服务器提示“由于协议错误,会话将被中断,请重新连接到远程计算机”错误怎么办?