4
There’s a page with information (2019).
SQL Server Express with Tools
It is the database with some extra tools to help with maintenance in SQL Server Express, Localdb, and SQL Azure.
SQL Server Management Studio
It only has the SQL Server administration tools but not the database, alone does not serve much, it is useful to put in a client that will manage a remote database.
SQL Server Express Localdb
It is a different version that is not installable. It is called directly by the application without having to install (does not run as a service). It’s lighter and a little more limited (no filestream, replication and does not allow remote connection). Does not include administration tools.
SQL Server Express with Advanced Services
The most complete, relies on Reporting Services, Full Text Search and other components.
Excellent reply! Thank you, downloaded version With Advanced Services...
– AleBabaloff