Use the Properties Window in Management Studio

Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics Analytics Platform System (PDW)

The Properties window describes the state of an item in SQL Server Management Studio, 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 Management Studio. 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)