exam questions

Exam 70-764 All Questions

View all questions & answers for the 70-764 exam

Exam 70-764 topic 1 question 24 discussion

Actual exam question from Microsoft's 70-764
Question #: 24
Topic #: 1
[All 70-764 Questions]

HOTSPOT -
Note: This question is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.
You are a database administrator for a company that has an on-premises Microsoft SQL Server environment and Microsoft Azure SQL Database instances. The environment hosts several customer databases, and each customer uses a dedicated instance. The environments that you manage are shown in the following table.

You need to configure auditing for the Adventure Works environment.
How should you complete the Transact-SQL statement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: CREATE SERVER AUDIT -
Create the server audit.
You must implement auditing to record access to data that is considered sensitive by the company.

Create database audit -

Box 2: ALTER SERVER AUDIT -
Enable the server audit.

Box 3: CREATE DATABASE AUDIT -
Create the database audit specification.

Box 4: FOR SERVER AUDIIT -
You must implement auditing for all objects in the ADVSchema.
References: https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/create-a-server-audit-and-database-audit-specification

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TheSwedishGuy
Highly Voted 5 years, 5 months ago
Simple: First create the server audit, then alter it (turn it on). After that, create the database audit and specify which schema the server audit should use.
upvoted 6 times
...
Chandra111
Most Recent 4 years, 4 months ago
last one is answer.
upvoted 1 times
...
EtianeMarcelino
5 years, 2 months ago
I think the correct is, First create the database audit, then alter it (turn it on). After that, create the database audit specification and specify which schema and which dml command the database audit should use specification.
upvoted 2 times
EtianeMarcelino
5 years, 2 months ago
First create the server audit, then alter it (turn it on). After that, create the database audit specification and specify which schema and which dml command the database audit specification should use.
upvoted 4 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...