SQL SERVER – Installing SQL Server Management Studio 2016 – Step by Step

New versions bring new learning. To keep myself up-to-date, I have downloaded RC0 (release candidate zero) for SQL Server 2016 and while installing SQL Server I was surprised to see the feature list. Installing these bits were something I was wanting to do as we are getting closer to the release date. But something got me by surprise though, check the screenshot shown below, there is no mention of  SQL Server Management Studio 2016:

SQL SERVER - Installing SQL Server Management Studio 2016 - Step by Step SSMS-2016-01

As I mentioned in the picture, “Management Tools – Basic” and “Management Tools – Complete” is missing. If you don’t remember, here is what you would see in earlier versions. To set as a comparison, the screenshot would look like:

SQL SERVER - Installing SQL Server Management Studio 2016 - Step by Step SSMS-2016-02

As per next setup fundamental, SQL Server Management Studio is a separate installer and should be installed separately. This came in as a pleasant surprise and you can see it. Here is the option in setup installation center.

SQL SERVER - Installing SQL Server Management Studio 2016 - Step by Step SSMS-2016-03

Once I clicked on that, got below the screen. Note that this is for February 2016 release.

SQL SERVER - Installing SQL Server Management Studio 2016 - Step by Step SSMS-2016-04

And then the installation goes about going through a number of steps.

SQL SERVER - Installing SQL Server Management Studio 2016 - Step by Step SSMS-2016-05

And finally the finished screen looks like:

SQL SERVER - Installing SQL Server Management Studio 2016 - Step by Step SSMS-2016-06

I wanted to know where the setup logs are and I found them under %localappdata%\temp\SsmsSetup folder. This can be used for troubleshooting if there is any errors encountered during installations.

SQL SERVER - Installing SQL Server Management Studio 2016 - Step by Step SSMS-2016-07-04

If we see the list, here are the installed components when I ran RC0 setup.

File NameComponent Name
DotNet46Microsoft .NET Framework 4.6.1
SQLSysClrTypes_x64Microsoft System CLR Types for SQL Server 2016 RC0
ReportViewer.msiMicrosoft Report Viewer for SQL Server 2016 RC0
SQLServerBestPracticesPolicies.msiMicrosoft SQL Server 2016 Policies RC0
TSqlLanguageService_x64Microsoft SQL Server 2016 T-SQL Language Service RC0
sql_diag_x64SQL Server 2016 RC0 SQL Diagnostics
adalsql_x64Active Directory Authentication Library for SQL Server
conn_info_x64SQL Server 2016 RC0 Connection Info
conn_info_loc_x64SQL Server 2016 RC0 Connection Info
sql_batchparser_x64SQL Server 2016 RC0 Batch Parser
sql_xevent_x64SQL Server 2016 RC0 XEvent
sql_xevent_loc_x64SQL Server 2016 RC0 XEvent
sql_dmf_x64SQL Server 2016 RC0 DMF
sql_dmf_loc_x64SQL Server 2016 RC0 DMF
smo_extensions_x64SQL Server 2016 RC0 Shared Management Objects Extensions
smo_extensions_loc_x64SQL Server 2016 RC0 Shared Management Objects Extensions
smo_x64SQL Server 2016 RC0 Shared Management Objects
smo_loc_x64SQL Server 2016 RC0 Shared Management Objects
sql_common_core_x64SQL Server 2016 RC0 Common Files
sql_common_core_loc_x64SQL Server 2016 RC0 Common Files
VS2010SP1UpdateMicrosoft Visual Studio 2010 Service Pack 1
sql_ssms_extensions_x64SQL Server 2016 RC0 Management Studio Extensions
sql_ssms_extensions_loc_x64SQL Server 2016 RC0 Management Studio Extensions
sql_ssms_x64SQL Server 2016 RC0 Management Studio
sql_ssms_loc_x64SQL Server 2016 RC0 Management Studio
sql_tools_extensions_x64SQL Server 2016 RC0 Client Tools Extensions
sql_tools_extensions_loc_x64SQL Server 2016 RC0 Client Tools Extensions
sql_tools_x64SQL Server 2016 RC0 Client Tools
sql_tools_loc_x64SQL Server 2016 RC0 Client Tools

We can also download SSMS separately, free from the Microsoft site.

Download SQL Server Management Studio (SSMS)

Here is a quick SQL in Sixty Seconds Video about how to install SSMS 2016.

I feel that this change is good to have a separate installer for client tool and server component. What do you feel? Have you installed the SQL Server 2016 on your testing or VM? How is your experience in using the new installer?

Reference: Pinal Dave (https://blog.sqlauthority.com)

SQL Server, SQL Server 2016, SQL Server Management Studio
Previous Post
SQL SERVER – Installation Error – File Format is Not Valid
Next Post
SQL SERVER – The Need for Data Tier Elasticity in Cloud Computing

Related Posts

Leave a Reply