Learn SQL Server Management Studio (SSMS)

Learn SQL Server Management Studio (SSMS)


What is SQL Server Management Studio (SSMS) ?

SQL Server Management Studio :
  • SQL Server Management Studio (SSMS) is a software application first launched with Microsoft SQL Server 2005 that is used for configuring, managing, and administering all components within Microsoft SQL Server.

  • Microsoft SQL Server Management Studio (SSMS) is an integrated environment to manage a SQL Server infrastructure.

How to Download and Install SQL Server Management Studio (SSMS) :
  • We can use the following steps to download and install Microsoft SQL Server Management Studio (SSMS) in the Windows system :

Step 1 : Go to the clicking on this link and click on Download SQL Server Management Studio 18.08.


Step 2 : Once the file has been downloaded, it will be named "SSMS-Setup-ENU.exe." Now, double-click on it to continue.


Step 3 : Here, we can change the installation location and then click the Install button for installing SQL Server Management Studio (SSMS) on your device.


Step 4 : The installation process will start. We will see the progress of the packages.



Step 5 : When SSMS Setup is finished, it will show the screen below with the "Setup Completed" message. It's possible that we may prompt us to restart our computer.


How to access SQL Server Management Studio :

We can use the following steps to access SQL Server Management Studio (SSMS) :
  • We can launch SSMS from the Start menu :

  • The Connect to Server dialogue screen will appear in front of us when we start SSMS. 

  • Set the Server name and Authentication type of the SQL Server we want to connect to on this screen, then click the Connect button to be connected to Data Management Studio. 

  • Here the server name defaults to the name chosen during the installation of the MS SQL server.

Comments

Popular posts from this blog

Basic Concept In C Sharp Day 16

VS Code In JavaScript Day 6

ASP.NET MVC Interview Questions Part - II Day 26