My Sqlserver Express 2014 does not show all installation options

Asked

Viewed 345 times

0

I formatted the PC and I’m trying to install the Sqlserver Express 2014 accompanying a tutorial on youtube, but when it comes to this point of the instation mine does not come all options equal to the video.

Obs: I already installed once and simply sql gave me no option to change my instance, and I could not log in by setting the default instance "SQLEXPRESS PC name".

This is the second time that PC format because of SQL. Help me!

I downloaded SQL directly from Microsoft site and am using Windows 10

inserir a descrição da imagem aqui

  • Post the link from where you downloaded SQL Server. Possibly, the version you are downloading is just Management Studio, which allows you to connect to databases already created.

1 answer

-1

Pablo, the Express edition of SQL Server 2014 is available in different packages:

  • Express (SQLEXPR): includes only the database mechanism of the SQL Server;
  • Express with Tools (SQLEXPRWT): contains all that is needed to install and configure SQL Server as a database server data including the full version of SQL Server 2014 Management Studio;
  • Express with Advanced Services (SQLEXPRADV): contains all the SQL Server Express components, including the full version of SQL Server 2014 Management Studio. Also includes full text and Reporting Services.

From the image on the right that you posted, it seems to me that you used the SQLEXPR package, which contains only the database engine. I suggest you go to the link below and select the SQLEXPRADV package by selecting the desired architecture (32 or 64 bits) and language.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.