After the successfully installation of SQL Server 2016, I have realized that SQL Server Management Studio 2016 (SSMS) is missing. In this tip we will discuss how to download and install SQL Server Management Studio for SQL Server 2016.
How to Install SQL Server Management Studio in SQL Server 2016
Starting SQL Server 2016, Microsoft has separated the installation of SQL Server 2016 Management Studio (SSMS) from the standard SQL Server Installation Process. The new version of SSMS 2016 can be used to connect from SQL Server 2008 to SQL Server 2016 including Azure SQL Database. Most importantly, the new version can be installed side by side with any older version of SSMS
One can install SSMS 2016 from SQL Server Installation Center of SQL Server 2016 by clicking “Install SQL Server Management Tools” under Installation screen as shown in the snippet below.

Trending SQL Server 2016 Articles and Tips
- ALTER DATABASE SET AUTOGROW_ALL_FILES T-SQL Enhancement in SQL Server 2016
- SERVERPROPERTY Function T-SQL Enhancement in SQL Server 2016
- ALTER DATABASE SET AUTOGROW_SINGLE_FILE T-SQL Enhancement in SQL Server 2016
- FORMATMESSAGE Statement T-SQL Enhancement in SQL Server 2016
- Where can I find SQL Server Management Studio for SQL Server 2016?
- DROP IF EXISTS SQL Server T-SQL Enhancement in SQL Server 2016
- Download SQL Server 2016 Developer Edition for Free
When you click Install SQL Server Management Tools in SQL Server Installation Centre it will take you to Download Center. You can also download SQL Server Management Studio for SQL Server 2016 directly from “Download SQL Server Management Studio (SSMS)“. The download file size for SSMS 2016 is 825 MB. Click the Install button to complete the installation of SQL Server 2016 Management Studio (SSMS 2016).

The SQL Server Management Studio installation will install the .NET Framework 4.6.1 as well as the Visual Studio 2015 Shell (Isolated) components. After the successful installation of SSMS 2016 you will be prompted to reboot the system to complete the installation.
Next Step
We recommend you to Download and Restore WideWorldImporters Sample Database to play around with the data and to learn more about New T-SQL Enhancements in SQL Server 2016.