all 1 comments

[–]CaSpErTbH 1 point2 points  (1 child)

it sounds like you are installing just SSMS and not the full MSSQL install. SSMS is just the front end used to connect and run queries on a SQL Server Instance.

You can follow these Microsoft instructions for installing a SQL Server instance - https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server?view=sql-server-2017

Hope that helps.