Click here to Skip to main content
15,882,055 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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: 26 - Error Locating Server/Instance Specified)
Posted
Updated 31-Jan-13 6:52am
v2

Hi friends
This is a common error when establishing connection with database.
To solve this follow the following process:

Process 1:
Check the instance name And password

if it is correct then check following

Process 2:
1. Go to " SQL server Configuration Manager"
2. go SQL server services
3. check the server state. If its state is "stop" the change the state as running
reconnect with server.

you may check it.
 
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