You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Understand SQL Server Management Studio Windows Management"
3
-
description: "Understand SQL Server Management Studio Windows Management"
3
+
description: Understand how to manage the windows for SQL Server Management Studio tools.
4
4
author: "markingmyname"
5
5
ms.author: "maghan"
6
-
ms.date: "01/19/2017"
6
+
ms.reviewer: randolphwest
7
+
ms.date: 06/03/2024
7
8
ms.service: sql
8
9
ms.subservice: ssms
9
10
ms.topic: conceptual
@@ -13,30 +14,27 @@ helpviewer_keywords:
13
14
- "push pin [SQL Server Management Studio]"
14
15
- "tool windows [SQL Server Management Studio]"
15
16
---
16
-
# Understand SQL Server Management Studio windows management
17
-
18
-
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW](../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
19
-
20
-
The tool windows in [!INCLUDE[msCoName](../includes/msconame-md.md)][!INCLUDE[ssManStudioFull](../includes/ssmanstudiofull-md.md)] are a highly functional, flexible, and efficient system that allows you to:
21
-
22
-
- Maximize the user workspace for development and management.
23
-
24
-
- Reduce the number of unused windows displayed at one time.
25
-
26
-
- Easily customize the user environment.
27
-
28
-
Manipulating windows is central to the [!INCLUDE[ssManStudio](../includes/ssmanstudio-md.md)] environment. Users can easily access the tools and windows they use frequently. Users can control how much space they want to allocate to different information, and the environment should maximize the space available for editing queries accordingly. Windows can be moved to different locations on the screen. Many windows can be undocked and dragged out of the [!INCLUDE[ssManStudio](../includes/ssmanstudio-md.md)] frame. This is particularly useful when using more than one monitor.
29
-
30
-
To increase your editing space while maintaining functionality, all windows provide the Auto Hide feature, which displays the window as a tab within a bar along the border of the main [!INCLUDE[ssManStudio](../includes/ssmanstudio-md.md)] environment. When the pointer is placed over one of these tabs, the underlying window reveals itself. Auto Hide for a window can be toggled by clicking the **Auto Hide** button, represented by a pushpin in the upper-right corner of the window. There is also an **Auto Hide All** option on the **Window** menu.
31
-
32
-
Some components can be configured in either tabbed mode where components appear as tabs in the same docking location, or in multiple document interface (MDI) mode where each document has its own window. To configure this feature, on the **Tools** menu, click **Options**, click **Environment**, and then click **General**.
33
-
34
-
> [!IMPORTANT]
35
-
> When a login (or a contained database user) connects and is authenticated, the connection stores identity information about the login. For a Windows Authentication login, this includes information about membership in Windows groups. The identity of the login remains authenticated as long as the connection is maintained. To force changes in the identity, such as a password reset or change in Windows group membership, the login must logoff from the authentication authority (Windows or SQL Server), and log in again. A member of the **sysadmin** fixed server role or any login with the **ALTER ANY CONNECTION** permission can use the **KILL** command to end a connection and force a login to reconnect. SQL Server Management Studio can reuse connection information when opening multiple connections to Object Explorer and Query Editor windows. Close all connections to force reconnection.
36
-
37
-
> [!IMPORTANT]
38
-
> When a login (or a contained database user) connects and is authenticated, the connection caches identity information about the login. For a Windows Authentication login, this includes information about membership in Windows groups. The identity of the login remains authenticated as long as the connection is maintained. To force changes in the identity, such as a password reset or change in Windows group membership, the login must logoff from the authentication authority (Windows or SQL Server), and log in again. A member of the **sysadmin** fixed server role or any login with the **ALTER ANY CONNECTION** permission can use the **KILL** command to end a connection and force a login to reconnect. SQL Server Management Studio can reuse connection information when opening multiple connections to Object Explorer and Query Editor windows. Close all connections to force reconnection.
39
-
40
-
## See Also
41
-
[Use SQL Server Management Studio](./sql-server-management-studio-ssms.md)
42
-
[The SQL Server Management Studio Environment](../ssms/the-sql-server-management-studio-environment.md)
17
+
# Understand SQL Server Management Studio Windows management
18
+
19
+
[!INCLUDE [SQL Server Azure SQL Database Synapse Analytics PDW](../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
20
+
21
+
The tool windows in [!INCLUDE [ssManStudioFull](../includes/ssmanstudiofull-md.md)] are part of a highly functional, flexible, and efficient system that allows you to:
22
+
23
+
- Maximize the user workspace for development and management.
24
+
- Reduce the number of unused windows displayed at one time.
25
+
- Easily customize the user environment.
26
+
27
+
Manipulating windows is central to the [!INCLUDE [ssManStudio](../includes/ssmanstudio-md.md)] environment. Users can easily access the tools and windows they use frequently. Users can control how much space they want to allocate to different information, and the environment should maximize the space available for editing queries accordingly. Windows can be moved to different locations on the screen. Many windows can be undocked and dragged out of the [!INCLUDE [ssManStudio](../includes/ssmanstudio-md.md)] frame, which is useful when using more than one monitor.
28
+
29
+
You can increase your editing space while maintaining functionality with the Auto Hide feature. This feature displays the window as a tab within a bar along the border of the main [!INCLUDE [ssManStudio](../includes/ssmanstudio-md.md)] environment. When the pointer is placed over one of these tabs, the underlying window reveals itself. Auto Hide for a window can be toggled by selecting the **Auto Hide** button, represented by a pushpin in the upper-right corner of the window. There's also an **Auto Hide All** option on the **Window** menu.
30
+
31
+
Some components can be configured in either tabbed mode where components appear as tabs in the same docking location, or in multiple document interface (MDI) mode where each document has its own window. To configure this feature, navigate to **Tools** > **Options** > **Environment**, and select **General**.
32
+
33
+
## Cached identity information
34
+
35
+
When a login (or a contained database user) connects and is authenticated, the connection caches identity information about the login. For Windows Authentication, information about membership in Windows groups is included. The identity remains authenticated as long as the connection is maintained. To force changes in the identity, such as a password reset or change in Windows group membership, the account must sign out from the authentication authority (Windows or [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]), and sign in again. A member of the **sysadmin** fixed server role, or any login with the `ALTER ANY CONNECTION` permission, can use the `KILL` command to end a connection and force a login to reconnect. [!INCLUDE [ssmanstudiofull-md](../includes/ssmanstudiofull-md.md)] can reuse connection information when opening multiple connections to Object Explorer and Query Editor windows. To force reconnection, close all connections.
36
+
37
+
## Related content
38
+
39
+
-[Use SQL Server Management Studio](sql-server-management-studio-ssms.md)
40
+
-[The SQL Server Management Studio Environment](the-sql-server-management-studio-environment.md)
0 commit comments