Microsoft
70-466 · Question #118
70-466 Question #118: Real Exam Question with Answer & Explanation
Sign in or unlock 70-466 to reveal the answer and full explanation for question #118. The question stem and answer options stay visible for context.
Configure and maintain an analysis services database
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
- ABACKUP LOG DB1 TO Device1 WITH COPY_ONLY
- BBACKUP LOG DB1 TO Device1
- CBACKUP LOG DB1 TO Device1 WITH NCRECOVERY
- DBACKUP LOG DB1 TO Device1 WITH TRUNCATE_ONLY
Unlock 70-466 to see the answer
You've previewed enough free 70-466 questions. Unlock 70-466 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#transaction log backup#LSN chain#log full recovery#BACKUP LOG