Skip to content

Commit a8871c1

Browse files
authored
Merge pull request #31117 from markingmyname/uuf1
[SSMS] update include note
2 parents b59c8fe + 6fab053 commit a8871c1

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

docs/includes/ssms-azure-data-studio-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: ssms
99
ms.topic: include
1010
---
1111

12-
> [!Important]
12+
> [!IMPORTANT]
1313
> For SQL Server Management Studio (SSMS) 18.7 through 19.3, Azure Data Studio is automatically installed alongside SSMS. Users of SQL Server Management Studio are able to benefit from the innovations and features in Azure Data Studio. Azure Data Studio is a cross-platform and open-source desktop tool for your environments, whether in the cloud, on-premises, or hybrid.
1414
>
1515
> To learn more about Azure Data Studio, check out [What is Azure Data Studio](../azure-data-studio/what-is-azure-data-studio.md) or the [FAQ](../azure-data-studio/faq.yml).

docs/ssms/configure-login-auditing-sql-server-management-studio.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Configure login auditing for SQL Server on Windows, using SSMS.
44
author: "markingmyname"
55
ms.author: "maghan"
66
ms.reviewer: randolphwest
7-
ms.date: 03/17/2023
7+
ms.date: 07/12/2024
88
ms.service: sql
99
ms.subservice: ssms
1010
ms.topic: conceptual
@@ -13,11 +13,12 @@ helpviewer_keywords:
1313
- "audits [SQL Server], logins"
1414
- "logins [SQL Server], auditing"
1515
---
16+
1617
# Configure login auditing (SQL Server Management Studio)
1718

1819
[!INCLUDE [sql-windows-only](../includes/applies-to-version/sql-windows-only.md)]
1920

20-
This article describes how to configure login auditing in [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Windows, to monitor [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] login activity. Login auditing can be configured to write to the error log on the following events.
21+
This article describes how to configure login auditing in [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Windows, to monitor [!INCLUDE [ssDEnoversion](../includes/ssdenoversion-md.md)] login activity. Login auditing can be configured to write to the error log on the following events.
2122

2223
- Failed logins
2324
- Successful logins
@@ -27,18 +28,20 @@ You must restart [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] befo
2728

2829
## <a id="SSMSProcedure"></a> Use SQL Server Management Studio
2930

30-
#### Configure login auditing
31+
### Configure login auditing
3132

32-
1. In SQL Server Management Studio, connect to an instance of the [!INCLUDE[ssDEnoversion](../includes/ssdenoversion-md.md)] with Object Explorer.
33+
1. In SQL Server Management Studio, connect to an instance of the [!INCLUDE [ssDEnoversion](../includes/ssdenoversion-md.md)] with Object Explorer.
3334

3435
1. In Object Explorer, right-click the server name, and then select **Properties**.
3536

3637
1. On the **Security** page, under **Login** auditing, select the desired option and close the **Server Properties** page.
3738

3839
1. In Object Explorer, right-click the server name, and then select **Restart**.
3940

40-
## Next steps
41+
:::image type="content" source="media/configure-login-auditing-sql-server-management-studio/configure-login-auditing-window.png" alt-text="Screenshot of the configure login audit window.":::
42+
43+
## Related content
4144

4245
- [SQL Server Management Studio components and configuration](tutorials/ssms-configuration.md)
4346
- [Configure SQL Server Agent](agent/configure-sql-server-agent.md)
44-
- [Create a server audit and database audit specification](../relational-databases/security/auditing/create-a-server-audit-and-database-audit-specification.md)
47+
- [Create a server audit and database audit specification](../relational-databases/security/auditing/create-a-server-audit-and-database-audit-specification.md)
147 KB
Loading

0 commit comments

Comments
 (0)