PrepAway - Latest Free Exam Questions & Answers

What should you do?

You design a Business Intelligence (BI) solution by using SQL Server 2008. You create a SQL Server 2008 Reporting Services (SSRS) solution. The solution has a report named SalesDetails that contains a parameter named EmployeeID .
You have the following constraints:
-Ten thousand employees require the report in different file formats.
-The employees can view only their sales data by specifying their identity number as the EmployeeID parameter.

You need to ensure that the constraints are met before you deliver the report to the employees. What should you do?

PrepAway - Latest Free Exam Questions & Answers

A.
Create a data-driven subscription.

B.
Create a SharePoint Report Center site.

C.
Create a subscription for each employee.

D.
Create a report model for each employee.

Explanation:
Tip: "different file formats … view only" = "data-driven"

http://msdn.microsoft.com/en-us/library/ms159150.aspx
A data-driven subscription provides a way to use dynamic subscription data that is retrieved from an external data source at run time. A data-driven subscription can also use static text and default values that you specify when the subscription is defined.

You can use data-driven subscriptions to do the following:
– Distribute a report to a fluctuating list of subscribers. For example, you can use data-driven subscriptions to distribute a report throughout a large organization where subscribers vary from one month to the next, or use other criteria that determines group membership from an existing set of users.
– Filter the report output using report parameter values that are retrieved at run time.
– Vary report output formats and delivery options for each report delivery.

A data-driven subscription is composed of multiple parts. The fixed aspects of a data-driven subscription are defined when you create the subscription, and these include the following:
– The report for which the subscription is defined (a subscription is always associated with a single report).
– The delivery extension used to distribute the report. You can specify report server e-mail delivery, file share delivery, the null delivery provider used for preloading the cache, or a custom delivery extension. You cannot specify multiple delivery extensions within a single subscription.
– The subscriber data source. You must specify a connection string to the data source that contains subscriber data when you define the subscription. The subscriber data source cannot be specified dynamically at run time.
– The query that you use to select subscriber data must be specified when you define the subscription. You cannot change the query at run time.

Dynamic values used in a data-driven subscription are obtained when the subscription is processed. Examples of variable data that you might use in a subscription include the subscriber name, e-mail address, preferred report output format, or any value that is valid for a report parameter. To use dynamic values in a data-driven subscription, you define a mapping between the fields that are returned in the query to specific delivery options and to report parameters. Variable data is retrieved from a subscriber data source each time the subscription is processed.

12 Comments on “What should you do?


Leave a Reply