JohnDTampaBay
Programmer
I need to be able to track changes to object permissions on my server. My first thought was to create triggers for SysUsers and SysProtects to log the changes and then schedule a nightly task to select logged changes that happened that day and email me. But, of course, it isn't possible to create triggers on system tables.
Does anyone have any ideas as to how I can log changes to object permissions in SQL without putting triggers on system tables?
Thanks in advance, folks. If this has an answer, I'm sure this group will find it.
--Angel
-----------------------------------
SELECT * FROM users WHERE clue > 0
0 row(s) selected
Does anyone have any ideas as to how I can log changes to object permissions in SQL without putting triggers on system tables?
Thanks in advance, folks. If this has an answer, I'm sure this group will find it.
--Angel
-----------------------------------
SELECT * FROM users WHERE clue > 0
0 row(s) selected