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
Copy file name to clipboardExpand all lines: docs/includes/ssms-azure-data-studio-install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.subservice: ssms
9
9
ms.topic: include
10
10
---
11
11
12
-
> [!Important]
12
+
> [!IMPORTANT]
13
13
> 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.
14
14
>
15
15
> 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).
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.
21
22
22
23
- Failed logins
23
24
- Successful logins
@@ -27,18 +28,20 @@ You must restart [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] befo
27
28
28
29
## <aid="SSMSProcedure"></a> Use SQL Server Management Studio
29
30
30
-
####Configure login auditing
31
+
### Configure login auditing
31
32
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.
33
34
34
35
1. In Object Explorer, right-click the server name, and then select **Properties**.
35
36
36
37
1. On the **Security** page, under **Login** auditing, select the desired option and close the **Server Properties** page.
37
38
38
39
1. In Object Explorer, right-click the server name, and then select **Restart**.
39
40
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
41
44
42
45
-[SQL Server Management Studio components and configuration](tutorials/ssms-configuration.md)
43
46
-[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)
0 commit comments