adplus-dvertising
frame-decoration

Question

Which of the following code creates a server audit called “HIPPA_Audit” with a binary file as the target and no options?

a.

CREATE SERVER AUDIT HIPAA_Audit
TO SUBJECT ( FILEPATH ='\\SQLPROD_1\Audit\' );

b.

CREATE SERVER AUDIT HIPAA_Audit
TO FILE ( FILEPATH ='\\SQLPROD_1\Audit\' );

c.

CREATE AUDIT HIPAA_Audit
TO FILE ( FILEPATH ='\\SQLPROD_1\Audit\' );

d.

CREATE SERVER AUDIT HIPAA
TO FILE ( FILEPATH ='\\SQLPROD_1\Audit\' );

Answer: (b).CREATE SERVER AUDIT HIPAA_Audit
TO FILE ( FILEPATH ='\\SQLPROD_1\Audit\' );

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following code creates a server audit called “HIPPA_Audit” with a binary file as the target and no options?

Similar Questions

Discover Related MCQs

Q. Which of the following code Enables the audit ‘HIPAA_Audit’?

Q. Which of the following code creates database audit specification?

Q. Which of the following views log from a file that is named \\serverName\Audit\HIPPA_AUDIT.sqlaudit?

Q. Which of the following statement is used to enable auditing from SQL Server?

Q. How many ways of auditing the schema is available in SQL Server?

Q. Point out the correct statement.

Q. Which of the following event is not intrinsically audited?

Q. Which of the following is server-level audit action group?

Q. Point out the wrong statement.

Q. AUDIT_CHANGE_GROUP event is raised whenever any audit is _____________

Q. __________ could potentially lead to large audit records.

Q. You can use the handy event name of __________ to make sure your trigger covers all DDL events.

Q. DDL Trigger can capture the information about the EVENT that fired it by using __________ function.

Q. Which of the following database level event is raised whenever a REFERENCES permission is checked.

Q. Which of the following option can be used to launch Perfmon?

Q. Point out the wrong statement.

Q. Which of the following is one of the most crucial performance counters for monitoring?

Q. _________ reports the total processor time with respect to the available capacity of the server.

Q. Point out the correct statement.

Q. Which of the following stored procedure reports snapshot information about current SQL Server user?