Google News
logo
SQL Server - Quiz(MCQ)
Which of the following statement is used to enable auditing from SQL Server?
A)
auditpol /set /subcategory:”application generated” /success:enable /failure:enable
B)
polaudit /set /subcategory:”application generated” /success:enable /failure:enable
C)
auditenable /set /subcategory:”application generated” /success:enable /failure:enable
D)
auditpolenable /set /subcategory:”application generated” /success:enable /failure:enable

Correct Answer :   auditpol /set /subcategory:”application generated” /success:enable /failure:enable


Explanation : auditpol is command is new to Windows Server 2008 and Vista and is required for querying or configuring audit policy at the subcategory level.

Advertisement