Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Suddenly cannot connect

Author  Topic 

Apples
Posting Yak Master

146 Posts

Posted - 2008-01-09 : 12:42:26
I'm running SQL Server Express 2005 on Windows XP.

I've been using SQL Server Express for the past month or so, and I've always been able to connect. Now all of a sudden I can't connect, it's giving me error 26.

I've always used Windows authentication with no need for a password.

stowellg
Starting Member

9 Posts

Posted - 2008-01-09 : 13:27:05
Error 26..

Error Locating Server/Instance Specified? or is there a different message?

Is the SQL Server service running, and are you sure you typed the right server name when trying to connect?



I have a stupid question for you...
Go to Top of Page

Apples
Posting Yak Master

146 Posts

Posted - 2008-01-09 : 15:37:54
Yes, "Error Locating Server/Instance Specified"

The server name hasn't changed either, I've been running the same one since I've installed it.
Go to Top of Page

Apples
Posting Yak Master

146 Posts

Posted - 2008-01-09 : 21:50:10
Anyone?
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-01-09 : 22:05:39
Did you check sql service status?
Go to Top of Page

dataguru1971
Master Smack Fu Yak Hacker

1464 Posts

Posted - 2008-01-09 : 22:06:57
Start here:
http://blogs.msdn.com/sql_protocols/archive/2007/05/13/sql-network-interfaces-error-26-error-locating-server-instance-specified.aspx



Poor planning on your part does not constitute an emergency on my part.

Go to Top of Page

Apples
Posting Yak Master

146 Posts

Posted - 2008-01-09 : 22:43:10
rmiao: How do I do that?

dataguru: As far as I know, I've done all those things listed, except adding sqlbrowser.exe to the firewall exceptions. I couldn't find that file.

The only thing I can think of is that I just ran a Windows update, could that have messed something up? I guess I should also mention that I'm using SQL Server Management Studio Express 2005, but I don't know if that changes anything.

Thanks for all the replies by the way, I appreciate the help.
Go to Top of Page

Apples
Posting Yak Master

146 Posts

Posted - 2008-01-09 : 23:12:42
OK, I finally got it. I followed the steps at this link:

http://www.datamasker.com/SSE2005_NetworkCfg.htm

Thanks again for the help, I'm still new to SQL, so I'm sure I'll be posting here a lot.
Go to Top of Page
   

- Advertisement -