- Deploying Microsoft System Center Configuration Manager
- Jacek Doktor Pawel Jarosz
- 856字
- 2021-07-02 18:32:41
Installing MS SQL Server
MS SQL is a component required by the ConfigMgr server. This prerequisite must be met regardless regardless of the server type. ConfigMgr requirements for MS SQL are not that demanding. Even when planning to support a few thousands of clients, installing MS SQL Server with default settings should be fair enough. There is no need for SQL to be placed on a separate disk array. There is no need for splitting the roles of ConfigMgr and SQL on two separate machines.
ConfigMgr 1706 can use the SQL installed, starting from version 2014.
The following steps will show you how to install SQL in version 2016:
- Run the MS SQL Server installer and choose the Installation option.
- After choosing the Installation option, an additional window appears with installation modes.
- Choose New SQL stand-alone installation or add features to an existing installation. The ConfigMgr server supports the SQL installed in the failover cluster; however, this installation type is out of the scope of this book:

- At the beginning of the installation, we need to provide the MS SQL product key.
- The next step is to accept the ConfigMgr license terms.
- After accepting the license terms, the installer checks whether there are any updates for the installer itself. When found, it downloads and installs them. In the next steps, it checks whether there are any problems that might prevent MS SQL Server from being installed:

- If there are no impediments, the installer will go further. In the next step, we decide what MS SQL components should be installed and in which folders; ConfigMgr requires the following components to be installed:
- Database Engine Services
- Reporting Services - Native
- It is not possible to install MS SQL Server Management Studio along with MS SQL Server. This needs to be downloaded and installed separately:

- After deciding and choosing the required SQL Server components, we need to decide about the SQL instance name:

- In the next step, we define an account that will be used by MS SQL Server. We define it on the Service Accounts tab:

This is the moment when we need to remember about the Collation tab:

The ConfigMgr server supports only the SQL_Latin1_general_CP1_CI_AS collation. If we install SQL Server using a different collation, ConfigMgr will not be able to go through the installation process.
The MS SQL installation automatically sets the collation based on the server regional settings on which it is installed.
- After choosing the Service Accounts and Collation on the Server Configuration tab, we need to choose the way of authentication that will be used for the SQL Server as well as the accounts we will use for administration:

- On the Data Directories tab, choose the folders in which SQL Server will create the database and log files:

- Choose the Reporting Services to be installed. During the installation, we have a choice to either install it or install and configure it automatically during the installation process. Choose Install and configure:

- The last step is a summary of our configuration of SQL Server. After checkouts, if all the settings are as intended to be, we may start the installation process.
- The installation of SQL Server shouldn't take long. It is important to check whether Reporting Services works properly, as it often happens that it is somehow not configured correctly. To do the checkout, simply enter the URL http://cm16/reports and check whether the website looks similar to the following one:

- After installing server roles and all features, running Windows Update and installing all the pending updates is highly recommended.
- ExtGWT Rich Internet Application Cookbook
- PyQt從入門到精通
- 青少年美育趣味課堂:XMind思維導圖制作
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Scratch3.0趣味編程動手玩:比賽訓練營
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- Hadoop 2.X HDFS源碼剖析
- CodeIgniter Web Application Blueprints
- Apache Solr PHP Integration
- Python Social Media Analytics
- 基于MATLAB的控制系統仿真及應用
- Arduino Electronics Blueprints
- Getting Started with Windows Server Security
- 虛擬現實:引領未來的人機交互革命
- Leaflet.js Essentials