SELECT Statement executed against Classified table

5,433 0
Uses Server and database audit to track SELECT statements. First Create a Server audit: [crayon-6a0bca2bb6e11677349223/] Then a database specific Audit based on this server audit: (in this case on the Database: WideworldImporters, schema “Sales” and table: “Customers” [crayon-6a0bca2bb6e17591783898/] Then setup the custom metric: Read more

Database user added

4,891 0
This custom metric queries the default trace to find events related to whenever a login is added as a database user to a database. Read more