开发者

Does SQL Server 2008 express allow remote connections?

开发者 https://www.devze.com 2023-03-01 09:21 出处:网络
I have tried to remotel开发者_C百科y connect to SQL. I put in port 1433, I restarted the service, and I don\'t have Windows\' firewall active. However, I can only use local connection, I can\'t remote

I have tried to remotel开发者_C百科y connect to SQL. I put in port 1433, I restarted the service, and I don't have Windows' firewall active. However, I can only use local connection, I can't remotely connect.

I read that SQL Server 2005 Express doesn't allow remote connection, but what about 2008? Does it allow remote connections?


You need to setup the server to accept tcp/ip connections.

This is done through the SQL Server Configuration Manager.

Start the manager, navigate to your server node and enable TCP/IP connections on it.

0

精彩评论

暂无评论...
验证码 换一张
取 消