nerdexam
Microsoft

70-459 · Question #29

You have a SQL Server 2012 database named DB1. You have a backup device named Device1. You discover that the log file for the database is full. You need to ensure that DB1 can complete transactions…

The correct answer is D. BACKUP LOG DB1 TO Device1. See the full explanation below for the reasoning.

Question

You have a SQL Server 2012 database named DB1. You have a backup device named Device1. You discover that the log file for the database is full. You need to ensure that DB1 can complete transactions. The solution must not affect the chain of log sequence numbers (LSNs). Which code segment should you execute?

Options

  • ABACXUP LOG DB1 TO Device1 WITH TRUNCATE_ONLY
  • BBACKUP LOG DB1 TO Device1 WITH COPY_ONLY
  • CBACKUP LCG DB1 TO Device1 WITH NORECOVERY
  • DBACKUP LOG DB1 TO Device1

How the community answered

(41 responses)
  • A
    7% (3)
  • B
    5% (2)
  • C
    12% (5)
  • D
    76% (31)

Community Discussion

No community discussion yet for this question.

Full 70-459 Practice