SQL SERVER TCP/IP Configuration - fabulouscode

Monday, February 6, 2023

SQL SERVER TCP/IP Configuration

 




  1. Enable TCP/IP in SQL Server Configuration

    When two or more SQL Servers are connected across network they do all communication using TCP/IP. The default port of SQL Server installation is 1433. This port can be changed through SQL Server Configuration Manager. TCP/IP should be enabled for SQL Server to be connected.

    • Go to All Programs >> Microsoft SQL Server 2008 >> Configuration Tools >> SQL Server Configuration Manager >> Select TCP/IP
    • Right Click on TCP/IP >> Click on Enable

    You must restart SQL Server Services for all the changes to take effect. Right click and go to menu properties to select location where default port of SQL Server can be changed.

    Reference Link ::

  2. https://stackoverflow.com/questions/18060667/cannot-connect-to-server-a-network-related-or-instance-specific-error  


No comments:

Post a Comment

I am Safiqul Islam Tuhin