The purpose of this series of posts is to explore and use Workspace ONE AirLift into a Lab environment to migrate devices, applications, and policies (GPOs) from ConfigMgr and Active Directory Domain Services (ADDS) to Modern Management with Workspace ONE.
Table of Content:
Part 1 - AirLift Introduction and Diagram Overview. [Click here]
Part 2 - Servers and Computer Global Configuration. [Click here]
Part 3 - Active Directory Configuration and Domain Join. [Click here]
Part 4 - Hard Disks Configuration and prerequisite Sources Preparation. [Click here]
Part 5 - Roles and Features Installation. SPN Creation. [Click here]
Part 6 - SQL Server, SSRS and SSMS Installation. [You are Here]
Part 7 - WSUS Installation and Configuration. ADK And WinPE Installation. [Coming Soon !]
Part 8 - ConfigMgr prerequsisites: System Management Container creation, AD Schema Extension and Database Creation. [Coming Soon !]
Part 9 - Installation, Overview and Update of ConfigMgr. [Coming Soon !]
Part 10 - ConfigMgr Configuration: Discovery methods Activation, Boundaries creation, Software Center personalization, VLC app configuration. [Coming Soon !]
Part 11 - Airlift Installation, Configuration and Overview. [Coming Soon !]
1 - SQL Server Installation
The following manipulation have to be done on MOB-SRV-MECM-01 Server.
- Open File Explorer.
- Navigate to Sources folder.
- Mount SQLServer2019-x64-ENU.iso file.
- Execute setup.exe file.

On SQL Server Installation Center window:
5. Click on Installation menu.
6. Click on New SQL Server stand-alone installation or add features to an existing installation.

1.1 - Product Key Step
- Leave default selection.
- Click on Next >.

1.2 - License Terms Step
- Check I accept the license terms and Privacy Statement.
- Click on Next >.

1.3 - Microsoft Update Step
- Check Use Microsoft update to check for updates (recommended).
- Click on Next >.

1.4 - Install Rules Step
- Verify that you have no operation generated a Fail.
- Windows Firewall generated a Warning but no problem with that as we opened the appropriate ports to enable remote access.
- Click on Next >.

1.5 - Feature Selection Step
- Check Database Engine Services.
- Click on Next >.

1.6 - Instance Configuration Step
- Leave default values.
- Click on Next >.

1.7 - Server Configuration Step
- Modify the Account Name For SQL Server Agent Service.
- Click on Account Name cell then select << Browse...>>.

- Enter SVC_SQL User.
- Validate by clicking on Check Names.
- Click on OK.

- On Password column, enter SVC_SQL Password.

- On Startup Type column, select Automatic.

- Proceed to the same modifications for SQL Server Database Engine Service.

- Click on Collation tab.
- Click on Customize...
- Select SQL collation, used for backwards compatibility.
- Select SQL_LATIN1_GENERAL_CP1_CI_AS.
- Click on OK.

Why SQL_LATIN1_GENERAL_CP1_CI_AS as value for the SQL collation?
This is a Microsoft requirement:
- Click on Next >.

1.8 - Database Engine Configuration Step
- Under Server Configuration tab, click on Add Current User.

- Click on Add...
- Enter SVC_SQL.
- Verify the User by clicking Check Names.
- Click on OK.

- Click on TempDB tab.
- Click on Remove to remove the current Data Directory.

- Add a new Data directory by clicking on Add...
- Select MECM_TempDB (E:) Drive.
- Select DB folder.
- Click on OK.

- Next to TempDB data files > Number of files, select 4.
- Next to TempDB data files > Autogrowth (MB), select 256.
- Next to TempDB log file > Autogrowth (MB), select 256.

The above values have been adapted regarding SQL recommendations for MECM - White Paper v2.6.pdf.
- Click on Next >.
1.9 - Ready to Install Step
- Click on Install.

1.10 - Complete Step
- Once installion completed successfully, click on Close.

- Close SQL Server Installation Center window.
2 - SQL Server Reporting Services (SSRS) Installation
The following manipulation have to be done on MOB-SRV-MECM-01 Server.
- Open File Explorer.
- Navigate to Sources folder.
- Execute SQLServerReportingServices.exe.
- Click on Install Reporting Services.

- Select Choose a free edition.
- Click on Next >.

- Click I accept the license terms.
- Click on Next >.

- Leave default value.
- Click on Next >.

- Leave default Install Location.
- Click on Install.

- Once Setup completed, click on Close.
- Restart MOB-SRV-MECM-01 Server.

3 - SQL Server Management Studio (SSMS) Installation
The following manipulation have to be done on MOB-SRV-MECM-01 Server.
- Open File Explorer.
- Navigate to Sources folder.
- Execute SSMS-Setup-ENU.exe.
- Leave default values.
- click on Install.

- Once Setup Completed, click on Close.
- Restart MOB-SRV-MECM-01 Server.

- Pin Microsoft SQL Server Management Studio to the Taskbar.
4 - SQL Server Update Memory Allocation
The following manipulation have to be done on MOB-SRV-MECM-01 Server.
- Open SQL Server Management Studio.
- From Connect to Server window, leave default values.
- Click on Connect.

- Under Object Explorer, right click on MOB-SRV-MECM-01
- Click on Properties.

- Select Memory page.
- Under Server memory options > Maximum server memory (in MB) enter 3072 which is 3GB converted into MB.
- Click on OK.

The above modification is part of Microsoft recommendation:
- Close Microsoft SQL Server Management Studio window.
5 - Update Architecture Diagram
Regarding modifications, here is the updated Architecture Diagram:

6 - Conclusion
This is the end of the Part 6 for this series of posts. In this post we have done the following manipulations:
- Installation of SQL Server.
- Installation of SSRS.
- Installation of SSMS.
See you in Part 7 to continue the configuration.