Click here to Skip to main content
15,908,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have just installed sql server 2012 on my laptop, running windows 8.1, I am getting the following error after clicking connect.

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: 2)


In this instance I have used my computer name as server name.
Posted

You can enumarate SQL Server instances: How to enum SQL Server instances in network[^] - it also detects SQL Server instances on local computer ;)
 
Share this answer
 
Try computerName\computerName for the server name.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900