Tools in SQL Server Management Studio

This article shows how to use Tools in SQL Server Management Studio.

When we open SQL Server Management Studio then the following tools appear.

  1. Object Explorer.
  2. Object Explorer Details.
  3. Query Editor.
  4. Transact Structure Query Language(TSQL).

All these 4 tools are related to the Database Engine.

1. Object explorer

Object explorer

Object Explorer explorers are all objects available on the server to which you are connected in a hierarchy. You can open the Object Explorer by choosing Object Explorer from the View menu.

2. Object explorer details

Object explorer details

This window shows a list of objects available in the selected object category within the Object Explorer. The purpose of the Object Explorer and Object Explorer details is to work with SQL Server using GUI without any typing a command. The shortcut key to open Explorer Details is F7

3. Query editor

Query editor

Query editor is used to work with SQL Server by typing in commands without using a GUI. You can open that Query Editor by clicking on New Query within the toolbar. The shortcut key to execute the command in the Query Editor is F5.

For more articles visit my blog.

dotnetbyabhipatil


Similar Articles