How to configure SQL Server 2005 to allow remote connections
SQL SERVER2005安装完后默认是拒绝CLIENT连接的。如果没有配置在CLIENT会出现如下错误提示:
| • | Enable remote connections on the instance of SQL Server that you want to connect to from a remote computer. |
| • | Turn on the SQL Server Browser service. |
| • | Configure the firewall to allow network traffic that is related to SQL Server and to the SQL Server Browser service. |



