Install SQL Server 2019 Express Edition on Windows 10
SQL Server Express Edition is a good way to learn a database. It is a free edition of SQL Server, ideal for development and production for desktop, web, and small server applications. In this blog, we will tell you how to install SQL Server 2019 Express Edition.
Steps to install SQL Server Express Edition
- Download the installation file from the link : https://www.microsoft.com/en-us/sql-server/sql-server-downloads
- Download the Express edition. The downloaded file will go to your laptop’s Downloads folder. Click on it to start installation.
- If you are installing for the first time, choose the Basic Installation.
4. Accept the License Terms.
5. In the next screen, specify the install location or select the default. Also make sure your computer has enough space for the installation.
6. It will download the package and start installing.
7. After the installation is complete, Instance name and different folder locations will be displayed. You can change them or select the defaults. Don’t close this screen, instead click on Install SSMS. This will install the SqlServer Management Studio.
Management Studio is a user interface that allows you to access SQL Server and write queries etc.
Downloading SQL Server Management Studio
- If you click on the Install SSMS button as shown in the previous screen, you will be navigated to the SSMS install url or you can use the this url Install SSMS
- Click on Run.
- You can specify the install location or select the default location and click on Install.
This will install SQLServer Management Studio on your machine.
Restart of the computer is essential for completing the installation of SQL Server and Management studio.
You can restart your computer now.
Accessing SQL Server using Management Studio
- After your computer has restarted, go to your Start Program and locate management studio or start typing -‘Man’. The Management studio app will show up. Click on Open.
2. This will open Connect to Server dialogue. Server name should be your machine as you have installed SQL Server on your laptop. Keep all the defaults and hit Connect. This will connect you to SQL Server.
Hope you were able to install SQL Server successfully. In the next blog, we will learn how to restore a database backup to your SQL Server.