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