{"id":76,"date":"2011-12-14T06:28:52","date_gmt":"2011-12-14T06:28:52","guid":{"rendered":"https:\/\/sqlserverlearner.azurewebsites.net\/2011\/12\/14\/sql-server-error-26\/"},"modified":"2011-12-14T06:28:52","modified_gmt":"2011-12-14T06:28:52","slug":"sql-server-error-26","status":"publish","type":"post","link":"https:\/\/sqlserverlearner.com\/2011\/12\/14\/sql-server-error-26\/","title":{"rendered":"sql server error 26"},"content":{"rendered":"

microsoft sql server error 26 – Error Locating Server\/Instance Specified<\/strong><\/p>\n

This is an instance specific error.This error does not Occur for default instances.This occurs mainly as a result of missing responce from the sql server browser service.<\/p>\n

When you try to connect to an instance of SQL Server then you get the following error:<\/p>\n

Cannot connect to SERVERINSTANCE.<\/strong><\/p>\n


\nA 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) (.Net SqlClient Data Provider)
\n<\/font><\/p>\n

Additional information would be as follows:<\/strong>
\nError Number: -1
\nSeverity: 20
\nState: 0<\/p>\n

The following post helps you understand the basic reasons for network related errors in sql server Causes For Network Related Errors in SQL Server<\/a><\/p>\n

Fix for this error:<\/strong><\/p>\n