I have a desktop, and a Laptop. The Desktop has Windows 7 64-bit and the Laptop has Vista Ultimate 32-bit. On both machines I have SQL Server 2008 Standard installed. On the laptop, I open SQL Management Studio and try to connect to the SQL Server on the desktop. It times out.
我使用SQL Server配置管理器为客户协议启用了TCP/IP和命名管道。
在SQL管理工具中,我右键单击数据库引擎,选择属性,允许远程连接。我还创建了一个名为“testuser”的SQL服务器登录名和密码。然后,我将该用户添加为我的数据库登录,并将其设置为数据库所有者。
我无法弄清如何允许连接到我的数据库通过Windows防火墙,所以我将其关闭了。
我错过了什么?我在笔记本电脑上进行了相同的更改,我可以从桌面电脑上的 Management Studio 连接到笔记本电脑?
Do you have a checklist? Thanks.
UPDATE: I turned off antivirus. Ran NetStat -a and the listener is listening.