Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.49 KB

use-the-properties-window-in-management-studio.md

File metadata and controls

48 lines (33 loc) · 2.49 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords monikerRange
Use the Properties Window in Management Studio
Learn how to use the Properties window to see information about a SQL Server Management Studio item, such as a connection, and about database objects.
markingmyname
maghan
03/01/2017
sql
ssms
conceptual
viewing properties
Properties window [SQL Server Management Studio]
complex properties [SQL Server Management Studio]
>=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current

Use the Properties Window in Management Studio

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW] The Properties window describes the state of an item in [!INCLUDEssManStudioFull], such as a connection or a Showplan operator, and information about database objects such as tables, views, and designers.

You can use the Properties window to view the properties of the current connection. Many properties are read-only in the Properties window but can be changed elsewhere in the [!INCLUDEssManStudio]. For example, the Database property of a query is read-only in the Properties window, but can be changed on the tool bar.

To view properties using the Properties window

  1. If the Properties window is not visible, click Properties Window on the View menu, or press F4.

  2. Set the focus on the object that you want to view.

  3. Look for a specific property in the Properties window.

To view connection properties of a query window

  1. If the Properties window is not visible, click Properties Window on the View menu, or press F4.

  2. In the Properties window, you can see all the connection properties.

To view the properties of a Showplan operator

  1. On the Query menu, click Include Actual Execution Plan.

  2. In the SQL Query Editor, type and execute a query.

  3. If the Properties window is not visible, click Properties Window on the View menu, or press F4.

  4. On the Execution plan tab of the SQL Query Editor click the icons of the operators to view information about the operators in the Properties window.

See Also

Properties Window (Management Studio)