- 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.
- Advanced Machine Learning with Python
- Getting started with Google Guava
- PyTorch Artificial Intelligence Fundamentals
- Production Ready OpenStack:Recipes for Successful Environments
- SQL Server 2012數(shù)據(jù)庫管理與開發(fā)項(xiàng)目教程
- 名師講壇:Spring實(shí)戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- AppInventor實(shí)踐教程:Android智能應(yīng)用開發(fā)前傳
- Windows內(nèi)核編程
- Mastering Linux Security and Hardening
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門到精通(第二版)
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- 石墨烯改性塑料
- Three.js權(quán)威指南:在網(wǎng)頁上創(chuàng)建3D圖形和動(dòng)畫的方法與實(shí)踐(原書第4版)
- Node.js 6.x Blueprints
- Building Apple Watch Projects