Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (2024)

This article is a step-by-step guide to install SQL Server 2022 for SCCM (ConfigMgr). Using the steps covered in this guide, you can install SQL Server 2022 for Configuration Manager in your enterprise.

One of the new features of Configuration Manager 2303 is support for SQL Server 2022. Starting with SCCM current branch 2303, support is added for the SQL server 2022 version. As SQL Server 2022 is now supported, SCCM installations that previously only supported SQL Server 2019 can now install SQL Server 2022 or even upgrade to version 2022 of their current SQL Server.

When you are installing a new ConfigMgr primary site, it requires asupported SQL Server versionand configuration to host the site database. The site database must use a full installation of SQL Server. You can take a look at thelist of supported SQL Server versions for SCCM.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (1)

The installation procedure for SQL Server 2022 is similar to that of SQL Server 2019. When you install SQL Server 2022 for SCCM, the setup includes the options to define or configure memory limit configurations for SCCM.

  • Install SQL Server 2019 for ConfigMgr
  • Fix SCCM SQL Server Native Client Update Warning
  • Deploy SQL Server Management Studio using SCCM
  • Install SQL Cumulative Update on SCCM Server
  • SCCM 1606 Upgrade SQL Server 2014 to SQL Server 2016

Download SQL Server 2022 for SCCM

SQL Server 2022 comes in 5 different editions, and you can download the one that you require.

  • Developer Edition
  • Express Edition
  • Enterprise Edition
  • Standard Edition
  • Web Edition

For a ConfigMgr standalone primary site, you can either download SQL server 2022 Enterprise or Standard edition and use it. You can always download a trial version of SQL Server 2022 fromSQL Server downloadspage. To download the licensed version of SQL 2022, use MSDN or VLSC site.

Install SQL Server 2022 for SCCM | ConfigMgr

Let’s go through the steps to install SQL Server 2022 for ConfigMgr. Mount the SQL Server 2022 media (ISO file) on the Server. Run the SQL setup.exe as an administrator.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (2)

On the SQL Sever Installation center, select the Installation tab. Click New SQL Server stand-alone installation or add features to an existing installation. You must choose this option when you install SQL server for your new primary site.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (3)

Choose SQL Server 2022 Edition and Product Key

When you install SQL Server 2022 for ConfigMgr, you can select between Standard and Enterprise edition. Enterprise edition offers more features as compared to Standard edition of SQL 2022. You must also enter the product key for SQL Server 2022. Click Next.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (4)

SQL Server 2022 License Terms

For any Microsoft product that you install on your setup requires accepting the license terms. For SQL Server 2022, check the box “I accept the license terms and Privacy Statement“. Click Next.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (5)

Update SQL Server 2022 Product

The SQL Server 2022 setup wizard allows you to update the SQL Server product via Windows Updates. The updates are delivered using Automatic updates, or you can visit the Microsoft update website to get SQL 2022 updates. Select the option “Use Microsoft Updates to check for updates (recommended)” and click Next.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (6)

Configure SQL 2022 Install Rules

The install rules step must be completed successfully before installing SQL Server 2022 for SCCM. This is where setup rules are executed to identify potential issues that may arise during the SQL installation. You must correct any errors that you find here.

There are four install rules that are validated during the setup:

  • Machine Learning Server shared feature support
  • Consistency validation for SQL Server registry keys
  • Computer domain controller
  • Windows Firewall
  • Microsoft .NET Framework 4.7.2, or newer, is required

Each rule has a status indicator next to it. If you see passed as the status, you are ready to move on to the next step. If you notice any warnings or failures, you must correct them all. Click Next.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (7)

SQL Server 2022 Feature Selection for ConfigMgr

You must select the features to install for ConfigMgr in the Feature Selection window. When you install SQL Server 2022 for ConfigMgr, you get access to a plethora of instance features. Each site server, however, requires only the Database Engine Services feature.

Although you can choose or add more features, doing so is unnecessary because ConfigMgr does not use them. SQL Server replication is not required for Configuration Manager database replication. This SQL Server configuration, however, is required when using database replicas as management points.

After you select the instance features, at the bottom you get some options.

  • Specify the instance root directory
  • Shared feature directory
  • Shared feature directory (x86)

By default, the files are installed on the C: drive. If you wish to change the location, you may do that. I will be leaving it with default settings. ClickNext.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (8)

Configure SQL Server 2022 Instance

Each site must have its own instance of SQL Server. Unless you specify a different instance name, SQL Server will install in the default instance. The SQL server instance can now be either named or the default instance.

What is the distinction between a SQL Server DEFAULT instance and a NAMED instance? When installing a single instance of SQL server, a default instance is used. A named instance, on the other hand, is a type of instance in which the user specifies an instance name when installing the instance.

I’ll use the Default Instance of SQL Server 2022 for ConfigMgr lab. As a result, the instance ID will be MSSQLSERVER. Click Next.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (9)

Configure Service Accounts for SQL Server 2022

When you install SQL Server 2022 for SCCM, there are 3 services listed under the service accounts.

  • SQL Server Agent – Automatic
  • SQL Server Database Engine – Automatic
  • SQL Server Browser – Disabled

Optional: You can specify the service account name by clicking inside the account name box and clickingBrowse. That should allow you to find and choose the AD service account name.

It is recommended to create service accounts for each service and assign them over here. Ensure these service accounts are not used for any other purposes and the account passwords are set not to expire in Active Directory.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (10)

SQL Server 2022 Collation for ConfigMgr

This is a very import step when you install SQL Server 2022 for SCCM. If you don’t specify the right collation, you may encounter the following error while installing Configuration Manager.

Configuration Manager requires that you configure your SQL Server instance and Configuration Manager site database (if already present) to use the SQL_Latin1_General_CP1_CI_AS collation, unless you are using a Chinese operating system and require GB18030 support.

In case you have set an incorrect SQL collation, you’ll encounter the above error during the prerequisite check of Configuration Manager. To resolve the above error, you can refer to the following guide: Fix SQL Server Collation issue for SCCM.

Under the Collation tab, if you see SQL_Latin1_General_CP1_CI_AS, click Next. Otherwise, click Browse and then select collation SQL_Latin1_General_CP1_CI_AS. Click Next to continue.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (11)

Database Engine Configuration for SQL 2022

On the database engine configuration page, there are many options that you can configure.

The first tab is for the Server Configuration. Here, you can specify the authentication mode and administrators for the Database Engine. You get two options under Authentication mode.

  • Windows Authentication mode
  • Mixed more (both SQL Server Authentication and Windows Authentication)

I usually select Windows Authentication mode and add the current user to specify it as SQL Server administrator. You can add multiple accounts here, and these accounts have unrestricted access to the Database Engine.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (12)

In the data directories tab, you can specify the locations :-

  • Data root directory
  • System database directory
  • User database directory
  • User database log directory
  • Backup directory

These locations are by default on the C: drive. You may, however, specify other locations based on your needs. For example, on the same server, you can specify the user database directory and user database log directory on a different drive, such as D or E.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (13)

You can specify the Temp DB data directories and log directory on TempDB tab. By default, the TempDB data directories are located on C: drive. You can specify another drive for temp DB. Click Next.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (14)

Configure SQL Memory Limits for ConfigMgr

If you are installing SQL Server 2022 for ConfigMgr, the Memory tab lets you configure the minimum and maximum server memory. In the Memory tab, you get two options: RecommendedandDefault. Specify the Min server memory and maximum server memory. If you choose the default option, it may list a high server memory.

I am going to specify Minimum SQL Server memory to 8GB and Maximum server memory to 16GB. When you install SQL server 2022 on your production server, you must consider therecommended hardware for Configuration Manager by Microsoft.

You must accept the recommended memory configurations for SQL Server database engine. If you specify the lower values than recommended ones, you may encounter SQL Server memory warning duringConfiguration Manager prerequisite check.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (15)

The Ready to Install page shows the summary of settings that you have configured for SQL Server 2022. Review them and click Install.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (16)

The SQL Server 2022 installation begins now, and the selected features are installed. After a few minutes, on the Complete page, you’ll see the status of all the features are Succeeded. This confirms that SQL Server 2022 for ConfigMgr has been installed successfully.

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (17)

Note: There are currently no cumulative updates released for SQL Server 2022. In case you find the new CU’s for SQL 2022, please install them and keep your SQL Server 2022 updated. To manage the SQL Server 2022, you must install SQL Server Management Studio.

It is a good practice to document the Configuration Manager version, SQL Server version and all the steps that you perform during SCCM setup. It will help you when you decide to upgrade your ConfigMgr infrastructure. I have published a guide onhow to find the SQL Server versionand also there is a YouTube tutorial for it.

Need more help?

If you need further assistance on the above article or want to discuss other technical issues, check out some of these options.

Forums

Contact

Guide to Install SQL Server 2022 for SCCM » Prajwal Desai (2024)

References

Top Articles
Kelly Ripa Makes $22 Million From Her 'Live' Show Each Year
Skyward Bastrop Tx
Netr Aerial Viewer
My E Chart Elliot
Libiyi Sawsharpener
877-668-5260 | 18776685260 - Robocaller Warning!
Sissy Hypno Gif
EY – все про компанію - Happy Monday
Ribbit Woodbine
Barstool Sports Gif
Ou Class Nav
Tribune Seymour
The Haunted Drury Hotels of San Antonio’s Riverwalk
Pollen Count Los Altos
Caroline Cps.powerschool.com
Aktuelle Fahrzeuge von Autohaus Schlögl GmbH & Co. KG in Traunreut
Grasons Estate Sales Tucson
Busted Barren County Ky
Apus.edu Login
The Exorcist: Believer (2023) Showtimes
Vipleaguenba
Jellyfin Ps5
Pretend Newlyweds Nikubou Maranoshin
Joann Ally Employee Portal
Our History
Healthier Homes | Coronavirus Protocol | Stanley Steemer - Stanley Steemer | The Steem Team
Raz-Plus Literacy Essentials for PreK-6
Myhr North Memorial
Weve Got You Surrounded Meme
How to Watch Every NFL Football Game on a Streaming Service
Avatar: The Way Of Water Showtimes Near Maya Pittsburg Cinemas
Poochies Liquor Store
Jackie Knust Wendel
Wrights Camper & Auto Sales Llc
Ullu Coupon Code
101 Lewman Way Jeffersonville In
Uno Fall 2023 Calendar
Ipcam Telegram Group
Planned re-opening of Interchange welcomed - but questions still remain
Bi State Schedule
Dubois County Barter Page
Shiftwizard Login Johnston
Darrell Waltrip Off Road Center
Edict Of Force Poe
When His Eyes Opened Chapter 2048
Wal-Mart 2516 Directory
Elisabeth Shue breaks silence about her top-secret 'Cobra Kai' appearance
Cheetah Pitbull For Sale
Top 25 E-Commerce Companies Using FedEx
Watch Chainsaw Man English Sub/Dub online Free on HiAnime.to
Yosemite Sam Hood Ornament
Craiglist.nj
Latest Posts
Article information

Author: Annamae Dooley

Last Updated:

Views: 6540

Rating: 4.4 / 5 (65 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Annamae Dooley

Birthday: 2001-07-26

Address: 9687 Tambra Meadow, Bradleyhaven, TN 53219

Phone: +9316045904039

Job: Future Coordinator

Hobby: Archery, Couponing, Poi, Kite flying, Knitting, Rappelling, Baseball

Introduction: My name is Annamae Dooley, I am a witty, quaint, lovely, clever, rich, sparkling, powerful person who loves writing and wants to share my knowledge and understanding with you.