How-to-simply...

Change sa password and troubleshhoot TCP/IP connection in MSSQL and SSMS

  • 1 First Open SQL Server Managment Studio (Right click on SSMS and then Run As Administrator)
  • 2 1) Connect to your SQL server instance using Windows Authentication and Server name .\
    2) Open "Object Explorer" in left side
    3) Expand "Security" -> "Logins"
    4) Right click on "sa" and select "Properties"
    5) In "General" select "SQL Server Authentication" and enter new password
    6) In "Status" check if "Login" is enabled
  • 3 7) Open "Server properties" by right click on your server instance name in object explorer and select "Properties"
    8) In "Security" check if "Server authentication" is "SQL Server and Windows authentication mode"
    9) In "Connections" check if "Allow remote connections" is enabled
  • 4 Open SQL Server Configuration manager
  • 5 1) Check if SQL Server Browser service is running if you have named instance
    2) Enable TCP protocol in "Network configuration" then right click on it and enable IP address and port
    3) Right click on SQL server instance name and check "Properties"
  • N Restart the service if you made any changes

References