You are on page 1of 11

Installation of Microsoft SQL Server 2019

You can install the latest version of SQL server from the following link:

https://www.microsoft.com/en-gb/sql-server/sql-server-downloads

Type the above URL in the Address bar of browser.

Now, download the Express edition.

After downloading the file, click on setup file.


Now, select Basic.
Click on Accept.

Select the drive and folder where you want to install the SQL server and click on Install.
After clicking the Install, the installation will start as follows:
After the installation of SQL server, you can install SSMS (SQL Server Management Studio).
Click on ‘Install SSMS’.
After clicking on ‘install SSMS’, it will open the following page. You have to download
SSMS.
After successfully installing SSMS, you have to open the SSMS as follows:
Now, click on ‘Connect’.
Now, you can start working on SQL server. You can create databases, tables, etc.

In the Object Explorer, right click on Databases and then click New Database. Enter the name
of database and then click OK.

You might also like