70-473 · Question #19
A solution for the data warehouse system must be created to provide disaster recovery between SQL03 and an Azure virtual machine named SQL04. You need to recommend an auditing solution that meets the
The correct answer is A. Transaction Management B. Stored Procedure D. Login. For an auditing solution in a SQL data warehouse, it is essential to include events related to transaction management, stored procedure execution, and user logins.
Question
Options
- ATransaction Management
- BStored Procedure
- CPlain SQL
- DLogin
- EFailed Connections
How the community answered
(48 responses)- A81% (39)
- C6% (3)
- E13% (6)
Why each option
For an auditing solution in a SQL data warehouse, it is essential to include events related to transaction management, stored procedure execution, and user logins.
Auditing Transaction Management events tracks modifications made to data within the database, which is crucial for monitoring data integrity and changes in a data warehouse environment.
Auditing Stored Procedure execution provides visibility into operations performed by predefined code, helping to track application-level actions and potential data manipulation.
While 'Plain SQL' includes many operations, specific categories like 'Transaction Management' and 'Stored Procedure' offer more targeted and actionable auditing insights, making 'Plain SQL' too broad for a specific recommendation.
Auditing Login events records both successful and failed attempts to access the SQL Server, which is fundamental for security monitoring and detecting unauthorized access attempts.
'Failed Connections' is typically a subset of 'Login' events, as failed connection attempts are usually recorded as failed logins; it is not a distinct, top-level auditing event category separate from login for general auditing purposes.
Concept tested: SQL Server auditing event categories
Source: https://learn.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-action-groups-and-actions
Topics
Community Discussion
No community discussion yet for this question.