Collections:
Requirements on SQL Server Network Connections
What Are the Requirements on SQL Server Network Connections?
✍: Guest
By default, SQL Server 2005 Express Edition is installed only one connection protocol enabled:
If you want application that are running remotely to connect and access the SQL Server you need enable the "TCP/IP" protocol.
For applications that are running on the same machine as the SQL Server, but they do not support "Shared Memory" protocol, you also need to enable the "TCP/IP" protocol for those applications. ODBC Manager is an application that requires the "TCP/IP" protocol to connect to the SQL Server.
In order for the SQL Server to accept network connections, you also need to run SQL Server Browser Service on the SQL Server machine.
In summary, there are two requirements for a SQL Server to accept network connections:
⇒ Starting SQL Server Browser Service
⇐ Getting "Connection failed" Error on ODBC DSN Creation
2024-08-06, 1504🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions I am new to Oracle database. Here is a list of f...
What Is an Oracle Instance in Oracle? Every running Oracle database is associated with an Oracle ins...
How to download and install Microsoft .NET Framework Version 2.0 in SQL Server? .NET Framework Versi...
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...