Friday 27 March 2015

Login Auditing

This topic describes how to configure login auditing in SQL Server 2014 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
You must restart SQL Server before this option will take effect.


Using 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 click Properties.
  3. On the Security page, under Login auditing, click the desired option and close the Server Properties page.
  4. In Object Explorer, right-click the server name, and then click Restart.

Database Level Auditing in SQL Server 2008 R2


In this video, you will learn how to setup database level auditing in SQL Server 2008 R2

No comments:

Post a Comment