SQL Developer Installation

Introduction

SQL server is a relational database management solution offered by Microsoft. It can be installed on-premise or in the cloud and is primarily used to store and retrieve data it receives from other applications.

This tutorial outlines the step-by-step process of installing Microsoft SQL Server on Windows. We will also show you how to install the Microsoft SQL Server Management Studio.

Prerequisites

  • A system running Windows server
  • Access to an account with administrator-level privileges

Note: Check out our guide on  installing SQL Express Server, if you’re looking for a more lightweight version of SQL Server .

Install and Configure SQL Server on Windows

Follow the steps below to install Microsoft SQL Server 2019:

  • The setup file can be found on the SQL Server downloads page. 
  • Click the Download Now button once you’ve found the Developer edition as shown in the figure 1.0 below.
  • Once the download is complete, open the setup file to start the installation process.

SQL Developer Installation

Figure 1.0

 

Step 1

Click the middle tile to select the Custom installation type as shown in figure 1.1

SQL Developer Installation Step 1

 Figure 1.1

 

Step 2

Browse the location to store the downloaded installation media files and click Install to continue as shown in figure 1.2.

SQL Developer Installation Step 2

Figure 1.2

 

Step 3

Once the download is complete, the setup window automatically closes and is replaced by the SQL Server Installation Center window. Here, start the wizard to install SQL Server 2019.

 

Step 4

Select the Installation category on the left-hand side of the SQL Server Installation Center window and click the New SQL Server link to start the installation wizard as shown in figure 1.3

SQL Developer Installation Step 3

Figure 1.3

 

 Step 5

The wizard automatically checks for available updates. If there are no updates ready to install, click Next to proceed.

SQL Developer Installation Step 4

Figure 1.4

 

Step 6

The install wizard checks for any errors that might cause problems during the setup process. If it detects any failures, fix them before clicking Next to continue as shown in figure 1.5.

SQL Developer Installation Step 5

Figure 1.5

 

Step 7

Choose an installation type. If you are installing SQL Server for the first time, select the Perform a new installation of SQL Server 2019 option and click Next to continue.

SQL Developer Installation Step 6

Figure 1.6

 

Step 8

Choose the version of SQL Server you want to install and enter a product key if you have one, then click Next to proceed. For this example, we are installing the free Developer version.

SQL Developer Installation Step 7

Figure 1.7

 

Step 9

Check the I accept the license terms and Privacy Statement box and click Next to continue.

SQL Developer Installation Step 9

Figure 1.8

 

Step 11

Select the features you want to install. For this example, we are using the Database Engine Services option. Click Next to proceed.

SQL Developer Installation Step 11

Figure 1.9

 

Step 12

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

SQL Developer Installation Step 12

Figure 1.10

Note: Once you enter the server’s name using the Named instance option, the wizard automatically fills in the instance ID field.

 

Step 13

Set up the service accounts and collation configuration, then click Next to continue. For this example, we are using the default settings.

SQL Developer Installation Step 13

Figure 1.11

 

Step 14

In the Server Configuration tab, select the Mixed Mode method of authentication.

Select a user for the role of SQL server administrator and set up a password for their account. Click Next to proceed.

SQL Developer Installation Step 14

Figure 1.12

 

Step 15

The final step offers a summary of the installation. Click Back to return to any of the previous steps and change the installation settings or click Install to start the setup process.

SQL Developer Installation Step 15

Figure 1.13

 

Step 16

Once the setup is complete, the status of setup operations should read Succeeded. Click Close to exit the install wizard.

Install Microsoft SQL Server Management Studio

Microsoft SQL Management Studio (SSMS) allows you to design, query, and manage databases using SQL Server. Follow the steps outline below to install SQL server management studio it on your system:

Step 1: 

Download the install file from the SQL Server Management Studio download page. Scroll down and click the link to download SSMS 18.9.1 as shown in the figure 2.1.

 

Step 2: 

Open the installation file to start the setup.

Install Microsoft SQL Server Step 2

Figure 2.1

 

Step 3:

Choose an install location (preferably on the C: drive of the system) and click Install to continue. As illustrated in Figure 2.2.

Install Microsoft SQL Server Step 3

Figure 2.2

 

Step 4:

 Once the installation process is complete, click Close to exit the setup.

Install Microsoft SQL Server Step 4

Figure 2.3

 

Conclusion

After reading this tutorial, you should have Microsoft SQL Server and SQL Server Management Studio installed and ready to use. Next, work on creating a database!

If you want to find out more about SQL installation on other operating systems, make sure to read our articles on how to install SQL server on Linux and how to install SQL server on MacOS.

SQL Setup Server

Figure 1.14

 

 

Facing Issues? icon Submit Your Queries

Can't find what you're looking for?

Please reach out to [email protected]and we will happily answer any question you may have.

Talk To Our Technical Expert