SQLServerNewBie2
SQLServerNewBie2

Reputation: 35

SQL Server installation - SQL Server Management Studio is not to seen

I am trying to install SQL Server database and SQL Server Management Studio on my Windows 7 OS

After the installation, I don't see SQL Server Management Studio on my machine. Do I need to install SQL Server Management Studio separately?

SQL server installation picture

Upvotes: 0

Views: 109

Answers (1)

pmbAustin
pmbAustin

Reputation: 3970

As of SQL Server 2016, the "SQL Server Management Studio" (SSMS) is a separate download. You can install SSMS 2016 and the new SSMS (current version, 17.4 I believe) side-by-side with older SSMS versions. But they are a separate download and must be installed separately. They are not "included" in the installer as an option like previous versions.

Here is a link: Official Microsoft SSMS DownloadLink

Upvotes: 1

Related Questions