2

I am getting an error while connecting sql express server 2005 over the network.

An error has occurred while establishing a connection to the server. 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.

I have tried following things. 1. Allow remote connection along with both TCP and named pipe checked in both (target and initiator machine) in surface configuration manager. 2. sql browser is on automatic mode and running on both the machines.

Still I am not able to connect to machine.

I could see the server name (without "/sqlexpress") with the list but not able to connect. I think if it could start showing TargetServer/sqlexpress then I could connect it easily.

Please guide me if I am missing anything.

Thanks in advance.
Anil

4

2 回答 2

2

This is a pretty common problem, because by default, the remote support is turned off, and firewalling is enabled, so turning on the service doesn't always open the port.

Have a look at the answer to this MSDN question

于 2009-07-02T11:08:59.690 回答
0

还要检查身份验证方法——这通常是我的问题。例如。跨操作系统类型或不同用户名的 Windows 身份验证。

于 2011-01-10T15:45:51.680 回答