Question SQL PROBLEM please help me for this

Haseo

Member
Joined
Jul 16, 2012
Messages
16
Programming Experience
Beginner
i try to reinstall it but same problem....

it said that the server not found or was not accessible.
SQL network interface error 26 error Locating server

any suggestion about this problem??? i can't use my sql for my project.
 

Attachments

  • sql problem.jpg
    sql problem.jpg
    197.3 KB · Views: 54
Go to program files --> Microsoft SQL Server --> SQL Server Configuration Manager

Under SQL Server network Config you will see what server instances are installed, first of be sure you have at least one there. If you dont, you need to install one.
Secondly, select a SQL instance by clicking 'Protocols for <instance name>' and check that TCP/IP is set to enabled.
 
Back
Top