You are the administrator of a SQL Server 2000 computer configured for C2 auditing. Audit logs are written to the C:\\MSSQL\\Audit folder. After several days, the MSSQLServer service suddenly stops and cannot be restarted. You need to restart the MSSQLServer service and restore normal operation. What should you do first?
Certification
Microsoft Certification
Difficulty: Medium
Choose an option
-
AStart the MSSQLServer service manually using the -m startup option
-
BStart the MSSQLServer service manually using the -s startup option
-
CSet the SQLServerAgent service startup type to Disabled and then start MSSQLServer
-
DDelete the audit logs from the C:\\MSSQL\\Audit folder and then start the MSSQLServer service
Answer
Correct Answer: Delete the audit logs from the C:\\MSSQL\\Audit folder and then start the MSSQLServer service
Explanation
Introduction / Context:SQL Server 2000 supports C2 level auditing, which is a security standard requiring strict logging of various events. When C2 auditing is enabled, SQL Server records detailed audit information into log files. However, if these audit logs are not managed properly and the system runs out of space or reaches audit limits, SQL Server can shut down to preserve the integrity of auditing. This question asks how to bring SQL Server back online when C2 auditing has filled the audit directory.Given Data / Assumptions:
- SQL Server 2000 is configured for C2 security auditing.
- Audit logs are stored in C:\\MSSQL\\Audit.
- The server functions normally for some time, then the MSSQLServer service stops unexpectedly.
- Attempts to restart the MSSQLServer service fail.
- The goal is to restart MSSQLServer and restore database services.