Skip to content

Instantly share code, notes, and snippets.

@DataSic
Created June 3, 2018 14:37
Embed
What would you like to do?
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