SQL Server does not allow remote connections

3

3Dfelix

Hi, someone could help me with this problem when trying to insert a record
in a SQL express database? I can view record but not edit or insert.

When connecting to SQL Server 2005, this failure may be caused by the fact
that under the default settings SQL Server does not allow remote
connections. (provider: SQL Network Interfaces, error: 26 - Error Locating
Server/Instance Specified)

thanks
 
W

Willem

Just a wild guess, but are you accessing a MDF which is marked
read-only by any chance?
 
G

Guest

In the SQL Management Studio, RightClick the SQL server instance, Choose
Properties, and under Select a Page list, click Connections. Now you should
see a checkbox labelled "Allow Remote Connections to This Server". Make sure
it is checked.

That will take care of the remote connection issue, but I have seen the same
error when the problem was elsewhere. So good luck.
Jav
 
C

cowznofsky

You know, at home I just applied xp sp2 to one of my computers, and now
I cannot connect to its instance of SQLServer from another computer.

I'll have to check this. I wonder if it got turned off by the sp2
installation.
 
3

3Dfelix

Hi Jav,

Thanks for your reply, but I haven't got SQL Management Studio, I'm using
SQL Server 2005 EXPRESS.

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top