Question
a.
CREATE AUDIT SPECIFICATION Audit_Pay_Tables
FOR SERVER AUDIT Payrole_Security_Audit
ADD (SELECT , INSERT
ON HumanResources.EmployeePayHistory BY dbo )
WITH (STATE = ON) ;
b.
CREATE DATABASE AUDIT Audit_Pay_Tables
FOR SERVER AUDIT Payrole_Security_Audit
ADD (SELECT , INSERT
ON HumanResources.EmployeePayHistory BY dbo )
WITH (STATE = ON)
c.
CREATE DATABASE AUDIT SPECIFICATION Audit_Pay_Tables
FOR SERVER AUDIT Payrole_Security_Audit
ADD (SELECT , INSERT
ON HumanResources.EmployeePayHistory BY dbo )
WITH (STATE = ON) ;
d.
All of the mentioned
Posted under SQL Server
FOR SERVER AUDIT Payrole_Security_Audit
ADD (SELECT , INSERT
ON HumanResources.EmployeePayHistory BY dbo )
WITH (STATE = ON) ;
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 database audit specification?
Similar Questions
Discover Related MCQs
Q. Which of the following views log from a file that is named \\serverName\Audit\HIPPA_AUDIT.sqlaudit?
View solution
Q. Which of the following statement is used to enable auditing from SQL Server?
View solution
Q. How many ways of auditing the schema is available in SQL Server?
View solution
Q. Point out the correct statement.
View solution
Q. Which of the following event is not intrinsically audited?
View solution
Q. Which of the following is server-level audit action group?
View solution
Q. Point out the wrong statement.
View solution
Q. AUDIT_CHANGE_GROUP event is raised whenever any audit is _____________
View solution
Q. __________ could potentially lead to large audit records.
View solution
Q. You can use the handy event name of __________ to make sure your trigger covers all DDL events.
View solution
Q. DDL Trigger can capture the information about the EVENT that fired it by using __________ function.
View solution
Q. Which of the following database level event is raised whenever a REFERENCES permission is checked.
View solution
Q. Which of the following option can be used to launch Perfmon?
View solution
Q. Point out the wrong statement.
View solution
Q. Which of the following is one of the most crucial performance counters for monitoring?
View solution
Q. _________ reports the total processor time with respect to the available capacity of the server.
View solution
Q. Point out the correct statement.
View solution
Q. Which of the following stored procedure reports snapshot information about current SQL Server user?
View solution
Q. _____________ displays an estimate of the current amount of disk space used by a table.
View solution
Q. Which of the following determines type or resource to which the lock applies?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond SQL Server? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!