Installing SQL Server on Windows Server – A step-by-step Guide

SQL Server 2022 Windows Server 2019 Installation

Here’s a step-by-step guide on how to install Microsoft SQL Server on a Windows Server operating system, including the installation of Microsoft SQL Server Management Studio. Microsoft SQL Server is a relational database management solution by Microsoft that can be used on-premise or in the cloud to store and retrieve data from other applications.

Prerequisites:

  • A Windows Server system
  • An account with administrator-level privileges

Instructions:

  1. Go to the SQL Server downloads page and download the setup file for the Developer edition.
Download page SQL server 2022

Once the download is complete, open the setup file to start the installation process.

Select the Custom installation type.

SQL server 2022 installation type

Choose a location to store the downloaded installation media files and click Install.

SQL server 2022 installation media location

Wait for the Download To finish.

SQL server 2022 downloading installation package

The SQL Server Installation Center window will replace the setup window once the download is complete. Start the wizard to install SQL Server 2022 by selecting the Installation category and clicking the New SQL Server link.

SQL server 2022 installation center

Select Edition of SQL Server 2022 you want to install

SQL server 2022 select edition

Accept the licence terms and Privacy Statement by checking the box, then click Next.

SQL server 2022 accept license terms

The wizard will automatically check for available updates. Click Next to proceed if there are no updates ready to install.

SQL server 2022 install rules and update

Uncheck the Azure Extension For SQL Server and click on Next.

SQL server 2022 azure extension for SQL Server

Select the features you want to install, such as the Database Engine Services option. Click Next to proceed.

SQL server 2022 Instance features selection

Enter a name and instance ID for the new SQL server and click Next to continue.

SQL server 2022 instance id and name

Set up the service accounts and collation configuration, then click Next to proceed. You may use the default settings for this example.

SQL server 2022 service accounts configuration

In the Server Configuration tab, select the Mixed Mode method of authentication. Choose a user for the role of SQL server administrator and set up a password for their account. Click Next to proceed.

SQL server 2022 database engine configuration

When you are ready to install, Click on Install.

SQL server 2022 ready to install page

Your SQL Server 2022 installation completed successfully. You Can Close the window.

SQL server 2022 installation completed

Download And Install SQL Server Management Studio (SSMS)

SQL server 2022 download SSMS

Use the SSMS download page and then click on Download SQL Server Management Studio (SSMS).  Below you can see that this shows it is version 19.0.4.

SQL server 2022 SSMS Download Page

Once download finish,

On the next screen, you can use the default install location or change as needed. 

Then click the Install button:

SQL server 2022 SSMS Install setup

Once the installation is successful, you will be asked to Close:

SQL server 2022 Install Setup Completed

Conclusion

In summary, having followed this tutorial, you should have successfully installed Microsoft SQL Server and SQL Server Management Studio and be ready to start using them.

LEAVE A COMMENT