A business requires that management reports be generated from a transactionally consistent
database snapshot when needed. This is currently placing a significant load on the primary
system. What is the best method to minimize the effect of report generation on the primary
system?

A.
Lower the priority of the report generation.
B.
STOP UPDATE, <timestamp> and then generate the reports on the backup system.
C.
STOP RDF and then generate the reports on the backup system.
D.
Run the reports on the backup system.