Auditing in SQL Server 2005

  • HI,

    Yesterday one of my colleague asked me a question i.e. if someone wants to get the list of users who logged on the SQL server at any particular date. I told him one solution is to read the error log file and another option is to enable "C2 Auditing" but "C2 Auditing" only gives information after we enable it, but what about the list before enabling "C2 Auditing". Is there any other way to find the information of users logged on any particular date.

    Thanks in advance.

  • You can make use of the Default Trace[/url] to get that information.

    Enabling C2 audit can make the drive run out of space pretty quickly apart from other overheads. Here[/url] is one such example.

    Pradeep Adiga
    Blog: sqldbadiaries.com
    Twitter: @pradeepadiga

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply