Answers

Question and Answer:

  Home  MCSD.NET - 70-315 Exam

⟩ You create an ASP.NET application that produces sales reports for the XYZ corporation.The sales data is stored in a Microsoft SQL Server database that is used for transactionprocessing. The application consists of complex Transact-SQL statements.Many users report that the report generation is taking longer to run each day. You need toimprove response times.What are two possible ways to achieve this goal? (Each correct answer presents a completesolution. Choose two)A. Use an OleDbDataAdapter indexes exist on the SQL Server tables.B. Ensure that appropriate indexes exist in the SQL Server tables.C. Rewrite your SQL statements to use aliases for all table names.D. Rewrite your direct SQL statements as stored procedures and call the stored procedures fromyour application.E. Configure queries to run in the security context of the user who is running the query.

B. Ensure that appropriate indexes exist in the SQL Server tables.

D. Rewrite your direct SQL statements as stored procedures and call the stored procedures from

your application.

 142 views

More Questions for you: