Logging Event Permissions

  • Comments posted to this topic are about the item Logging Event Permissions

  • Heh... this is why I hate tests.  While I knew the correct answer you were expecting, it's not actually the correct answer.  It can be done through a stored procedure that has the correct privs and the user only actually needs PUBLIC (connect) and the privs to use the proc.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Agree with Jeff. from BOL:

    Requires membership in the sysadmin fixed server role or membership in the public fixed database role in the master database with EXECUTE permission granted.

    • This reply was modified 3 years, 9 months ago by  SADSAC.
  • Don't entirely agree, but i suppose the given correct answer is the closest to the actual fact...

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”

Viewing 4 posts - 1 through 3 (of 3 total)

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