My SQLServer Express 2014 does not show all installation options

0

I formatted the PC and I'm trying to install SQLServer Express 2014 with a tutorial on youtube, but when it arrives at that point of my installation, it does not come all the same as the video.

Note: I have already installed once and simply sql did not give me the option to change my instance, and I could not log in by putting the default instance " PC name \ SQLEXPRESS ".

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

I downloaded SQL directly from Microsoft's website and I'm using Windows 10

    
asked by anonymous 12.10.2016 / 19:42

1 answer

-1

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

  • Express ( SQLEXPR ): includes only the database engine of the SQL Server;
  • Express with Tools ( SQLEXPRWT ): Contains everything you need 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 components of SQL Server Express, including the full version of SQL Server 2014 Management Studio. It also includes research on full text and Reporting Services.

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

13.10.2016 / 13:00