SQL Server 2019 Installation Guide: Configuration Manager Database Preparation and SSMS Tool Installation

This tutorial series focuses on Configuration Manager installation and configuration, with SQL Server as its core dependency component that needs to be deployed first. Since Configuration Manager requires SQL Server 2022 to run in compatibility mode, we choose to directly install SQL Server 2019 to simplify the process. This article details the installation steps for SQL Server 2019 Developer Edition and management tools (SSMS) to ensure compliance with Configuration Manager requirements.

Note: SQL Server 2019 Developer Edition is authorized only for non-production environments (development/testing). Production environments require Enterprise or Standard Edition.

Preparation

1. System Requirements

2. Download Installation Program

Part I: SQL Server 2019 Installation Steps

Step 1: Launch Installer and Select "Custom Installation"

Reason: Configuration Manager has strict collation requirements for databases. "Basic Installation" cannot customize collation settings, so "Custom" must be selected.

SQL Server 2019 Installer Initial Interface: Select 'Custom' installation mode to start media download
SQL Server 2019 Installer Initial Interface: Select 'Custom' installation mode to start media download

Step 2: Enter Installation Center and Select "New Installation"

After download completes, the Installation Center will appear automatically. Click the left "Installation" tab and select "New SQL Server Standalone Installation or Add Features to Existing Installation".

SQL Server 2019 Installation Center 'Installation' Tab: Select 'New SQL Server Standalone Installation or Add Features to Existing Installation' to start instance deployment
SQL Server 2019 Installation Center 'Installation' Tab: Select 'New SQL Server Standalone Installation or Add Features to Existing Installation' to start instance deployment

Step 3: Select Version and Accept License Terms

SQL Server 2019 Product Key Configuration Interface: Select 'Developer Edition' (non-production environment, free license)
SQL Server 2019 Product Key Configuration Interface: Select 'Developer Edition' (non-production environment, free license)

Step 4: Installation Rule Check

The installer will automatically perform "Installation Rule" checks (operating system compatibility, network service status, etc.).

SQL Server 2019 Pre-installation Rule Check Interface: System automatically checks prerequisites
SQL Server 2019 Pre-installation Rule Check Interface: System automatically checks prerequisites

If a "Firewall Warning" appears (when database services aren't externally provided), click "Next" to ignore (manual firewall configuration required later for remote access).

SQL Server 2019 Rule Check Results: Firewall warning (can be ignored for non-remote access scenarios)
SQL Server 2019 Rule Check Results: Firewall warning (can be ignored for non-remote access scenarios)

Step 5: Select Features to Install

In the "Feature Selection" interface, only check "Database Engine Services" (Configuration Manager core dependency component). Other features (SQL Server replication, full-text and semantic extraction search, etc.) can be installed as needed. Click "Next".

SQL Server 2019 Feature Selection Interface: Only check 'Database Engine Services' (Configuration Manager required component)
SQL Server 2019 Feature Selection Interface: Only check 'Database Engine Services' (Configuration Manager required component)

Step 6: Configure Instance

In the "Instance Configuration" interface, select "Default Instance" (recommended, instance name defaults to MSSQLSERVER, simplifying subsequent Configuration Manager automatic recognition). Click "Next".

Note: If installing a named instance, record the instance name for manual specification during Configuration Manager configuration.

SQL Server 2019 Instance Configuration Interface: Select 'Default Instance' (instance name MSSQLSERVER, simplifies system recognition)
SQL Server 2019 Instance Configuration Interface: Select 'Default Instance' (instance name MSSQLSERVER, simplifies system recognition)

Step 7: Configure Collation

In the "Database Engine Configuration" interface, must set collation to SQL_Latin1_General_CP1_CI_AS (Configuration Manager mandatory requirement, do not modify to other collations). Click "Next".

SQL Server 2019 Database Engine Configuration Interface: Collation settings tab entry
SQL Server 2019 Database Engine Configuration Interface: Collation settings tab entry

SQL Server 2019 Collation Configuration: Select 'SQL_Latin1_General_CP1_CI_AS' (Configuration Manager mandatory compatibility requirement)
SQL Server 2019 Collation Configuration: Select 'SQL_Latin1_General_CP1_CI_AS' (Configuration Manager mandatory compatibility requirement)

Step 8: Add Administrator Account and Configure Memory

SQL Server 2019 Database Engine Configuration (Authentication Mode): Click 'Add Current User' to grant login user administrator permissions
SQL Server 2019 Database Engine Configuration (Authentication Mode): Click 'Add Current User' to grant login user administrator permissions

SQL Server 2019 Database Engine Configuration (Memory Tab): Check 'Use recommended memory settings' to limit memory usage ratio
SQL Server 2019 Database Engine Configuration (Memory Tab): Check 'Use recommended memory settings' to limit memory usage ratio

Step 9: Complete Installation

After confirming all configurations, click "Install" to start deploying SQL Server 2019. Wait for installation completion (approximately 5-10 minutes depending on hardware performance).

SQL Server 2019 Installation Confirmation Interface: Click 'Install' to start database service and component deployment
SQL Server 2019 Installation Confirmation Interface: Click 'Install' to start database service and component deployment

When the "Installation Successful" prompt appears, click "Close".

SQL Server 2019 Installation Results Interface: Shows 'Installation Successful' and all components deployed
SQL Server 2019 Installation Results Interface: Shows 'Installation Successful' and all components deployed

Part II: SQL Server Management Tools (SSMS) Installation

To manage SQL Server databases, install SQL Server Management Studio (SSMS).

Step 1: Download SSMS

SQL Server 2019 Installation Center 'Installation' Tab: Select 'Install SQL Server Management Tools' to redirect to SSMS download page
SQL Server 2019 Installation Center 'Installation' Tab: Select 'Install SQL Server Management Tools' to redirect to SSMS download page

Alternatively, directly visit SSMS Download Page to download SSMS 21.

SQL Server Management Studio (SSMS) Official Download Page: Select SSMS 21 (latest stable version)
SQL Server Management Studio (SSMS) Official Download Page: Select SSMS 21 (latest stable version)

Step 2: Install SSMS

SQL Server Management Studio (SSMS) Installer Interface: Click 'Continue' to confirm installation path and start deployment
SQL Server Management Studio (SSMS) Installer Interface: Click 'Continue' to confirm installation path and start deployment

SQL Server Management Studio (SSMS) Installation Process: File extraction and component deployment
SQL Server Management Studio (SSMS) Installation Process: File extraction and component deployment

SQL Server Management Studio (SSMS) Installation Results: Shows 'Installation Successful'
SQL Server Management Studio (SSMS) Installation Results: Shows 'Installation Successful'

Installation Verification

Important Notes

Next Steps

After completing SQL Server 2019 and SSMS installation, the next tutorial will cover Configuration Manager pre-configuration (database permissions, component installation, etc.).

你可能也感兴趣