Proteggiamo il tuo ambiente digitale da qualsiasi attacco informatico. Sfrutta tutte le potenzialità della piattaforma SGBox!

Gallery

Contatti

Via Melchiorre Gioia, 168 - 20125 Milano

info@sgbox.it

+39 02 60830172

Search another article?

You are here:
< Back

Configure login auditing MSSQL (SQL Server Management Studio)​

This article describes how to configure login auditing in SQL Server on Windows, to monitor SQL Server Database Engine login activity. Login auditing can be configured to write to the error log on the following events.

  • Failed logins
  • Successful logins
  • Both failed and successful logins

Use SQL Server Management Studio to Configure login auditing

  1. In SQL Server Management Studio, connect to an instance of the SQL Server Database Engine with Object Explorer.
  2. In Object Explorer, right-click the server name, and then select Properties.
  3. On the Security page, under Login auditing, select the desired option and close the Server Properties page.
    • Configure login auditing MSSQL (SQL Server Management Studio)
    • Note You must restart SQL Server before this option will take effect.
  4. In Object Explorer, right-click the server name, and then select Restart.