nerdexam
Exams70-466Questions#151
Microsoft

70-466 · Question #151

70-466 Question #151: Real Exam Question with Answer & Explanation

Sign in or unlock 70-466 to reveal the answer and full explanation for question #151. The question stem and answer options stay visible for context.

Build reports

Question

A multinational retailer has retail locations on several continents. A single SQL Server Reporting Services (SSRS) instance is used for global reporting. A SQL Server Analysis Services (SSAS) instance for each continent hosts a multidimensional database named RetailSales. Each RetailSales database stores data only for the continent in which it resides. All of the SSAS instances are configured identically. The cube names and objects are identical. Reports must meet the following requirements:
  • A report parameter named ServerName must be defined in each report. When running a report, users must be prompted to select a server instance.
  • The report data source must use the Microsoft SQL Server Analysis Services data source type. You need to create a data source to meet the requirements. How should you define the expression that is assigned to the connection string property of the data source?

Options

  • A="Server=" & Parameters!ServerName.Value & ";Initial Catalog=RetailSales"
  • B="Data Source=@ServerName;Initial Catalog=RetailSales"
  • C="Data Source=" & Parameters!ServerName.Value & ";Initial Catalog=RetailSales"
  • D="Server=" & Parameters!ServerName.Value
  • E="Server=@ServerName;Initial Catalog=RetailSales"

Unlock 70-466 to see the answer

You've previewed enough free 70-466 questions. Unlock 70-466 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#SSRS#dynamic connection string#report parameters#data source expression
Full 70-466 Practice