In a previous post, I shared a video on how to install SQL Server 2014. Since SQL Server 2014’s mainstream support ended on July 9, 2019. I have added a step by step instruction on how to install the 2017 version.
- You can download SQL Server 2017 here.
- It should automatically download the “SQLServer2017-SSEI-Dev.exe” file.
- After the download completes, check your “Downloads” folder to locate the downloaded file.
- Double click on the “downloaded” file and click “Yes” on the prompt.
- Click “Basic” when the dialog below appears.
6. Click “Accept”
7. Click “Install”
Installation Progress
8. Once download is complete, write down the Value under the “Instance Name” You will need it later.
In my case the instance name is MSSQLSERVER01
Launching SSMS – 2017 Version
- After installation is complete, Search for “SSMS” in the windows search box
2. click the “Microsoft SQL Server Management Studio 18” option
3. Click “Connect”
Final screen
Now that you have SQL Server and SQL Server Management Studio installed, you can then install some databases to write queries against. You can read my post Sample SQL Server Databases on where to download some database samples. You can also check my post on how to install the AdventureWorks database.
Abayomi Obawomiye
I am a SQL Server/Business Intelligence Developer in Chandler Arizona. I share resources on beginner & advanced concepts in SQL Server.
[…] Support for SQL Server 2014 ended July 9, 2019 but there’s an extended support till July 9, 2024. You can read more details on this here: SQL Server 2014 Lifecycle. The current version is SQL Server 2019. I will be recording a video on how to install this in the future. You can also read my post on installing SQL Server 2017 here […]
[…] need SQL Server and SQL Server Management Studio (SSMS) installed. You can check my post on how to install SQL Server on your […]