[Fixed] Error 26: Error Locating Server/Instance Specified in SQL Server 2008

watch_later 6/16/2019

Introduction


This article gives an explanation about how to fix an error 26 a network-related or instance-specific error occurred while establishing a connection to SQL Server 2008 as well also described the resolution of a network-related or instance-specific error step by step so you can easily fix this error in SQL Server 2008.

Error 26: Error Locating Server/Instance Specified in SQL Server 2008

Recently, a couple of minutes ago I got the same error while I tried to connect my database server in SQL server management studio. When I checked detailed information about error 26 a network-related or instance-specific error it says 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) (Microsoft SQL Server, Error: -1). I checked and verified all the credentials information that required to connect my database server such as database server instance name, username, password and etc, everything is correct but still, I get the same error message from SQL server. 

Finally, I checked SQL server services from SQL Server Configuration Manager and found that the SQL server services are stopped and need to stat that services and when I start that services and tried again to connect with my database server from SQL server management studio I get connected with my database server. So, In this article, I'll show you how to fix this error in a few easy steps.  

Requirement


1) When SQL network interfaces, error: 26 - error locating server/instance specified occurs?
2) Explain the solution of network-related or instance-specific error 26 step by step.

When SQL network interfaces, error: 26 - error locating server/instance specified occurs?


A network-related or instance-specific error 26 will occurs when required services of SQL server is not running or stopped.

Fixing Error: 26 - Error Locating Server/Instance Specified


So, Let's start to fix this error and for that, you have to follow some steps that I showed below.

Step 1: First, you have to click on the start menu and search for the SQL Server Configuration Manager and click on the SQL Server Configuration Manager option from the search result.

SQL Server Configuration Manager

Step 2: Then you have to select the SQL Server Services from the left menu and you can see the service SQL Server (SQLEXPRESS) is not running and it is stopped. 

Stopped SQL Server (SQLEXPRESS) Service

Step 3: Now, you have to start the service SQL Server (SQLEXPRESS) and for that, you have to press mouse right click on SQL Server (SQLEXPRESS) service and select Start option to start the service.

Start SQL Server (SQLEXPRESS) Service

Step 4: You can see the state of service is running, Now you should try again to connect SQL server database engine.

Connect SQL Server Management Studio 2008

Step 5: Done.

You may like to read



Summary


In this article, we learned how to fix an error 26 a network-related or instance-specific error occurred while establishing a connection to SQL Server 2008.

Codingvila provides articles and blogs on web and software development for beginners as well as free Academic projects for final year students in Asp.Net, MVC, C#, Vb.Net, SQL Server, Angular Js, Android, PHP, Java, Python, Desktop Software Application and etc.

Thank you for your valuable time, to read this article, If you like this article, please share this article and post your valuable comments.

Once, you post your comment, we will review your posted comment and publish it. It may take a time around 24 business working hours.

Sometimes I not able to give detailed level explanation for your questions or comments, if you want detailed explanation, your can mansion your contact email id along with your question or you can do select given checkbox "Notify me" the time of write comment. So we can drop mail to you.

If you have any questions regarding this article/blog you can contact us on info.codingvila@gmail.com

sentiment_satisfied Emoticon