
Installing SQL Server and SSMS – Step-by-Step Guide
Introduction
If you’re starting your journey in data analytics, one of the first technical steps is to install SQL Server and SQL Server Management Studio (SSMS). These tools allow you to store, manage, and query data — skills you’ll use in almost every real-world data project, especially with Power BI.
In this tutorial, we’ll guide you through:
- Installing SQL Server
- Configuring your first SQL Server instance
- Connecting to the server using SSMS
Let’s get started with this complete beginner-friendly setup guide.
What You Need
Before you begin, download the following tools:
Tip: For students and learners, the Developer Edition is best — it’s free and has all enterprise-level features.
MS SQL Server and SSMS on Windows
This is a step-by-step guide for installing MS SQL Server 2019 (latest at the time of writing this document) and SSMS 18.9.2 for Windows OS.
Refer to the Prerequisite section before you proceed.
Download MS SQL Server for Windows
Click here to go to the SQL Server Downloads link. Scroll down and choose between the Developer edition or Express edition.
This guide uses the Developer edition for development and testing in a non-production environment.
Install MS SQL Server
- Click on the Download now button for the Developer edition.
- Next, double click SQL2019-SSEI-Dev from your installed location to start the installer.
- Select the recommended Basic installation type.
- Click Accept to accept the License Agreement.
- You can select the default install location or change the location by clicking on the Browse button.
Click Install.
- On the installation complete screen, you may want to note the following information: Instance name, connection string, log folder path, SQL engine path, and the installation resources folder path.

Install SSMS
- On the SQL Server 2019 completion screen, click Install SSMS.
- On the download page, scroll down and click on Download SQL Server Management Studio (SSMS).
- Double click the SSMS-Setup-ENU.exe executable from your download location.
- The default download location is indicated. To select a different location, click the Change button.
Click Install.
Once SSMS is successfully installed, click Restart.
Congratulations! You have successfully installed MS SQL Server 2019 and SQL Server Management Studio (SSMS) 18.9.2 on Windows.
Connect to SQL Server Database Engine
- Click Start and search Microsoft SQL Server Management Studio or SSMS.
- From the Object Explorer panel on the left, click Connect.
- In the Connect to Server dialog box, click Connect with the default server values.
In this case, Server name is your machine name.
- You are now connected to MS SQL system database as indicated with a green arrow in the screenshot.
Next Steps
Here’s a simple SQL command to create a database:
sqlCopyEditCREATE DATABASE StudentDB;
Related: Learn more with real-time queries in our Data Analytics Course
You can run this directly in SSMS’s query window and press F5 to execute.
Final Thoughts
Installing SQL Server and SSMS is the first real milestone for any aspiring data analyst or BI developer. Once setup is complete, you can start building databases, writing SQL queries, and integrating with Power BI dashboards.
Ready to build real-world dashboards and practice SQL?
Join Our Full Data Analytics Training
Need Help? Contact Us