0% found this document useful (0 votes)
28 views

How To Install SQL Server Developer Edition

The document provides steps to install SQL Server 2019 Developer Edition and SQL Server Management Studio (SSMS). It explains how to download the Developer edition of SQL Server 2019, run the installer, select installation options, and complete the setup. It also describes downloading and installing SSMS to interact with and manage SQL Server.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

How To Install SQL Server Developer Edition

The document provides steps to install SQL Server 2019 Developer Edition and SQL Server Management Studio (SSMS). It explains how to download the Developer edition of SQL Server 2019, run the installer, select installation options, and complete the setup. It also describes downloading and installing SSMS to interact with and manage SQL Server.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

3/18/22, 12:50 PM How To Install SQL Server Developer Edition

Install SQL Server

Summary: in this tutorial, you will learn to install the SQL Server 2019 Developer Edition and SQL
Server Management Studio (SSMS).

Install SQL Server 2019 Developer Edition

Download SQL Server 2019

To download SQL Server 2019, you click the following link:

Download the SQL Server (https://www.microsoft.com/en-us/sql-server/sql-server-downloads)

Microsoft provides you with some SQL Server editions. For learning purposes, you can download the
Developer edition.

Once complete downloading, you can double-click the file SQL2019-SSEI-Dev.exe file to launch the
downloader.

1. The downloader will ask you to select the installation type, choose the Download Media option. This
option allows you to download the setup files first and install the SQL Server later.

https://www.sqlservertutorial.net/install-sql-server/ 1/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

2. Specify the folder for storing the installation files, then click the Download button:

https://www.sqlservertutorial.net/install-sql-server/ 2/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

3. The downloader will start downloading the installation files. It’ll take a while.

https://www.sqlservertutorial.net/install-sql-server/ 3/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

4. Once the download completes, open the folder that stores the downloaded file:

https://www.sqlservertutorial.net/install-sql-server/ 4/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

5. Right-click the iso file and select the Mount option to mount the iso file:

6. Open the installation folder and click the setup.exe file to launch the installer:

https://www.sqlservertutorial.net/install-sql-server/ 5/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

Install SQL Server 2019 developer edition

1. After double click setup.exe, you’ll see the following window; select the installation option on the
left:

https://www.sqlservertutorial.net/install-sql-server/ 6/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

2. Click the first link to launch a wizard to install SQL Server 2019:

https://www.sqlservertutorial.net/install-sql-server/ 7/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

3. Specify the edition that you want to install, select Developer edition, and click the Next button.

https://www.sqlservertutorial.net/install-sql-server/ 8/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

4. Select the “I accept the license terms.” and click the Next button:

https://www.sqlservertutorial.net/install-sql-server/ 9/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

5.  Uncheck the “Use Microsoft Update to check for updates (recommended)” if you don’t want to get
the updates for the SQL Server and click the Next button:

https://www.sqlservertutorial.net/install-sql-server/ 10/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

6. The installation checks for the prerequisites before installation. If no error occurs, click the Next
button:

https://www.sqlservertutorial.net/install-sql-server/ 11/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

7. Select the features that you want to install. For learning purposes, you need the Database Engine
Services; check the checkbox and click the Next button to continue:

https://www.sqlservertutorial.net/install-sql-server/ 12/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

8. Provide the instance ID of the SQL Server and click the Next button:

https://www.sqlservertutorial.net/install-sql-server/ 13/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

9.  Select the Mixed Mode, provide the password for system administration ( sa ) account (you need
to store this password in a secure place so that you can use it to connect to the SQL Server later), click
the Add Current User to specify the SQL Server Administrators, and click the Next button:

https://www.sqlservertutorial.net/install-sql-server/ 14/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

10. Verify the SQL Server 2019 features to be installed:

https://www.sqlservertutorial.net/install-sql-server/ 15/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

11. Click the Close button to complete the installation:

https://www.sqlservertutorial.net/install-sql-server/ 16/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

Congratulation!  you have successfully installed SQL Server 2019 Developer Edition.

Install Microsoft SQL Server Management Studio


To interact with SQL Server, you need to have a SQL Server client tool.

Microsoft provides you with the SQL Server Management Studio (SSMS). The SQL Server Management
Studio is software for querying, designing, and managing SQL Server on your local computer or in the
cloud. It provides you with tools to configure, monitor, and administer SQL Server instances.

First, download the SSMS from the Microsoft website via the following link:

Download SQL Server Management Studio (https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-


management-studio-ssms)

https://www.sqlservertutorial.net/install-sql-server/ 17/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

Second, double-click the installation file SSMS-Setup-ENU.exe to launch the SSM installer. The
installation process of SMSS is straightforward. you need to follow the screen sequence.

1. Click the Install button

2. Wait for a few minutes while the installer sets up the software:

https://www.sqlservertutorial.net/install-sql-server/ 18/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

3. Once setup is completed, click the Close button:

https://www.sqlservertutorial.net/install-sql-server/ 19/20
3/18/22, 12:50 PM How To Install SQL Server Developer Edition

Now, you should have SQL Server 2019  and SQL Server Management Studio installed on your
computer. Next, you will learn how to connect to the SQL Server 2019 from the SQL Server
Management Studio (https://www.sqlservertutorial.net/connect-to-the-sql-server/) .

https://www.sqlservertutorial.net/install-sql-server/ 20/20

You might also like