If the primary server is a log shipping configuration fails, what should you do to minimize the network impact and prevent any data loss while bringing the standby server online?
A.
Create a tail-log backup on the primary database, and restore all the transaction log backups on the standby server with the WITH STANDBY option.
B.
Create a tail-log backup on the primary database, and restore all the transaction log backups on the standby server with the WITH COPY_ONLY option.
C.
Create a tail-log backup on the secondary database, and restore all the transaction log backups on the standby server with the WITH STANDBY option.
D.
Create a tail-log backup on the secondary database, and restore all the transaction log backups on the standby server with the WITH COPY_ONLY option.