dm_audit_actions
SELECT * | |
FROM sys.dm_audit_actions | |
WHERE containing_group_name IN ('SUCCESSFUL_DATABASE_AUTHENTICATION_GROUP', | |
'FAILED_DATABASE_AUTHENTICATION_GROUP', | |
'BATCH_COMPLETED_GROUP') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment