Chat Zalo Chat Messenger Phone Number Đăng nhập
How To Install SQL Server Developer Edition

How To Install SQL Server Developer Edition

Summary: In this tutorial, you will learn how to install 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, click the following link:Download the

SQL Server that Microsoft provides you with some editions

of

SQL Server

. For learning purposes, you can download the developer edition.

After the download is complete, you can double-click the 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 installation files first and install SQL Server later.

<img src="https://www.sqlservertutorial.net/wp-content/uploads/download-sql-server-2019.png" alt="Download

SQL Server 2019

” />

2. Specify the folder to store the installation files, and then click the Download:

download sql server 2019 select iso file

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

download sql server 2019 downloading

4. After the download is complete, open the folder that stores the downloaded file:

<img src

=”https://www.sqlservertutorial.net/wp-content/uploads/download-sql-server-2019-download-completed.png”

alt=”” />

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

mount sql server 2019 iso file

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

sql server 2019 files

Install SQL Server 2019 developer edition

1. After double-clicking Settings.exe, you will see the following window; Select the installation option on the left:

install sql server 2019 step 1

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

install sql server 2019 step 2

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

install sql server 2019 step 3

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

<img src

=”https://www.sqlservertutorial.net/wp-content/uploads/install-sql-server-2019-step-4.png”

alt=”” />

5. Clear “Use Microsoft Update to check for updates (recommended)” if you do not want to get updates for SQL Server, and then click the Next button:

install sql server 2019 step 5

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

install sql server 2019 step 6

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

install sql server 2019 step 7

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

install sql server 2019 step 8

9. Select mixed mode, provide the password for the system administration (sa) account (you must store this password in a safe place so that you can use it to connect to SQL Server later), click Add Current User to specify SQL Server administrators, and click the Next button:

install sql server 2019 step 10

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

install sql server 2019 step 11

11. Click the Close button to complete the installation:

install sql server 2019 step 12Congratulations

! has successfully installed SQL Server 2019 Developer Edition

.

Install Microsoft SQL Server Management Studio

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

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

First, download the SSMS from the

Microsoft Web site using the following link:

Download SQL Server Management Studio

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

1. Click the Install

install SSMS step 1 1

2. Wait a few minutes while the installer configures the software:

install SSMS step 2 1

3. After the setup is complete, click the Close:

install SSMS step 3 1

button

, you should now have SQL Server 2019 and SQL Server Management Studio installed on your computer. Next, you will learn how to connect to SQL Server 2019 from SQL Server Management Studio.

Contact US