SqlException was unhandled by user code
This Error is showing that the sql server you looking for is not present or not exist .
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)
This Error is showing that the sql server you looking for is not present or not exist .
- Just Open Sql Server
- File
- Connect Object Explorer
- In Front Of Server Name select option Browse For More.
- Network Servers.
- Explore DataBase Engine.
- Just check that which server you looking for that is present or not.
- If Not then Check LAN setting and if present then There might be different way to solve this problem.
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)
0 comments: