YOU HAVE A DATABASE NAMED PROCUREMENT. A FULL BACKUP RUNS ON PROCU...

14. You have a database named Procurement. A full backup runs on Procurement every day at 1:00 a.m. The data file for the Procurement database is placed on the D: drive, while the log file for the Procurement database is placed on the L: drive. Unfortunately, the RAID disk hosting the D: drive volume corrupts, and the data on this disk becomes unreadable. The database recovery model was set to FULL. What should you do after you replace the damaged disk to bring the database back online and recover as much data as possible (choose all that apply)?A. Back up the tail-log that resides on the L: drive.B. Restore the latest full backup to the D: drive using the NORECOVERY option.C. Restore the tail-log you have just backed up and replay it into the Procurement database to bring the database forward using the RECOVERY option.D. Restore the latest full backup to the D: drive using the RECOVERY