Previous Topic: Enabling Network Access
If you are installing SQL Server 2005 -- either the full version or the Express edition -- for the first time, you will need to perform the following steps:
This step informs SQL Server what protocols can be used to communicate with its database.
Select Start > Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Configuration Manager. The SQL Server Configuration Manager dialog box appears.

Expand the tree to display SQL Server 2005 Network Configuration > Protocols for MSSQLSERVER.
In the right-side of this dialog box, right-click TCP/IP and select Enable from the pop-up menu. If you are not using TCP/IP, enable the protocol you are using.
Expand the tree to display SQL Native Client Configuration > Client Protocols.
In the right-side of this dialog box, right-click TCP/IP and select Enable from the pop-up menu. Again, If you are not using TCP/IP, enable the protocol you are using.
Close this dialog box.
|
|
Note: |
All new installations of SQL Server 2005 will need their remote connections enabled. You do this by configuring the server's Surface Area.
Select Start > Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Surface Area Configuration. The SQL Server Configuration Manager dialog box appears.

Select Surface Area Configuration for Services and Connections. The Surface Area Configuration for Services and Connections dialog box appears.

Expand the tree to display MSSQLSERVER > Database Engine > Remote Connections.
Select the Local and remote connections option button.
Select the Using both TCP/IP and named pipes option button.
Click OK.
On the Surface Area Configuration for Services and Connections page, expand Database Engine and click Service.
Click Stop and wait until the MSSQLSERVER service stops.
Click Start to restart the MSSQLSERVER service.
If you are running Windows XP, you will need to provide an exception for the SQL executable.
|
|
Caution: |
To enable an exception to the firewall:
Open the Control Panel. In most operating systems, you can select Start > Control Panel.
Double-click Windows Firewall.
Keep the On option button selected but clear the Don't allow exceptions check box.
Click the Advanced tab.
Click Add Program.
Click Browse.
Navigate to C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\BINN
Select the sqlservr.exe file.
Click Open.
Click OK.
Click OK.
|
|
Tip: Additionally, you can review any SQL Documentation that came with your purchase for more configuration information. |
Next Topic: If you need to install the SQL Tools, see the Installing the SQL Tools topic. If not, jump to Configuring ServiceCEO to Run with SQL Server 2005.