Install SQL Server 2022
The SQL Server Installation Wizard guides you through the steps required to install SQL Server 2022.
SQL Server Reporting Services
In SQL Server 2022, the Reporting Services is a separately installed feature. If required, install the Reporting Services according to Microsoft guidelines, on a local SQL Server hosting the reporting database server role. The server can be one of the following based on deployment level:
-
L1: Consolidated Server
-
L2: Data Center Server
-
L3: Database Server
-
L4/L5: Framework Database & Reporting Server
-
L6: Reporting Server
See Install SQL Server Reporting Services (2022 and later) on Microsoft Site:
Procedure
-
Run Setup
-
Insert the SQL Server installation media into the DVD drive.
-
Open the drive and run setup.exe.
-
-
Installation Type
Select Installation, and select New SQL Server stand-alone installation or add features to an existing installation.
-
Server Configuration > Services Accounts tab.
-
For each service, enter the Account Name and Password.
-
Configure the Startup Type for the following services:
Service
Startup Type
SQL Server Agent
Automatic
SQL Server Database Engine
Automatic
SQL Server Integration Services
N/A (not used by the system)
SQL Server Browser
N/A (not used by the system)
-
Select the Grant Perform Volume Maintenance Task privilege to SQL Server Database Engine Service option.
-
-
Server Configuration > Collation tab.
-
For the Database Engine, click Customize, and select Windows collation designator and sort order.
-
Define the collation using these guidelines:
-
Collation designator: Set the collation as specified in the Site Preparation Checklist (SPC), or according to your database administrator.
-
Case-sensitive: Leave unselected.
-
Accent-sensitive: Set as specified in the Site Preparation Checklist (SPC), or according to your database administrator.
-
Leave the remaining options (Binary, Binary-code point, Kana-sensitive, Width-sensitive) clear (not selected). If there is a specific reason to select one of these options, consult your database administrator.
-
-
Click OK, and then click Next.
-
-
Database Engine Configuration > Server Configuration
-
For Verint customers: Under Authentication Mode, click Windows Authentication Mode. Mixed mode is also supported.
-
For British Telecom (BT) customers:
-
Under Authentication Mode, click Mixed Mode.
-
Under Mixed Mode, specify the password for the SQL Server system administrator (sa) account.
-
-
For IPC customers: Under Authentication Mode, click Mixed Mode.
-
Under Specify SQL Server administrators, click Add, and then select the Database Management Account.
-
-
Database Engine Configuration > Data Directories
No updates are required on this tab.
-
License Terms
Accept the license terms, and click Next.
-
Microsoft Update
Leave the settings unselected, and click Next.
-
Product Updates
Leave the settings unselected, and click Next.
-
Install Rules
Verify that all rules have a status of Passed, and click Next.
-
Feature Selection
(The feature list may change for different SQL Server editions.)
-
Select the Instance Features:
-
Database Engine Services
-
Integration Services
-
Full-Text and Semantic Extractor for Search
This feature is only required to support Full-Text Search in the system. The Database Server must meet the Full-Text Search hardware requirements.
-
-
If required, change the following directories:
-
Instance root directory
-
Shared feature directory
-
Shared feature directory (x86)
-
-
Click Next.
-
-
Feature Rules
-
Wait for the operation completed message, and then click Show Details.
-
Verify that all rules have a status of Passed, and click Next.
-
-
Instance Configuration
-
Select one of the following:
-
Default Instance: you can have one default instance for each machine. The default instance name is MSSQLServer.
-
Named Instance: you can set a named instance, such as (such as WFO or Recorder) in place of the default name, or if there are multiple instances on the same machine.
Follow Microsoft's guidelines when defining the Named Instance, and ensure that it:
- Begins with a letter.
- Does not include more than 16 characters.
Setting a named instance automatically adds the instance name to SQLServerAgent (computer name) and to MSSQL Service as follows:
- SQLServerAgent: SQLAgent$<instance name>
- MSSQL Service: MSSQL$<instance name>
-
-
Instance Root Directory: Use the default path; change only if needed.
-
-
Server Configuration > Services Accounts tab.
-
For each service, enter the Account Name and Password.
-
Configure the Startup Type for the following services:
Service
Startup Type
SQL Server Agent
Automatic
SQL Server Database Engine
Automatic
SQL Server Integration Services
N/A (not used by the system)
SQL Server Browser
N/A (not used by the system)
-
Select the Grant Perform Volume Maintenance Task privilege to SQL Server Database Engine Service option.
-
-
Server Configuration > Collation tab.
-
For the Database Engine, click Customize, and select Windows collation designator and sort order.
-
Define the collation using these guidelines:
-
Collation designator: Set the collation as specified in the Site Preparation Checklist (SPC), or according to your database administrator.
-
Case-sensitive: Leave unselected.
-
Accent-sensitive: Set as specified in the Site Preparation Checklist (SPC), or according to your database administrator.
-
Leave the remaining options (Binary, Binary-code point, Kana-sensitive, Width-sensitive) clear (not selected). If there is a specific reason to select one of these options, consult your database administrator.
-
-
Click OK, and then click Next.
-
-
Database Engine Configuration > Server Configuration
-
For Verint customers: Under Authentication Mode, click Windows Authentication Mode. Mixed mode is also supported.
-
For British Telecom (BT) customers:
-
Under Authentication Mode, click Mixed Mode.
-
Under Mixed Mode, specify the password for the SQL Server system administrator (sa) account.
-
-
For IPC customers: Under Authentication Mode, click Mixed Mode.
-
Under Specify SQL Server administrators, click Add, and then select the Database Management Account.
-
-
Database Engine Configuration > Data Directories
No updates are required on this tab.
-
Database Engine Configuration > TempDB
Modify/Set the Data directory and Log directory fields for TempDB according to the requirements specified in the Customer Furnished Equipment (CFE) Guide.
-
Feature Configuration Rules
The rule check runs automatically and when completed the Ready to Install page appears. Click Next.
-
Ready to Install
-
Verify that the settings for Prerequisites, General Configuration, and Instance Configuration are correct.
-
If needed, click Back to access the settings you want to change.
-
Click Install.
-
-
Installation Progress
Monitor the progress of the installation.
-
Complete
Do the following:
-
Verify that each feature shows a status of Succeeded.
-
Click Close.
-