无法连接到 SQL Server 2012 Management Studio

Not able to connect to SQL Server 2012 Mangement Studio

我的实例名称是 MSSQLSERVER,当我连接到 Management Studio 时,我使用 .\MSSQLSERVER 登录。我已经完成了这里的所有线程,但每个人都建议启用我已经完成的 tcp、管道、共享内存并重新启动服务器。我也按照建议使用 .\instance name 。但是还是连接不上,报如下错误

TITLE: Connect to Server

Cannot connect to .\MSSQLSERVER.

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: SQL Network Interfaces, error: 25 - Connection string is not valid) (Microsoft SQL Server, Error: 87)

如果有人能帮我解决这个问题就太好了

MSSQLSERVER是SQL服务器服务名称对于默认实例是 没有 任何实例名称 - 所以要连接到这个(未命名的)默认实例,只需使用

.
(local)
localhost
your-machine-name

没有任何"instance"名称(因为没有实例名称