|  Login
February 06, 2012  
Blog
Minimize
You must be logged in and have permission to create or edit a blog.
  
 
Search
 
How to Configure SQL Server 2005 to Accept Remote Connections
Minimize
Location: BlogsLiving in Software Development    
Posted by: host 3/31/2009 3:14 PM

How to Configure SQL Server 2005 to Accept Remote Connections

1. Enable TCP/IP
- open SQL Server Configuration Manager
- expand SQL Server 2005 Network Configuration
- click Protocols for SQLEXPRESS
- right click TCP/IP and click Enable

2. Disable SQL Browser Service
- this service allows remote users to connect without specifying the port in the connection string.
- security risk
- open SQL Server Configuration Manager
- expand SQL Server 2005 Network Configuration
- click Protocols for SQLEXPRESS
- right click TCP/IP and click Properties
- click IP Addresses tab
- under IPAll, clear out TCP Dynamic Ports
- specify port number in TCP Port. make sure to open this port in Windows Firewall.

Permalink |  Trackback

Your name:
Title:
Comment:
Add Comment   Cancel 
Blog
Minimize