Sysadmin can run any scripts on SQL Server. What if S/he runs scripts with bad results. Can you detect it?
Yes, Just Alter your Audit specification:
ALTER SERVER AUDIT [Audit-xxxxxx]
WHERE ([object_name]=’sysadmin’)
Categories:
Sysadmin can run any scripts on SQL Server. What if S/he runs scripts with bad results. Can you detect it?
Yes, Just Alter your Audit specification:
ALTER SERVER AUDIT [Audit-xxxxxx]
WHERE ([object_name]=’sysadmin’)
Tags:
No responses yet