Results 1 to 7 of 7

Thread: Someone changing permissions..

  1. #1
    Join Date
    Aug 2004
    Location
    USA
    Posts
    80

    Someone changing permissions..

    Someone is changing permissions on our production sql databases frequently which is causing big problems..any idea how to know who is changing and when? Any code that can be written to capture such activity?

    thanks,
    dbfan.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    If running profiler is not possible then you can create a server side trace for event id 103, event_name "Audit Object GDR" using sp_trace_setevent and log the output to a file for later analysis.

  4. #4
    Join Date
    Aug 2004
    Location
    USA
    Posts
    80
    thanks for the suggestions..

  5. #5
    Join Date
    Feb 2003
    Posts
    1,048
    You can also try denying everyone the ability to do that and see who yels first.

  6. #6
    Join Date
    Aug 2004
    Location
    USA
    Posts
    80
    Is there any tool that we can buy to log or audit user and permission changes?

  7. #7
    Join Date
    Sep 2002
    Posts
    5,938
    Yes, take look at Lumigent's Entegra.

Posting Permissions

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