Exam 312-49v10 All QuestionsBrowse all questions from this exam
Question 351

Joshua is analyzing an MSSQL database for finding the attack evidence and other details, where should he look for the database logs?

    Correct Answer: C

    Joshua should look for the Model.ldf file. In an MSSQL database, the .ldf file is the transaction log file. It contains a record of all transactions and database modifications, which can be essential for finding attack evidence and other details.

Discussion
aqeel1506Option: C

C. Model.ldf The .ldf file is the transaction log file for an MSSQL database and contains a record of all the transactions and the database modifications made by each transaction.

ElbOption: C

The SQL Server stores data and logs in Primary Data Files (MDF), Secondary Data Files (NDF) and Transaction Log Data Files (LDF), respectively. MDF is the starting point of a database; it stores user data and database objects NDF is optional and spreads data across multiple databases LDF stores log related information that can be used to recover databases. These are divided into smaller parts called virtual log files.

ElbOption: C

C < Log Database File