What should you do?
DRAG DROP You are designing a SQL Server Reporting Services (SSRS) solution. A report project must
access multiple SQL Azure databases.
Each database is on a different host. The databases have identical schema and security configurations. You
have the following requirements:
The report must support subscriptions.
Users must be able to select the host when runningthe report. What should you do?
To answer, drag the appropriate phrase or phrases from the list to the correct location or locations in the
answer area.
(Answer choices may be used once, more than once, or not all.)
Exhibit:
You need to ensure that users can receive reports by email according to their preferences
You are designing a subscription strategy for a SQLServer Reporting Services (SSRS) report.
You have an application that populates a table withuser-specific subscription schedules and report formats.
You need to ensure that users can receive reports by email according to their preferences.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
You need to ensure that the report displays data filtered by the user-entered value
You are modifying a SQL Server Reporting Services (SSRS) report for a SQL Server Analysis Services (SSAS)
cube.
The report defines a report parameter of data typeDate/Time with which users can filter the report by a single
date.
The parameter value cannot be directly used to filter the Multidimensional Expressions (MDX) query for the
dataset.
You need to ensure that the report displays data filtered by the user-entered value.
You must achieve this goal by using the least amount of development effort.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
Which role should you assign?
You administer a SQL Server Reporting Services (SSRS) instance in native mode. You need to assign a
predefined role that meets the following requirements:
Members of the role must be able to update shared data sources.
Members of the role must not be able to consume reports or manage subscriptions.
The role must provide only the minimum permissions required.
Which role should you assign? (More than one answerchoice may achieve the goal. Select the BEST answer.)
You need to create a strategy for deploying the formatting and code across the entire enterprise reporting sol
You are designing a strategy for an enterprise reporting solution that uses SQL Server Reporting Services
(SSRS).
Many of the SSRS reports will use common utilities and functions, including the following:
Report utility functions and business logic in code
Standardized report formatting properties such as fonts and colors for report branding Formatting may
change and new functions may be added as the reporting solution evolves.
You need to create a strategy for deploying the formatting and code across the entire enterprise reporting
solution.
You must also ensure that reports can be easily updated to reflect formatting and function changes.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
How should you configure the filter?
You are designing a dataset for a SQL Server Reporting Services (SSRS) report. The report includes thereport
items displayed in the following graphic.
The dataset is sourced from a commonly used storedprocedure in an inventory data mart hosted in a SQL
Azure database. It returns the status for all products across all storage sites. The report must display data for
the storage site that is selected by the Site report parameter. You cannot change the stored procedurecode.
You need to filter the dataset to use only data specific to the selected site. How should you configure the filter?
To answer, drag the appropriate expression or expressions to the correct location or locations in the answer
area. (Answer choices may be used once, more than once, or not all.)
Which configuration type should you use?
You are designing a SQL Server Integration Services(SSIS) package configuration strategy. The package
configuration must meet the following requirements: Include multiple properties in a configuration. Support
several packages with different configuration settings. You need to select the appropriate configuration. Which
configuration type should you use? To answer, select the appropriate option from the drop-down list inthe
dialog box.
Hot Area:
You need to design a solution that meets the requirements
You are designing a SQL Server Integration Services(SSIS) solution. The solution will contain an SSISproject
that includes several SSIS packages. Each SSIS package will define the same connection managers and
variables. You have the following requirements: Ensure that the deployment model supports changing the
content of connection strings by using parameters at execution time. Ensure that the deployment model
automatically starts from calls to the catalog.start_execution stored procedure in the SSISDB database.
Maximize performance at execution time. Minimize development effort. You need to design a solution that
meets the requirements. What should you do? (More than one answer choice may achieve the goal. Select the
BEST answer.)
You need to slice data by the CouponUsed, OnSale, and Closeout columns
You need to slice data by the CouponUsed, OnSale, and Closeout columns.
What should you do?
You need to partition the table to maximize the performance of queries
You are designing a partitioning strategy for a large fact table in a data warehouse.
Tens of millions of new records are loaded into thedata warehouse weekly, outside of business hours. Most
queries are generated by reports and by cube processing. Data is frequently queried at the day level and
occasionally at the month level.
You need to partition the table to maximize the performance of queries.
What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)