Collections:
Enabling TCP/IP Protocol on a SQL Server
How To Enable TCP/IP Protocol on a SQL Server?
✍: Guest
By default, the TCP/IP protocol is turned off when a SQL Server is installed to reduce security risk. But if you want applications to connect and access the SQL Server, you need to enable the TCP/IP protocol on the server by following this tutorial:
1. Go to Start > All Programs > Microsoft SQL Server 2005 > Configuration Tools > SQL Server Configuration Manager.
2. Double click on "SQL Server 2005 Network Configuration" to see the list of SQL Server instances.
3. Click on "Protocols for SQLEXPRESS". You will see a list of protocols.
4. Right-mouse click on TCP/IP and select the "Enable" command. See the picture below:
5. Click on "SQL Server 2005 Services". You will see two services.
6. Right-mouse click on "SQL Server (SQLEXPRESS)" and select restart to finish the TCP/IP protocol setting change.
Your SQL Server is ready to accept network connection now.
⇒ Verifying the Port Number of the SQL Server
⇐ Starting SQL Server Browser Service
2024-07-25, 1556🔥, 0💬
Popular Posts:
What To Do If the StartDB.bat Failed to Start the XE Instance in Oracle? If StartDB.bat failed to st...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
What Is an Oracle Tablespace in Oracle? An Oracle tablespace is a big unit of logical storage in an ...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
What Happens to Your Transactions When ERROR 1205 Occurred in MySQL? If your transaction receives th...