MSDN

SQL Server Management Studio UI Elements

Overview

SQL Server Management Studio (SSMS) provides a rich graphical environment for managing SQL Server instances, building queries, and configuring database objects. This guide covers the main UI elements you’ll interact with daily.

Toolbar

Standard Commands

New Query, Open, Save, Execute, Parse, Include Actual Execution Plan, Show/Hide Result Pane, and more.

Customization

Right‑click the toolbar to add, remove, or rearrange commands.

Object Explorer

The tree view on the left side that displays server nodes, databases, security objects, and system catalogs.

Query Editor

Central pane where you write T‑SQL scripts. Supports IntelliSense, code snippets, and multi‑tab editing.

IntelliSense

Provides autocomplete suggestions for keywords, objects, and functions.

Code Formatting

Use the Format Document command (Ctrl+K, Ctrl+D) to auto‑format your script.

Result Grid

Displays query results in a tabular format with options to copy, export, or view as text.

Solution Explorer

Manages SQL projects, scripts, and related files in a solution hierarchy.

Properties Window

Shows detailed property settings for the selected object, allowing quick configuration.