nerdexam
Microsoft

70-457 · Question #175

You administer a Microsoft SQL Server 2012 database. You need to ensure that the size of the transaction log file does not exceed 2 GB. What should you do?

The correct answer is D. in SQL Server Management Studio, right-click the database, select Properties, and then click Files. See the full explanation below for the reasoning.

Question

You administer a Microsoft SQL Server 2012 database. You need to ensure that the size of the transaction log file does not exceed 2 GB. What should you do?

Options

  • AExecute sp_configure 'max log size', 2G.
  • Buse the ALTER DATABASE...SET LOGFILE command along with the maxsize parameter.
  • CIn SQL Server Management Studio, right-click the instance and select Database Settings.
  • Din SQL Server Management Studio, right-click the database, select Properties, and then click Files.

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    12% (3)
  • D
    80% (20)

Community Discussion

No community discussion yet for this question.

Full 70-457 Practice