You are designing an ASP NET Web application that displays daily sales information.
The sales information is stored in a large Microsoft SQL Seiver database.
The database information is updated each night during the day.
People use the Web application to display a set of standard sales reports based on the latest database
information.
The SQL queries that are required to retrieve and display the database information can take from 20 to30
seconds to execute.
You need to design the application to ensure that pages usually load in no more than 5 seconds.
Which two approaches could you recommend?
(Each correct answer presents a complete solution Choose two.)
A.
Use SQL Server replication
B.
Use AJAX to retrieve the database information
C.
Use a control that retrieves and displays the database information.
D. Use a service that proxies the database queries andcaches the results ???