Install SSMS on Node-02

Install SQL Server Management Studio on Node-02

First, download the SQL Server setup package from the official website.

  1. Download the setup package from this link: https://aka.ms/ssmsfullsetups

  2. The following file will be downloaded.

  3. Run the downloaded file, and you will see the following screen. Just click the Install button.

  4. The installation of SQL Server Management Studio will begin. This process may take some time.

  5. Once the installation is complete, close the installation guide and open the Start menu, then search for SQL Server Management Studio. You will see the application as shown below. Now, click on it to open the application.

  6. Next, you will see the following screen. In the Connect to Server window, you can see the instance name of SQL, which we just installed. (Refer to Step 9). You can connect to an instance using Windows Authentication or SQL Authentication, which we created in the previous section.

  7. After successful authentication, you will see the Object Explorer where you can find a list of databases and other SQL objects.

So, hopefully, you now understand how to install and connect to SQL Server using SQL Server Management Studio.

Possible Errors/Issues

Sometimes, you may encounter some issues/errors during the SQL Server installation. Below are some common errors.

  • .NET Framework 3.5 is missing Error Fix
  • An error occurred for a feature dependency Error Fix
  • Configure Named Pipe and enable TCP/IP for accessing SQL Server Database Instance from outside or other computers on the internal network. Please refer to my article here for adding additional nodes to the SQL Server 2019 Failover Cluster.