Created
June 3, 2018 14:37
-
-
Save DataSic/dd2bdaa2577a169b7858b7e3e9d0c4ec to your computer and use it in GitHub Desktop.
dm_audit_actions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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