Install SQL Server Express and SQL Server Management Studio With Examples

SQL server is one of the most used databases in the world. Also, SQL server’s performance is well known to the world. In order to understand any system the best way is to try out the system.

We will also do the same. Let us install SQL Server into our Windows system.

Install SQL Server Express

    1. Click on the link below to download SQL Server.SQL Server download
    2. The link will take you to the SQL Server download page.

      SQL Server Download Options

      You will get the above two options for download.

    3. We will be downloading Express edition as that has most of the components that we need to development purpose.
    4. Click on the Download now button. The following file will get downloaded.
    1. Double click on the downloaded executable file and the following screen will appear.

 

SQL_Server_installation_options

SQL Server installation options

We will select Basic for the purpose of this installation guide as it provides the default configuration options. You can select any one of the three options based on your need. Click on Basic.

    1. SQL server installation license term screen will appear as shown below. Click on Accept.

 

SQL_Server_installation_license_terms

SQL Server installation license terms

    1. The necessary files will get auto downloaded and the installation process will be in progress.

 

SQL Server Installation In Progress

    1. Post successful completion of the process. The following screen will appear.
  1. After successful installation, you can click Connect Now to connect to the DB and get started.

Now that we have successfully installed SQL Server Express edition. We will need a UI to connect to the DB and run queries.

We will use SQL Server Management Studio for this purpose.

Install SQL Server Management Studio

SQL Server Management Studio is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database.

SSMS provides tools to configure, monitor, and administer instances of SQL. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, as well as build queries and scripts.

Use SQL Server Management Studio (SSMS) to query, design, and manage your databases and data warehouses.

Let us start with the installation of SSMS to understand it better.

    1. Click on the link below for downloading SQL Server Management Studio

Download SQL Server Management Studio

    1. Click on the first link if you are downloading SQL Server Management Studio for the first time and if you already have a 17.x version and want to upgrade to the latest version please click on the second link.

 

SQL_Server_Management_Studio_Download_Link

SQL Server Management Studio Download Link

    1. The following executable file will get downloaded. Double Click on the file.
    1. On double-clicking the file. The following screen will appear. Click on Install button.
    1. After Clicking on Install, the installation procedure will start automatically.

 

SSMS Installation loading package

    1. Once the installation is complete following screen will appear.

 

SSMS Installation complete

    1. Launch SSMS and Authentication screen will appear. There are various ways to log in. You can select the option based on which
      you have configured for authentication.

 

SSMS_Authentication

SSMS Authentication

    1. Click on Connect and the following screen will appear on the left side of the window.

 

SSMS_Explorer

SSMS Explorer

Congratulation You have successfully installed SQL Server Express and SQL Server Management Studio.

By admin

Leave a Reply

%d bloggers like this: