Login to the SQL Server
Start SQL Server Management Studio
You can start the SQL Server Management Studio using one of the following options:
Option 1:
Start the SQL Server Management Studio from the taskbar.

Option 2:
Type SSMS in the search box and start the program.

Option 3:
1. Press the Windows key + R. 2. Type SSMS in the next dialog box. 3. Click Enter.
Result: You have successfully started the SQL Server Management Studio.
Connect to Microsoft SQL Server
Once the login window is started, select Windows Authentication and adjust the Encryption to Optional to be able to connect to the SQL Server.

Result: You have successfully connected to the SQL Server.

Last updated
Was this helpful?