aurel_lab
aurel_lab

Reputation: 149

SQL Server Management Studio installation redirected to SQL Server Installation

After having installed SQL Server 2012 on my Windows 7 from this link:

[https://www.microsoft.com/en-US/download/details.aspx?id=29062][1] (ENU\x86\SQLEXPR32_x86_ENU.exe)

I downloaded SQL server Management Studio from this link:[1]: https://www.microsoft.com/en-US/download/details.aspx?id=29062 (ENU\x86\SQLManagementStudio_x86_ENU.exe)

And when i start the installation, after extracting the files, it is asked if i want to allow Sql Server to make changes to my computer, i press yes, and then the SQL Server Installation Center is launched...

I don't understand what to do next, is it a current problem ?

Thank you for your attention.

Aurel

Upvotes: 1

Views: 142

Answers (2)

SQLChao
SQLChao

Reputation: 7837

I downloaded the file to see what you are seeing.

Choose: New SQL Server stand-alone installation or add features to an existing installation.

This will start the setup and take you to where you can select the features. You need Management Tools - Basic.

enter image description here

Upvotes: 0

lloiacono
lloiacono

Reputation: 5030

Using the second link you provided after you press download make sure you select this option:

Sql server management studio 2012

If you have 32 bits, then simply scroll down you will find the 32 bits exe

enter image description here

Upvotes: 1

Related Questions