Solution
To
enable the TCP/IP protocol, follow these steps:
1.
Run the SQL
Server Configuration
Manager.

2. Enable
the TCP/IP protocol for your database connection by
locating the specific database instanceunder the SQL Server Network
Configuration), and right-click on this protocol to select Enable:

3. For the
TCP/IP properties, it is recommended that the TCP
port is explicitly defined (by default as 1433), so that dynamic ports
are not used by the instance:

4. You may
want to ensure that the SQL Server Browser service
is in a started mode as well:

|