Database Trigger - Tracking Role changes

  • I am looking at tracking changes to users and their access with database and server triggers. It works well accept for changes to roles (sp_addrolemember and sp_droprolemember)

    Database triggers can not handle ADD_ROLE_MEMBER and DROP_ROLE_MEMBER events.

    How can I track changes to roles with these two events?

    Thanks

  • You'll have to use Event Notifications or a constantly running profiler trace.

    Greg

    Greg

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

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