I've newly installed SQL Server Management Studio ("SSMS") and tried to connect to the database which is the first login screen that opens upon opening the application. I've watched videos online regarding how to connect to the database and I've understood the steps however, when I logged in with the appropriate windows credentials, it gave me the below mentioned error:
I'm new to SSMS (probably the issue) and watching tutorials online where the instructor uses SSMS.
Operating System: Windows 10 SSMS Details - Release number: 18.3 Build number: 15.0.18178.0 Release date: September 23, 2019
This is personal computer and not a company system. The server I'm trying to connect to is the local machine itself using my windows credentials to the Database engine.
Copied error message:
TITLE: Connect to Server
Cannot connect to local.
ADDITIONAL INFORMATION:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=53&LinkId=20476
The network path was not found
BUTTONS:
SQL Server Management Studio
, Management Studio is important. It's just an "IDE". From the documentation 'SSMS is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, and build queries and scripts. Use SSMS to query, design, and manage your databases and data warehouses, wherever they are - on your local computer, or in the cloud.!' – xdtTransform