Results 1 to 3 of 3

Thread: SQL Server Logs

  1. #1
    Join Date
    Sep 2005
    Posts
    43

    Angry SQL Server Logs

    Is there any way we can log in the info like this in SQL Server

    Who logged in
    What date
    OS Name
    Ipaddress
    SQL Login Name

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Security auditing can be done by server level trace or through profiler.

    Look into BOL for
    sp_trace_setevent
    sp_trace_setfilter
    sp_trace_create
    sp_trace_setstatus

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    Or enable sql auditing, will get most of you are looking for.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •