Microsoft Exam Questions

You administer a Microsoft SQL Server 2012 database. The database is currently configur…

You administer a Microsoft SQL Server 2012 database. The database is currently configured to log ship to a secondary server.

You are preparing to cut over to the secondary server by stopping log-shipping and bringing the secondary database online. You want to perform a tail-log backup.

You need to leave the primary database in a restoring state.

Which option of the BACKUP LOG command should you use?

A. NO_TRUNCATE

B. NORECOVERY

C. STANDBY

D. FORMAT

Explanation:

It is recommended that you take a tail-log backup in the following scenarios:

Note: A tail-log backup captures any log records that have not yet been backed up (the tail of the log) to prevent work loss and to keep the log chain intact. Before you can recover a SQL Server database to its latest point in time, you must back up the tail of its transaction log. The tail-log backup will be the last backup of interest in the recovery plan for the database.

References: https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/tail-log-backups-sql-server