Lesson 1: Administering SSRS Item-Level Permissions and Site Security Roles
1. What types of roles are available in SSRS 2008, and what are their purposes?
Item-level
roles and system-level roles are the two types of roles available in
SSRS 2008. An item-level role is a collection of tasks related to
operations on an object of the report object hierarchy of SSRS 2008. A
system-level role is a collection of tasks related to operations on
server objects outside the report object hierarchy of SSRS 2008.
2. Can a user or group belong to more than one item-level or system-level role?
yes, in SSRS 2008, a user or group can have more than one association to a system-level or an item-level role.
3. When storing the credentials of a data source in the server, are those credentials safe?
yes, the data source credentials are safe because Reporting Services encrypts them and stores them in the ReportServer SQL Server
Lesson 2: Creating Report Schedules and Subscriptions
1. What happens if you do not specify a parameter value in a subscription and the parameter does not have a default value?
If
you do not specify a parameter value in a subscription and the
parameter does not have a default value, the execution of the report
will fail.
2. you want to create a subscription to a report. However, when you right-click the Subscription subfolder of the report, you notice that the new Subscription option is dimmed. What is wrong?
When
the new Subscription option is dimmed, the report probably does not use
stored credentials for accessing the data. SSRS needs these credentials
stored in its own ReportServer database to execute a report on a
schedule.
3. What can you do if your query with properties for a data-driven subscription does not provide values for all of the subscription properties?
If your query with properties for a data-driven subscription does not provide values for all of the subscription properties, you can use text and default values instead. These values are then used for parameters of all subscriptions you get from the
Lesson 3: Managing Report Caching and Execution Properties in Report Manager
1. What mechanisms do you identify to reduce the overhead of Reporting Services data sources?
Snapshots and cached reports can help reduce the processing pressure on data sources and improve report response time.
2. Can you always create a cache of a report?
no,
you can create a cache of a report only when certain requirements, such
as having credentials stored in the Report Server, are met.
3. Can you edit the .rdl code associated with a linked report?
no, because a linked report has no .rdl code of its own. It refers to the .rdl code of the base report.