Results 1 to 5 of 5

Thread: how to find who is deleted the database or object?

  1. #1
    Join Date
    Nov 2002
    Posts
    231

    how to find who is deleted the database or object?

    Hi,
    I wanted find the log information if anybody deleted my database or bojects in my server.
    Is it possible we can able to find this details in my previous log or any sys tables ?
    Thanks

  2. #2
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    SQL Server does not provide this information unless you are running C2 level audit or running trace to capture this info.

    You can use Log Explorer from Lumigent to dig this kind of information from your transaction log.

  3. #3
    Join Date
    Nov 2002
    Posts
    231
    skhanal,
    How we can implement this C2 level audit security.
    Thanks,
    Ravi

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    As I know, C2 level audit will slow down the system.

  5. #5
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    It does slow down the system significantly because everything is logged to a file.

    Check "c2 audit mode Option" topic in books online.

Posting Permissions

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