InterviewSolution
Saved Bookmarks
| 1. |
__________ could potentially lead to large audit records.(a) DATABASE_OBJECT_ACCESS_GROUP(b) DATABASE_MIRRORING_LOGIN_GROUP(c) DATABASE_OBJECT_OWNERSHIP_CHANGE_GROUP(d) DATABASE_OBJECT_PERMISSION_CHANGE_GROUPThe question was asked in a national level competition.The doubt is from Schema Audit in chapter Monitoring and Auditing of SQL Server |
|
Answer» CORRECT OPTION is (a) DATABASE_OBJECT_ACCESS_GROUP The best I can EXPLAIN: DATABASE_OBJECT_ACCESS_GROUP event is raised for any access to any DATABASE. |
|