PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-467 (update December 08th, 2015)

Exam 70-467 : Designing Business Intelligence Solutions with Microsoft SQL Server 2012 (update December 08th, 2015)

Which MDX weight value expression should you use?

###BeginCaseStudy###
Case Study: 1
Tailspin Toys Case A
Background
You are the business intelligence (BI) solutions architect for Tailspin Toys.
You produce solutions by using SQL Server 2012 Business Intelligence edition and
Microsoft SharePoint Server 2010 Service Pack 1 (SP1) Enterprise edition.
Technical Background
Data Warehouse
The data warehouse is deployed on a SQL Server 2012 relational database. A subset of the
data warehouse schema is shown in the exhibit. (Click the Exhibit button.)

The schema shown does not include the table design for the product dimension.
The schema includes the following tables:
• FactSalesPlan table stores data at month-level granularity. There are
two scenarios: Forecast and Budget.
• The DimDate table stores a record for each date from the beginning of
the company’s operations through to the end of the next year.
• The DimRegion table stores a record for each sales region, classified
by country. Sales regions do not relocate to different countries.
• The DimCustomer table stores a record for each customer.
• The DimSalesperson table stores a record for each salesperson. If a
salesperson relocates to a different region, a new salesperson record is created
to support historically accurate reporting. A new salesperson record is not
created if a salesperson’s name changes.

• The DimScenario table stores one record for each of the two planning
scenarios.
All relationships between tables are enforced by foreign keys. The schema design is as
denormalized as possible for simplicity and accessibility. One exception to this is the
DimRegion table, which is referenced by two dimension tables.
Each product is classified by a category and subcategory and is uniquely identified in the
source database by using its stock-keeping unit (SKU). A new SKU is assigned to a product
if its size changes. Products are never assigned to a different subcategory, and subcategories
are never assigned to a different category.
Extract, transform, load (ETL) processes populate the data warehouse every 24 hours.
ETL Processes
One SQL Server Integration Services (SSIS) package is designed and developed to populate
each data warehouse table. The primary source of data is extracted from a SQL Azure
database. Secondary data sources include a Microsoft Dynamics CRM 2011 on-premises
database.
ETL developers develop packages by using the SSIS project deployment model. The ETL
developers are responsible for testing the packages and producing a deployment file. The
deployment file is given to the ETL administrators. The ETL administrators belong to a
Windows security group named SSISOwners that maps to a SQL Server login named
SSISOwners.
Data Models
The IT department has developed and manages two SQL Server Analysis Services (SSAS) BI
Semantic Model (BISM) projects: Sales Reporting and Sales Analysis. The Sales Reporting
database has been developed as a tabular project. The Sales Analysis database has been
developed as a multidimensional project. Business analysts use PowerPivot for Microsoft
Excel to produce self-managed data models based directly on the data warehouse or the
corporate data models, and publish the PowerPivot workbooks to a SharePoint site.
The sole purpose of the Sales Reporting database is to support business user reporting and adhoc analysis by using Power View. The database is configured for DirectQuery mode and all
model queries result in SSAS querying the data warehouse. The database is based on the
entire data warehouse.
The Sales Analysis database consists of a single SSAS cube named Sales. The Sales cube has
been developed to support sales monitoring, analysts, and planning. The Sales cube metadata
is shown in the following graphic.

Details of specific Sales cube dimensions are described in the following table.

The Sales cube dimension usage is shown in the following graphic.

The Sales measure group is based on the FactSales table. The Sales Plan measure group is
based on the FactSalesPlan table. The Sales Plan measure group has been configured with a
multidimensional OLAP (MOLAP) writeback partition. Both measure groups use MOLAP
partitions, and aggregation designs are assigned to all partitions. Because the volumes of data
in the data warehouse are large, an incremental processing strategy has been implemented.
The Sales Variance calculated member is computed by subtracting the Sales Plan forecast
amount from Sales. The Sales Variance °/o calculated member is computed by dividing Sales
Variance by Sales. The cube’s Multidimensional Expressions (MDX) script does not set any
color properties.
Analysis and Reporting
SQL Server Reporting Services (SSRS) has been configured in SharePoint integrated mode.
A business analyst has created a PowerPivot workbook named Manufacturing Performance
that integrates data from the data warehouse and manufacturing data from an operational
database hosted in SQL Azure. The workbook has been published in a PowerPivot Gallery
library in SharePoint Server and does not contain any reports. The analyst has scheduled
daily data refresh from the SQL Azure database. Several SSRS reports are based on the
PowerPivot workbook, and all reports are configured with a report execution mode to run on
demand.
Recently users have noticed that data in the PowerPivot workbooks published to SharePoint
Server is not being refreshed. The SharePoint administrator has identified that the Secure
Store Service target application used by the PowerPivot unattended data refresh account has
been deleted.
Business Requirements
ETL Processes
All ETL administrators must have full privileges to administer and monitor the SSIS catalog,
and to import and manage projects.
Data Models
The budget and forecast values must never be accumulated when querying the Sales cube.
Queries should return the forecast sales values by default.
Business users have requested that a single field named SalespersonName be made available
to report the full name of the salesperson in the Sales Reporting data model.

Writeback is used to initialize the budget sales values for a future year and is based on a
weighted allocation of the sales achieved in the previous year.
Analysis and Reporting
Reports based on the Manufacturing Performance PowerPivot workbook must deliver data
that is no more than one hour old.
Management has requested a new report named Regional Sales. This report must be based on
the Sales cube and must allow users to filter by a specific year and present a grid with every
region on the columns and the Products hierarchy on the rows. The hierarchy must initially be
collapsed and allow the user to drill down through the hierarchy to analyze sales.
Additionally, sales values that are less than S5000 must be highlighted in red.
Technical Requirements
Data Warehouse
Business logic in the form of calculations should be defined in the data warehouse to ensure
consistency and availability to all data modeling experiences.
The schema design should remain as denormalized as possible and should not include
unnecessary columns.
The schema design must be extended to include the product dimension data.
ETL Processes
Package executions must log only data flow component phases and errors.
Data Models
Processing time for all data models must be minimized.
A key performance indicator (KPI) must be added to the Sales cube to monitor sales
performance. The KPI trend must use the Standard Arrow indicator to display improving,
static, or deteriorating Sales Variance % values compared to the previous time period.
Analysis and Reporting
IT developers must create a library of SSRS reports based on the Sales Reporting database. A
shared SSRS data source named Sales Reporting must be created in a SharePoint data
connections library.
###EndCaseStudy###

DRAG DROP
You need to complete the following UPDATE statement to initialize the budget sales values
for 2012.
Which MDX weight value expression should you use?
To answer, drag the appropriate weight value expression to the answer area.

Which tools or tools should you use?

###BeginCaseStudy###
Case Study: 1
Tailspin Toys Case A
Background
You are the business intelligence (BI) solutions architect for Tailspin Toys.
You produce solutions by using SQL Server 2012 Business Intelligence edition and
Microsoft SharePoint Server 2010 Service Pack 1 (SP1) Enterprise edition.
Technical Background
Data Warehouse
The data warehouse is deployed on a SQL Server 2012 relational database. A subset of the
data warehouse schema is shown in the exhibit. (Click the Exhibit button.)

The schema shown does not include the table design for the product dimension.
The schema includes the following tables:
• FactSalesPlan table stores data at month-level granularity. There are
two scenarios: Forecast and Budget.
• The DimDate table stores a record for each date from the beginning of
the company’s operations through to the end of the next year.
• The DimRegion table stores a record for each sales region, classified
by country. Sales regions do not relocate to different countries.
• The DimCustomer table stores a record for each customer.
• The DimSalesperson table stores a record for each salesperson. If a
salesperson relocates to a different region, a new salesperson record is created
to support historically accurate reporting. A new salesperson record is not
created if a salesperson’s name changes.

• The DimScenario table stores one record for each of the two planning
scenarios.
All relationships between tables are enforced by foreign keys. The schema design is as
denormalized as possible for simplicity and accessibility. One exception to this is the
DimRegion table, which is referenced by two dimension tables.
Each product is classified by a category and subcategory and is uniquely identified in the
source database by using its stock-keeping unit (SKU). A new SKU is assigned to a product
if its size changes. Products are never assigned to a different subcategory, and subcategories
are never assigned to a different category.
Extract, transform, load (ETL) processes populate the data warehouse every 24 hours.
ETL Processes
One SQL Server Integration Services (SSIS) package is designed and developed to populate
each data warehouse table. The primary source of data is extracted from a SQL Azure
database. Secondary data sources include a Microsoft Dynamics CRM 2011 on-premises
database.
ETL developers develop packages by using the SSIS project deployment model. The ETL
developers are responsible for testing the packages and producing a deployment file. The
deployment file is given to the ETL administrators. The ETL administrators belong to a
Windows security group named SSISOwners that maps to a SQL Server login named
SSISOwners.
Data Models
The IT department has developed and manages two SQL Server Analysis Services (SSAS) BI
Semantic Model (BISM) projects: Sales Reporting and Sales Analysis. The Sales Reporting
database has been developed as a tabular project. The Sales Analysis database has been
developed as a multidimensional project. Business analysts use PowerPivot for Microsoft
Excel to produce self-managed data models based directly on the data warehouse or the
corporate data models, and publish the PowerPivot workbooks to a SharePoint site.
The sole purpose of the Sales Reporting database is to support business user reporting and adhoc analysis by using Power View. The database is configured for DirectQuery mode and all
model queries result in SSAS querying the data warehouse. The database is based on the
entire data warehouse.
The Sales Analysis database consists of a single SSAS cube named Sales. The Sales cube has
been developed to support sales monitoring, analysts, and planning. The Sales cube metadata
is shown in the following graphic.

Details of specific Sales cube dimensions are described in the following table.

The Sales cube dimension usage is shown in the following graphic.

The Sales measure group is based on the FactSales table. The Sales Plan measure group is
based on the FactSalesPlan table. The Sales Plan measure group has been configured with a
multidimensional OLAP (MOLAP) writeback partition. Both measure groups use MOLAP
partitions, and aggregation designs are assigned to all partitions. Because the volumes of data
in the data warehouse are large, an incremental processing strategy has been implemented.
The Sales Variance calculated member is computed by subtracting the Sales Plan forecast
amount from Sales. The Sales Variance °/o calculated member is computed by dividing Sales
Variance by Sales. The cube’s Multidimensional Expressions (MDX) script does not set any
color properties.
Analysis and Reporting
SQL Server Reporting Services (SSRS) has been configured in SharePoint integrated mode.
A business analyst has created a PowerPivot workbook named Manufacturing Performance
that integrates data from the data warehouse and manufacturing data from an operational
database hosted in SQL Azure. The workbook has been published in a PowerPivot Gallery
library in SharePoint Server and does not contain any reports. The analyst has scheduled
daily data refresh from the SQL Azure database. Several SSRS reports are based on the
PowerPivot workbook, and all reports are configured with a report execution mode to run on
demand.
Recently users have noticed that data in the PowerPivot workbooks published to SharePoint
Server is not being refreshed. The SharePoint administrator has identified that the Secure
Store Service target application used by the PowerPivot unattended data refresh account has
been deleted.
Business Requirements
ETL Processes
All ETL administrators must have full privileges to administer and monitor the SSIS catalog,
and to import and manage projects.
Data Models
The budget and forecast values must never be accumulated when querying the Sales cube.
Queries should return the forecast sales values by default.
Business users have requested that a single field named SalespersonName be made available
to report the full name of the salesperson in the Sales Reporting data model.

Writeback is used to initialize the budget sales values for a future year and is based on a
weighted allocation of the sales achieved in the previous year.
Analysis and Reporting
Reports based on the Manufacturing Performance PowerPivot workbook must deliver data
that is no more than one hour old.
Management has requested a new report named Regional Sales. This report must be based on
the Sales cube and must allow users to filter by a specific year and present a grid with every
region on the columns and the Products hierarchy on the rows. The hierarchy must initially be
collapsed and allow the user to drill down through the hierarchy to analyze sales.
Additionally, sales values that are less than S5000 must be highlighted in red.
Technical Requirements
Data Warehouse
Business logic in the form of calculations should be defined in the data warehouse to ensure
consistency and availability to all data modeling experiences.
The schema design should remain as denormalized as possible and should not include
unnecessary columns.
The schema design must be extended to include the product dimension data.
ETL Processes
Package executions must log only data flow component phases and errors.
Data Models
Processing time for all data models must be minimized.
A key performance indicator (KPI) must be added to the Sales cube to monitor sales
performance. The KPI trend must use the Standard Arrow indicator to display improving,
static, or deteriorating Sales Variance % values compared to the previous time period.
Analysis and Reporting
IT developers must create a library of SSRS reports based on the Sales Reporting database. A
shared SSRS data source named Sales Reporting must be created in a SharePoint data
connections library.
###EndCaseStudy###

You need to select an appropriate tool for creating the Regional Sales report.

Which tools or tools should you use? (Each correct answer presents a complete solution.
Choose all that apply.)

You need to create the calculation for SalespersonName

###BeginCaseStudy###
Case Study: 1
Tailspin Toys Case A
Background
You are the business intelligence (BI) solutions architect for Tailspin Toys.
You produce solutions by using SQL Server 2012 Business Intelligence edition and
Microsoft SharePoint Server 2010 Service Pack 1 (SP1) Enterprise edition.
Technical Background
Data Warehouse
The data warehouse is deployed on a SQL Server 2012 relational database. A subset of the
data warehouse schema is shown in the exhibit. (Click the Exhibit button.)

The schema shown does not include the table design for the product dimension.
The schema includes the following tables:
• FactSalesPlan table stores data at month-level granularity. There are
two scenarios: Forecast and Budget.
• The DimDate table stores a record for each date from the beginning of
the company’s operations through to the end of the next year.
• The DimRegion table stores a record for each sales region, classified
by country. Sales regions do not relocate to different countries.
• The DimCustomer table stores a record for each customer.
• The DimSalesperson table stores a record for each salesperson. If a
salesperson relocates to a different region, a new salesperson record is created
to support historically accurate reporting. A new salesperson record is not
created if a salesperson’s name changes.

• The DimScenario table stores one record for each of the two planning
scenarios.
All relationships between tables are enforced by foreign keys. The schema design is as
denormalized as possible for simplicity and accessibility. One exception to this is the
DimRegion table, which is referenced by two dimension tables.
Each product is classified by a category and subcategory and is uniquely identified in the
source database by using its stock-keeping unit (SKU). A new SKU is assigned to a product
if its size changes. Products are never assigned to a different subcategory, and subcategories
are never assigned to a different category.
Extract, transform, load (ETL) processes populate the data warehouse every 24 hours.
ETL Processes
One SQL Server Integration Services (SSIS) package is designed and developed to populate
each data warehouse table. The primary source of data is extracted from a SQL Azure
database. Secondary data sources include a Microsoft Dynamics CRM 2011 on-premises
database.
ETL developers develop packages by using the SSIS project deployment model. The ETL
developers are responsible for testing the packages and producing a deployment file. The
deployment file is given to the ETL administrators. The ETL administrators belong to a
Windows security group named SSISOwners that maps to a SQL Server login named
SSISOwners.
Data Models
The IT department has developed and manages two SQL Server Analysis Services (SSAS) BI
Semantic Model (BISM) projects: Sales Reporting and Sales Analysis. The Sales Reporting
database has been developed as a tabular project. The Sales Analysis database has been
developed as a multidimensional project. Business analysts use PowerPivot for Microsoft
Excel to produce self-managed data models based directly on the data warehouse or the
corporate data models, and publish the PowerPivot workbooks to a SharePoint site.
The sole purpose of the Sales Reporting database is to support business user reporting and adhoc analysis by using Power View. The database is configured for DirectQuery mode and all
model queries result in SSAS querying the data warehouse. The database is based on the
entire data warehouse.
The Sales Analysis database consists of a single SSAS cube named Sales. The Sales cube has
been developed to support sales monitoring, analysts, and planning. The Sales cube metadata
is shown in the following graphic.

Details of specific Sales cube dimensions are described in the following table.

The Sales cube dimension usage is shown in the following graphic.

The Sales measure group is based on the FactSales table. The Sales Plan measure group is
based on the FactSalesPlan table. The Sales Plan measure group has been configured with a
multidimensional OLAP (MOLAP) writeback partition. Both measure groups use MOLAP
partitions, and aggregation designs are assigned to all partitions. Because the volumes of data
in the data warehouse are large, an incremental processing strategy has been implemented.
The Sales Variance calculated member is computed by subtracting the Sales Plan forecast
amount from Sales. The Sales Variance °/o calculated member is computed by dividing Sales
Variance by Sales. The cube’s Multidimensional Expressions (MDX) script does not set any
color properties.
Analysis and Reporting
SQL Server Reporting Services (SSRS) has been configured in SharePoint integrated mode.
A business analyst has created a PowerPivot workbook named Manufacturing Performance
that integrates data from the data warehouse and manufacturing data from an operational
database hosted in SQL Azure. The workbook has been published in a PowerPivot Gallery
library in SharePoint Server and does not contain any reports. The analyst has scheduled
daily data refresh from the SQL Azure database. Several SSRS reports are based on the
PowerPivot workbook, and all reports are configured with a report execution mode to run on
demand.
Recently users have noticed that data in the PowerPivot workbooks published to SharePoint
Server is not being refreshed. The SharePoint administrator has identified that the Secure
Store Service target application used by the PowerPivot unattended data refresh account has
been deleted.
Business Requirements
ETL Processes
All ETL administrators must have full privileges to administer and monitor the SSIS catalog,
and to import and manage projects.
Data Models
The budget and forecast values must never be accumulated when querying the Sales cube.
Queries should return the forecast sales values by default.
Business users have requested that a single field named SalespersonName be made available
to report the full name of the salesperson in the Sales Reporting data model.

Writeback is used to initialize the budget sales values for a future year and is based on a
weighted allocation of the sales achieved in the previous year.
Analysis and Reporting
Reports based on the Manufacturing Performance PowerPivot workbook must deliver data
that is no more than one hour old.
Management has requested a new report named Regional Sales. This report must be based on
the Sales cube and must allow users to filter by a specific year and present a grid with every
region on the columns and the Products hierarchy on the rows. The hierarchy must initially be
collapsed and allow the user to drill down through the hierarchy to analyze sales.
Additionally, sales values that are less than S5000 must be highlighted in red.
Technical Requirements
Data Warehouse
Business logic in the form of calculations should be defined in the data warehouse to ensure
consistency and availability to all data modeling experiences.
The schema design should remain as denormalized as possible and should not include
unnecessary columns.
The schema design must be extended to include the product dimension data.
ETL Processes
Package executions must log only data flow component phases and errors.
Data Models
Processing time for all data models must be minimized.
A key performance indicator (KPI) must be added to the Sales cube to monitor sales
performance. The KPI trend must use the Standard Arrow indicator to display improving,
static, or deteriorating Sales Variance % values compared to the previous time period.
Analysis and Reporting
IT developers must create a library of SSRS reports based on the Sales Reporting database. A
shared SSRS data source named Sales Reporting must be created in a SharePoint data
connections library.
###EndCaseStudy###

You need to create the calculation for SalespersonName.
What should you do? (Each correct answer presents a complete solution. Choose all that
apply.)

You need to configure data refresh for the Manufacturing Performance PowerPivot workbook

###BeginCaseStudy###
Case Study: 1
Tailspin Toys Case A
Background
You are the business intelligence (BI) solutions architect for Tailspin Toys.
You produce solutions by using SQL Server 2012 Business Intelligence edition and
Microsoft SharePoint Server 2010 Service Pack 1 (SP1) Enterprise edition.
Technical Background
Data Warehouse
The data warehouse is deployed on a SQL Server 2012 relational database. A subset of the
data warehouse schema is shown in the exhibit. (Click the Exhibit button.)

The schema shown does not include the table design for the product dimension.
The schema includes the following tables:
• FactSalesPlan table stores data at month-level granularity. There are
two scenarios: Forecast and Budget.
• The DimDate table stores a record for each date from the beginning of
the company’s operations through to the end of the next year.
• The DimRegion table stores a record for each sales region, classified
by country. Sales regions do not relocate to different countries.
• The DimCustomer table stores a record for each customer.
• The DimSalesperson table stores a record for each salesperson. If a
salesperson relocates to a different region, a new salesperson record is created
to support historically accurate reporting. A new salesperson record is not
created if a salesperson’s name changes.

• The DimScenario table stores one record for each of the two planning
scenarios.
All relationships between tables are enforced by foreign keys. The schema design is as
denormalized as possible for simplicity and accessibility. One exception to this is the
DimRegion table, which is referenced by two dimension tables.
Each product is classified by a category and subcategory and is uniquely identified in the
source database by using its stock-keeping unit (SKU). A new SKU is assigned to a product
if its size changes. Products are never assigned to a different subcategory, and subcategories
are never assigned to a different category.
Extract, transform, load (ETL) processes populate the data warehouse every 24 hours.
ETL Processes
One SQL Server Integration Services (SSIS) package is designed and developed to populate
each data warehouse table. The primary source of data is extracted from a SQL Azure
database. Secondary data sources include a Microsoft Dynamics CRM 2011 on-premises
database.
ETL developers develop packages by using the SSIS project deployment model. The ETL
developers are responsible for testing the packages and producing a deployment file. The
deployment file is given to the ETL administrators. The ETL administrators belong to a
Windows security group named SSISOwners that maps to a SQL Server login named
SSISOwners.
Data Models
The IT department has developed and manages two SQL Server Analysis Services (SSAS) BI
Semantic Model (BISM) projects: Sales Reporting and Sales Analysis. The Sales Reporting
database has been developed as a tabular project. The Sales Analysis database has been
developed as a multidimensional project. Business analysts use PowerPivot for Microsoft
Excel to produce self-managed data models based directly on the data warehouse or the
corporate data models, and publish the PowerPivot workbooks to a SharePoint site.
The sole purpose of the Sales Reporting database is to support business user reporting and adhoc analysis by using Power View. The database is configured for DirectQuery mode and all
model queries result in SSAS querying the data warehouse. The database is based on the
entire data warehouse.
The Sales Analysis database consists of a single SSAS cube named Sales. The Sales cube has
been developed to support sales monitoring, analysts, and planning. The Sales cube metadata
is shown in the following graphic.

Details of specific Sales cube dimensions are described in the following table.

The Sales cube dimension usage is shown in the following graphic.

The Sales measure group is based on the FactSales table. The Sales Plan measure group is
based on the FactSalesPlan table. The Sales Plan measure group has been configured with a
multidimensional OLAP (MOLAP) writeback partition. Both measure groups use MOLAP
partitions, and aggregation designs are assigned to all partitions. Because the volumes of data
in the data warehouse are large, an incremental processing strategy has been implemented.
The Sales Variance calculated member is computed by subtracting the Sales Plan forecast
amount from Sales. The Sales Variance °/o calculated member is computed by dividing Sales
Variance by Sales. The cube’s Multidimensional Expressions (MDX) script does not set any
color properties.
Analysis and Reporting
SQL Server Reporting Services (SSRS) has been configured in SharePoint integrated mode.
A business analyst has created a PowerPivot workbook named Manufacturing Performance
that integrates data from the data warehouse and manufacturing data from an operational
database hosted in SQL Azure. The workbook has been published in a PowerPivot Gallery
library in SharePoint Server and does not contain any reports. The analyst has scheduled
daily data refresh from the SQL Azure database. Several SSRS reports are based on the
PowerPivot workbook, and all reports are configured with a report execution mode to run on
demand.
Recently users have noticed that data in the PowerPivot workbooks published to SharePoint
Server is not being refreshed. The SharePoint administrator has identified that the Secure
Store Service target application used by the PowerPivot unattended data refresh account has
been deleted.
Business Requirements
ETL Processes
All ETL administrators must have full privileges to administer and monitor the SSIS catalog,
and to import and manage projects.
Data Models
The budget and forecast values must never be accumulated when querying the Sales cube.
Queries should return the forecast sales values by default.
Business users have requested that a single field named SalespersonName be made available
to report the full name of the salesperson in the Sales Reporting data model.

Writeback is used to initialize the budget sales values for a future year and is based on a
weighted allocation of the sales achieved in the previous year.
Analysis and Reporting
Reports based on the Manufacturing Performance PowerPivot workbook must deliver data
that is no more than one hour old.
Management has requested a new report named Regional Sales. This report must be based on
the Sales cube and must allow users to filter by a specific year and present a grid with every
region on the columns and the Products hierarchy on the rows. The hierarchy must initially be
collapsed and allow the user to drill down through the hierarchy to analyze sales.
Additionally, sales values that are less than S5000 must be highlighted in red.
Technical Requirements
Data Warehouse
Business logic in the form of calculations should be defined in the data warehouse to ensure
consistency and availability to all data modeling experiences.
The schema design should remain as denormalized as possible and should not include
unnecessary columns.
The schema design must be extended to include the product dimension data.
ETL Processes
Package executions must log only data flow component phases and errors.
Data Models
Processing time for all data models must be minimized.
A key performance indicator (KPI) must be added to the Sales cube to monitor sales
performance. The KPI trend must use the Standard Arrow indicator to display improving,
static, or deteriorating Sales Variance % values compared to the previous time period.
Analysis and Reporting
IT developers must create a library of SSRS reports based on the Sales Reporting database. A
shared SSRS data source named Sales Reporting must be created in a SharePoint data
connections library.
###EndCaseStudy###

You need to configure data refresh for the Manufacturing Performance PowerPivot
workbook.
What should you do? (Each correct answer presents part of the solution. Choose ail that
apply.)

You need to configure security for the SSRS instance on SSRS01 to connect to SSAS and minimize downtime

###BeginCaseStudy###
Case Study: 2
Contoso
Ltd Case A
General Background
You are the SQL Server Administrator for Contoso, Ltd. You have been tasked with
upgrading all existing SQL Server instances to SQL Server 2012.
Technical Background
The corporate environment includes an Active Directory Domain Services (AD DS) domain
named contoso.com. The forest and domain levels are set to Windows Server 2008. All
default containers are used for computer and user accounts. All servers run Windows Server
2008 R2 Service Pack 1 (SP1). All client computers run Windows 7 Professional SP1. All
servers and client computers are members of the contoso.com domain.
The current SQL Server environment consists of a single instance failover cluster of SQL
Server 2008 R2 Analysis Services (SSAS). The virtual server name of the cluster is
SSASCluster. The cluster includes two nodes: Node1 and Node2. Node1 is currently the
active node. In anticipation of the upgrade, the prerequisites and shared components have
been upgraded on both nodes of the cluster, and each node was rebooted during a weekly
maintenance window.
A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native
mode is installed on a server named SSRS01. The Reporting Server service is configured to
use a domain service account. SSRS01 hosts reports that access the SSAS databases for sales
data as well as modeling data for the Research team. SSRS01 contains 94 reports used by the
organization. These reports are generated continually during business hours. Users report that
report subscriptions on SSRS01 are not being delivered. You run the reports on demand from
Report Manager and find that the reports render as expected.
A new server named SSRS02 has been joined to the domain, SSRS02 will host a singleserver deployment of SSRS so that snapshots of critical reports are accessible during the
upgrade.
The server configuration is shown in the exhibit. (Click the Exhibit button.)

The production system includes three SSAS databases that are described in the following
table.

All SSAS databases are backed up once a day, and backups are stored offsite.
Business Requirements
After the upgrade users must be able to perform the following tasks:
• Ad-hoc analysis of data in the SSAS databases by using the Microsoft
Excel PivotTable client.
• Daily operational analysis by executing a custom application that uses
ADOMD.NET and existing Multidimensional Expressions (MDX) queries.
The detailed data must be stored in the model.
Technical Requirements
You need to minimize downtime during the SSASCluster upgrade. The upgrade must
minimize user intervention and administrative effort.
The upgrade to SQL Server 2012 must maximize the use of all existing servers, require the
least amount of administrative effort, and ensure that the SSAS databases are operational as
soon as possible.

You must implement the highest level of domain security for client computers connecting to
SSRS01. The SSRS instance on SSRS01 must use Kerberos delegation to connect to the
SSAS databases. Email notification for SSRS01 has not been previously configured. Email
notification must be configured to use the SMTP server SMTP01 with a From address of
reports@contoso.com. Report distribution must be secured by using SSL and must be limited
to the contoso.com domain.
You have the following requirements for SSRS02:
• Replicate the SSRS01 configuration.
• Ensure that all current reports are available on SSRS02.
• Minimize the performance impact on SSR501.
In preparation for the upgrade, the SSRS-related components have been installed on the new
SSRS02 server by using the Reporting Services file-only installation mode. The Reporting
Services databases have been restored from SSRS01 and configured appropriately.
You must design a strategy to recover the SSRS instance on SSRS01 in the event of a system
failure. The strategy must ensure that SSRS can be recovered in the minimal amount of time
and that reports are available as soon as possible. Only functional components must be
recovered.
SSRS02 is the recovery server and is running the same version of SSRS as SSRS01. A full
backup of the SSRS databases on SSRS01 is performed nightly. The report server
configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized
with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases.
Databases on SSRS01 is performed nightly. The report server configuration files, custom
assemblies, and extensions on SSRS02 are manually synchronized with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases. The backup must include only the partitioning, metadata, and aggregations to
minimize the processing time required when restoring the databases. You must minimize
processing time and the amount of disk space used by the backups.
Before upgrading SSAS on the SSASCluster, all existing databases must be moved to a
temporary staging server named SSAS01 that hosts a default instance of SQL Server 2012
Analysis Services. This server will be used for testing client applications connecting to SSAS
2012, and as a disaster recovery platform during the upgrade. You must move the databases
by using the least amount of administrative effort and minimize downtime.
All SSAS databases other than the Research database must be converted to tabular BI
Semantic Models (BISMs) as part of the upgrade to SSAS 2012. The Research team must
have access to the Research database for modeling throughout the upgrade. To facilitate this,
you detach the Research database and attach it to SSAS01.
While testing the Research database on SSAS01, you increase the compatibility level to
1100. You then discover a compatibility issue with the application. You must roll back the
compatibility level of the database to 1050 and retest.

After completing the upgrade, you must do the following:
1. Design a role and assign an MDX expression to the Allowed member set property of the
Customer dimension to allow sales representatives to browse only members of the Customer
dimension that are located in their sales regions. Use the sales representatives’ logins and
minimize impact on performance.
2. Deploy a data model to allow the ad-hoc analysis of data. The data model must be cached
and source data from an OData feed.
###EndCaseStudy###

You need to configure security for the SSRS instance on SSRS01 to connect to SSAS and
minimize downtime.
What should you do? (Each correct answer presents part of the solution. Choose all that
apply.)

How should you configure the backup options?

###BeginCaseStudy###
Case Study: 2
Contoso
Ltd Case A
General Background
You are the SQL Server Administrator for Contoso, Ltd. You have been tasked with
upgrading all existing SQL Server instances to SQL Server 2012.
Technical Background
The corporate environment includes an Active Directory Domain Services (AD DS) domain
named contoso.com. The forest and domain levels are set to Windows Server 2008. All
default containers are used for computer and user accounts. All servers run Windows Server
2008 R2 Service Pack 1 (SP1). All client computers run Windows 7 Professional SP1. All
servers and client computers are members of the contoso.com domain.
The current SQL Server environment consists of a single instance failover cluster of SQL
Server 2008 R2 Analysis Services (SSAS). The virtual server name of the cluster is
SSASCluster. The cluster includes two nodes: Node1 and Node2. Node1 is currently the
active node. In anticipation of the upgrade, the prerequisites and shared components have
been upgraded on both nodes of the cluster, and each node was rebooted during a weekly
maintenance window.
A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native
mode is installed on a server named SSRS01. The Reporting Server service is configured to
use a domain service account. SSRS01 hosts reports that access the SSAS databases for sales
data as well as modeling data for the Research team. SSRS01 contains 94 reports used by the
organization. These reports are generated continually during business hours. Users report that
report subscriptions on SSRS01 are not being delivered. You run the reports on demand from
Report Manager and find that the reports render as expected.
A new server named SSRS02 has been joined to the domain, SSRS02 will host a singleserver deployment of SSRS so that snapshots of critical reports are accessible during the
upgrade.
The server configuration is shown in the exhibit. (Click the Exhibit button.)

The production system includes three SSAS databases that are described in the following
table.

All SSAS databases are backed up once a day, and backups are stored offsite.
Business Requirements
After the upgrade users must be able to perform the following tasks:
• Ad-hoc analysis of data in the SSAS databases by using the Microsoft
Excel PivotTable client.
• Daily operational analysis by executing a custom application that uses
ADOMD.NET and existing Multidimensional Expressions (MDX) queries.
The detailed data must be stored in the model.
Technical Requirements
You need to minimize downtime during the SSASCluster upgrade. The upgrade must
minimize user intervention and administrative effort.
The upgrade to SQL Server 2012 must maximize the use of all existing servers, require the
least amount of administrative effort, and ensure that the SSAS databases are operational as
soon as possible.

You must implement the highest level of domain security for client computers connecting to
SSRS01. The SSRS instance on SSRS01 must use Kerberos delegation to connect to the
SSAS databases. Email notification for SSRS01 has not been previously configured. Email
notification must be configured to use the SMTP server SMTP01 with a From address of
reports@contoso.com. Report distribution must be secured by using SSL and must be limited
to the contoso.com domain.
You have the following requirements for SSRS02:
• Replicate the SSRS01 configuration.
• Ensure that all current reports are available on SSRS02.
• Minimize the performance impact on SSR501.
In preparation for the upgrade, the SSRS-related components have been installed on the new
SSRS02 server by using the Reporting Services file-only installation mode. The Reporting
Services databases have been restored from SSRS01 and configured appropriately.
You must design a strategy to recover the SSRS instance on SSRS01 in the event of a system
failure. The strategy must ensure that SSRS can be recovered in the minimal amount of time
and that reports are available as soon as possible. Only functional components must be
recovered.
SSRS02 is the recovery server and is running the same version of SSRS as SSRS01. A full
backup of the SSRS databases on SSRS01 is performed nightly. The report server
configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized
with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases.
Databases on SSRS01 is performed nightly. The report server configuration files, custom
assemblies, and extensions on SSRS02 are manually synchronized with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases. The backup must include only the partitioning, metadata, and aggregations to
minimize the processing time required when restoring the databases. You must minimize
processing time and the amount of disk space used by the backups.
Before upgrading SSAS on the SSASCluster, all existing databases must be moved to a
temporary staging server named SSAS01 that hosts a default instance of SQL Server 2012
Analysis Services. This server will be used for testing client applications connecting to SSAS
2012, and as a disaster recovery platform during the upgrade. You must move the databases
by using the least amount of administrative effort and minimize downtime.
All SSAS databases other than the Research database must be converted to tabular BI
Semantic Models (BISMs) as part of the upgrade to SSAS 2012. The Research team must
have access to the Research database for modeling throughout the upgrade. To facilitate this,
you detach the Research database and attach it to SSAS01.
While testing the Research database on SSAS01, you increase the compatibility level to
1100. You then discover a compatibility issue with the application. You must roll back the
compatibility level of the database to 1050 and retest.

After completing the upgrade, you must do the following:
1. Design a role and assign an MDX expression to the Allowed member set property of the
Customer dimension to allow sales representatives to browse only members of the Customer
dimension that are located in their sales regions. Use the sales representatives’ logins and
minimize impact on performance.
2. Deploy a data model to allow the ad-hoc analysis of data. The data model must be cached
and source data from an OData feed.
###EndCaseStudy###

You need to perform the pre-upgrade database backup operation by using SQL Server
Management Studio (SSMS).
How should you configure the backup options?

You need to implement the Customer Sales and Manufacturing data models

###BeginCaseStudy###
Case Study: 2
Contoso
Ltd Case A
General Background
You are the SQL Server Administrator for Contoso, Ltd. You have been tasked with
upgrading all existing SQL Server instances to SQL Server 2012.
Technical Background
The corporate environment includes an Active Directory Domain Services (AD DS) domain
named contoso.com. The forest and domain levels are set to Windows Server 2008. All
default containers are used for computer and user accounts. All servers run Windows Server
2008 R2 Service Pack 1 (SP1). All client computers run Windows 7 Professional SP1. All
servers and client computers are members of the contoso.com domain.
The current SQL Server environment consists of a single instance failover cluster of SQL
Server 2008 R2 Analysis Services (SSAS). The virtual server name of the cluster is
SSASCluster. The cluster includes two nodes: Node1 and Node2. Node1 is currently the
active node. In anticipation of the upgrade, the prerequisites and shared components have
been upgraded on both nodes of the cluster, and each node was rebooted during a weekly
maintenance window.
A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native
mode is installed on a server named SSRS01. The Reporting Server service is configured to
use a domain service account. SSRS01 hosts reports that access the SSAS databases for sales
data as well as modeling data for the Research team. SSRS01 contains 94 reports used by the
organization. These reports are generated continually during business hours. Users report that
report subscriptions on SSRS01 are not being delivered. You run the reports on demand from
Report Manager and find that the reports render as expected.
A new server named SSRS02 has been joined to the domain, SSRS02 will host a singleserver deployment of SSRS so that snapshots of critical reports are accessible during the
upgrade.
The server configuration is shown in the exhibit. (Click the Exhibit button.)

The production system includes three SSAS databases that are described in the following
table.

All SSAS databases are backed up once a day, and backups are stored offsite.
Business Requirements
After the upgrade users must be able to perform the following tasks:
• Ad-hoc analysis of data in the SSAS databases by using the Microsoft
Excel PivotTable client.
• Daily operational analysis by executing a custom application that uses
ADOMD.NET and existing Multidimensional Expressions (MDX) queries.
The detailed data must be stored in the model.
Technical Requirements
You need to minimize downtime during the SSASCluster upgrade. The upgrade must
minimize user intervention and administrative effort.
The upgrade to SQL Server 2012 must maximize the use of all existing servers, require the
least amount of administrative effort, and ensure that the SSAS databases are operational as
soon as possible.

You must implement the highest level of domain security for client computers connecting to
SSRS01. The SSRS instance on SSRS01 must use Kerberos delegation to connect to the
SSAS databases. Email notification for SSRS01 has not been previously configured. Email
notification must be configured to use the SMTP server SMTP01 with a From address of
reports@contoso.com. Report distribution must be secured by using SSL and must be limited
to the contoso.com domain.
You have the following requirements for SSRS02:
• Replicate the SSRS01 configuration.
• Ensure that all current reports are available on SSRS02.
• Minimize the performance impact on SSR501.
In preparation for the upgrade, the SSRS-related components have been installed on the new
SSRS02 server by using the Reporting Services file-only installation mode. The Reporting
Services databases have been restored from SSRS01 and configured appropriately.
You must design a strategy to recover the SSRS instance on SSRS01 in the event of a system
failure. The strategy must ensure that SSRS can be recovered in the minimal amount of time
and that reports are available as soon as possible. Only functional components must be
recovered.
SSRS02 is the recovery server and is running the same version of SSRS as SSRS01. A full
backup of the SSRS databases on SSRS01 is performed nightly. The report server
configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized
with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases.
Databases on SSRS01 is performed nightly. The report server configuration files, custom
assemblies, and extensions on SSRS02 are manually synchronized with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases. The backup must include only the partitioning, metadata, and aggregations to
minimize the processing time required when restoring the databases. You must minimize
processing time and the amount of disk space used by the backups.
Before upgrading SSAS on the SSASCluster, all existing databases must be moved to a
temporary staging server named SSAS01 that hosts a default instance of SQL Server 2012
Analysis Services. This server will be used for testing client applications connecting to SSAS
2012, and as a disaster recovery platform during the upgrade. You must move the databases
by using the least amount of administrative effort and minimize downtime.
All SSAS databases other than the Research database must be converted to tabular BI
Semantic Models (BISMs) as part of the upgrade to SSAS 2012. The Research team must
have access to the Research database for modeling throughout the upgrade. To facilitate this,
you detach the Research database and attach it to SSAS01.
While testing the Research database on SSAS01, you increase the compatibility level to
1100. You then discover a compatibility issue with the application. You must roll back the
compatibility level of the database to 1050 and retest.

After completing the upgrade, you must do the following:
1. Design a role and assign an MDX expression to the Allowed member set property of the
Customer dimension to allow sales representatives to browse only members of the Customer
dimension that are located in their sales regions. Use the sales representatives’ logins and
minimize impact on performance.
2. Deploy a data model to allow the ad-hoc analysis of data. The data model must be cached
and source data from an OData feed.
###EndCaseStudy###

You need to implement the Customer Sales and Manufacturing data models.
What should you do? (Each correct answer presents a partial solution. Choose all that
apply.)

You need to re-establish subscriptions on SSRS01

###BeginCaseStudy###
Case Study: 2
Contoso
Ltd Case A
General Background
You are the SQL Server Administrator for Contoso, Ltd. You have been tasked with
upgrading all existing SQL Server instances to SQL Server 2012.
Technical Background
The corporate environment includes an Active Directory Domain Services (AD DS) domain
named contoso.com. The forest and domain levels are set to Windows Server 2008. All
default containers are used for computer and user accounts. All servers run Windows Server
2008 R2 Service Pack 1 (SP1). All client computers run Windows 7 Professional SP1. All
servers and client computers are members of the contoso.com domain.
The current SQL Server environment consists of a single instance failover cluster of SQL
Server 2008 R2 Analysis Services (SSAS). The virtual server name of the cluster is
SSASCluster. The cluster includes two nodes: Node1 and Node2. Node1 is currently the
active node. In anticipation of the upgrade, the prerequisites and shared components have
been upgraded on both nodes of the cluster, and each node was rebooted during a weekly
maintenance window.
A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native
mode is installed on a server named SSRS01. The Reporting Server service is configured to
use a domain service account. SSRS01 hosts reports that access the SSAS databases for sales
data as well as modeling data for the Research team. SSRS01 contains 94 reports used by the
organization. These reports are generated continually during business hours. Users report that
report subscriptions on SSRS01 are not being delivered. You run the reports on demand from
Report Manager and find that the reports render as expected.
A new server named SSRS02 has been joined to the domain, SSRS02 will host a singleserver deployment of SSRS so that snapshots of critical reports are accessible during the
upgrade.
The server configuration is shown in the exhibit. (Click the Exhibit button.)

The production system includes three SSAS databases that are described in the following
table.

All SSAS databases are backed up once a day, and backups are stored offsite.
Business Requirements
After the upgrade users must be able to perform the following tasks:
• Ad-hoc analysis of data in the SSAS databases by using the Microsoft
Excel PivotTable client.
• Daily operational analysis by executing a custom application that uses
ADOMD.NET and existing Multidimensional Expressions (MDX) queries.
The detailed data must be stored in the model.
Technical Requirements
You need to minimize downtime during the SSASCluster upgrade. The upgrade must
minimize user intervention and administrative effort.
The upgrade to SQL Server 2012 must maximize the use of all existing servers, require the
least amount of administrative effort, and ensure that the SSAS databases are operational as
soon as possible.

You must implement the highest level of domain security for client computers connecting to
SSRS01. The SSRS instance on SSRS01 must use Kerberos delegation to connect to the
SSAS databases. Email notification for SSRS01 has not been previously configured. Email
notification must be configured to use the SMTP server SMTP01 with a From address of
reports@contoso.com. Report distribution must be secured by using SSL and must be limited
to the contoso.com domain.
You have the following requirements for SSRS02:
• Replicate the SSRS01 configuration.
• Ensure that all current reports are available on SSRS02.
• Minimize the performance impact on SSR501.
In preparation for the upgrade, the SSRS-related components have been installed on the new
SSRS02 server by using the Reporting Services file-only installation mode. The Reporting
Services databases have been restored from SSRS01 and configured appropriately.
You must design a strategy to recover the SSRS instance on SSRS01 in the event of a system
failure. The strategy must ensure that SSRS can be recovered in the minimal amount of time
and that reports are available as soon as possible. Only functional components must be
recovered.
SSRS02 is the recovery server and is running the same version of SSRS as SSRS01. A full
backup of the SSRS databases on SSRS01 is performed nightly. The report server
configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized
with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases.
Databases on SSRS01 is performed nightly. The report server configuration files, custom
assemblies, and extensions on SSRS02 are manually synchronized with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases. The backup must include only the partitioning, metadata, and aggregations to
minimize the processing time required when restoring the databases. You must minimize
processing time and the amount of disk space used by the backups.
Before upgrading SSAS on the SSASCluster, all existing databases must be moved to a
temporary staging server named SSAS01 that hosts a default instance of SQL Server 2012
Analysis Services. This server will be used for testing client applications connecting to SSAS
2012, and as a disaster recovery platform during the upgrade. You must move the databases
by using the least amount of administrative effort and minimize downtime.
All SSAS databases other than the Research database must be converted to tabular BI
Semantic Models (BISMs) as part of the upgrade to SSAS 2012. The Research team must
have access to the Research database for modeling throughout the upgrade. To facilitate this,
you detach the Research database and attach it to SSAS01.
While testing the Research database on SSAS01, you increase the compatibility level to
1100. You then discover a compatibility issue with the application. You must roll back the
compatibility level of the database to 1050 and retest.

After completing the upgrade, you must do the following:
1. Design a role and assign an MDX expression to the Allowed member set property of the
Customer dimension to allow sales representatives to browse only members of the Customer
dimension that are located in their sales regions. Use the sales representatives’ logins and
minimize impact on performance.
2. Deploy a data model to allow the ad-hoc analysis of data. The data model must be cached
and source data from an OData feed.
###EndCaseStudy###

You need to re-establish subscriptions on SSRS01.
What should you do?

You need to roll back the compatibility level of the Research database

###BeginCaseStudy###
Case Study: 2
Contoso
Ltd Case A
General Background
You are the SQL Server Administrator for Contoso, Ltd. You have been tasked with
upgrading all existing SQL Server instances to SQL Server 2012.
Technical Background
The corporate environment includes an Active Directory Domain Services (AD DS) domain
named contoso.com. The forest and domain levels are set to Windows Server 2008. All
default containers are used for computer and user accounts. All servers run Windows Server
2008 R2 Service Pack 1 (SP1). All client computers run Windows 7 Professional SP1. All
servers and client computers are members of the contoso.com domain.
The current SQL Server environment consists of a single instance failover cluster of SQL
Server 2008 R2 Analysis Services (SSAS). The virtual server name of the cluster is
SSASCluster. The cluster includes two nodes: Node1 and Node2. Node1 is currently the
active node. In anticipation of the upgrade, the prerequisites and shared components have
been upgraded on both nodes of the cluster, and each node was rebooted during a weekly
maintenance window.
A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native
mode is installed on a server named SSRS01. The Reporting Server service is configured to
use a domain service account. SSRS01 hosts reports that access the SSAS databases for sales
data as well as modeling data for the Research team. SSRS01 contains 94 reports used by the
organization. These reports are generated continually during business hours. Users report that
report subscriptions on SSRS01 are not being delivered. You run the reports on demand from
Report Manager and find that the reports render as expected.
A new server named SSRS02 has been joined to the domain, SSRS02 will host a singleserver deployment of SSRS so that snapshots of critical reports are accessible during the
upgrade.
The server configuration is shown in the exhibit. (Click the Exhibit button.)

The production system includes three SSAS databases that are described in the following
table.

All SSAS databases are backed up once a day, and backups are stored offsite.
Business Requirements
After the upgrade users must be able to perform the following tasks:
• Ad-hoc analysis of data in the SSAS databases by using the Microsoft
Excel PivotTable client.
• Daily operational analysis by executing a custom application that uses
ADOMD.NET and existing Multidimensional Expressions (MDX) queries.
The detailed data must be stored in the model.
Technical Requirements
You need to minimize downtime during the SSASCluster upgrade. The upgrade must
minimize user intervention and administrative effort.
The upgrade to SQL Server 2012 must maximize the use of all existing servers, require the
least amount of administrative effort, and ensure that the SSAS databases are operational as
soon as possible.

You must implement the highest level of domain security for client computers connecting to
SSRS01. The SSRS instance on SSRS01 must use Kerberos delegation to connect to the
SSAS databases. Email notification for SSRS01 has not been previously configured. Email
notification must be configured to use the SMTP server SMTP01 with a From address of
reports@contoso.com. Report distribution must be secured by using SSL and must be limited
to the contoso.com domain.
You have the following requirements for SSRS02:
• Replicate the SSRS01 configuration.
• Ensure that all current reports are available on SSRS02.
• Minimize the performance impact on SSR501.
In preparation for the upgrade, the SSRS-related components have been installed on the new
SSRS02 server by using the Reporting Services file-only installation mode. The Reporting
Services databases have been restored from SSRS01 and configured appropriately.
You must design a strategy to recover the SSRS instance on SSRS01 in the event of a system
failure. The strategy must ensure that SSRS can be recovered in the minimal amount of time
and that reports are available as soon as possible. Only functional components must be
recovered.
SSRS02 is the recovery server and is running the same version of SSRS as SSRS01. A full
backup of the SSRS databases on SSRS01 is performed nightly. The report server
configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized
with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases.
Databases on SSRS01 is performed nightly. The report server configuration files, custom
assemblies, and extensions on SSRS02 are manually synchronized with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases. The backup must include only the partitioning, metadata, and aggregations to
minimize the processing time required when restoring the databases. You must minimize
processing time and the amount of disk space used by the backups.
Before upgrading SSAS on the SSASCluster, all existing databases must be moved to a
temporary staging server named SSAS01 that hosts a default instance of SQL Server 2012
Analysis Services. This server will be used for testing client applications connecting to SSAS
2012, and as a disaster recovery platform during the upgrade. You must move the databases
by using the least amount of administrative effort and minimize downtime.
All SSAS databases other than the Research database must be converted to tabular BI
Semantic Models (BISMs) as part of the upgrade to SSAS 2012. The Research team must
have access to the Research database for modeling throughout the upgrade. To facilitate this,
you detach the Research database and attach it to SSAS01.
While testing the Research database on SSAS01, you increase the compatibility level to
1100. You then discover a compatibility issue with the application. You must roll back the
compatibility level of the database to 1050 and retest.

After completing the upgrade, you must do the following:
1. Design a role and assign an MDX expression to the Allowed member set property of the
Customer dimension to allow sales representatives to browse only members of the Customer
dimension that are located in their sales regions. Use the sales representatives’ logins and
minimize impact on performance.
2. Deploy a data model to allow the ad-hoc analysis of data. The data model must be cached
and source data from an OData feed.
###EndCaseStudy###

You need to roll back the compatibility level of the Research database.
What should you do?

Which development approach and mode should you use?

###BeginCaseStudy###
Case Study: 2
Contoso
Ltd Case A
General Background
You are the SQL Server Administrator for Contoso, Ltd. You have been tasked with
upgrading all existing SQL Server instances to SQL Server 2012.
Technical Background
The corporate environment includes an Active Directory Domain Services (AD DS) domain
named contoso.com. The forest and domain levels are set to Windows Server 2008. All
default containers are used for computer and user accounts. All servers run Windows Server
2008 R2 Service Pack 1 (SP1). All client computers run Windows 7 Professional SP1. All
servers and client computers are members of the contoso.com domain.
The current SQL Server environment consists of a single instance failover cluster of SQL
Server 2008 R2 Analysis Services (SSAS). The virtual server name of the cluster is
SSASCluster. The cluster includes two nodes: Node1 and Node2. Node1 is currently the
active node. In anticipation of the upgrade, the prerequisites and shared components have
been upgraded on both nodes of the cluster, and each node was rebooted during a weekly
maintenance window.
A single-server deployment of SQL Server 2008 R2 Reporting Services (SSRS) in native
mode is installed on a server named SSRS01. The Reporting Server service is configured to
use a domain service account. SSRS01 hosts reports that access the SSAS databases for sales
data as well as modeling data for the Research team. SSRS01 contains 94 reports used by the
organization. These reports are generated continually during business hours. Users report that
report subscriptions on SSRS01 are not being delivered. You run the reports on demand from
Report Manager and find that the reports render as expected.
A new server named SSRS02 has been joined to the domain, SSRS02 will host a singleserver deployment of SSRS so that snapshots of critical reports are accessible during the
upgrade.
The server configuration is shown in the exhibit. (Click the Exhibit button.)

The production system includes three SSAS databases that are described in the following
table.

All SSAS databases are backed up once a day, and backups are stored offsite.
Business Requirements
After the upgrade users must be able to perform the following tasks:
• Ad-hoc analysis of data in the SSAS databases by using the Microsoft
Excel PivotTable client.
• Daily operational analysis by executing a custom application that uses
ADOMD.NET and existing Multidimensional Expressions (MDX) queries.
The detailed data must be stored in the model.
Technical Requirements
You need to minimize downtime during the SSASCluster upgrade. The upgrade must
minimize user intervention and administrative effort.
The upgrade to SQL Server 2012 must maximize the use of all existing servers, require the
least amount of administrative effort, and ensure that the SSAS databases are operational as
soon as possible.

You must implement the highest level of domain security for client computers connecting to
SSRS01. The SSRS instance on SSRS01 must use Kerberos delegation to connect to the
SSAS databases. Email notification for SSRS01 has not been previously configured. Email
notification must be configured to use the SMTP server SMTP01 with a From address of
reports@contoso.com. Report distribution must be secured by using SSL and must be limited
to the contoso.com domain.
You have the following requirements for SSRS02:
• Replicate the SSRS01 configuration.
• Ensure that all current reports are available on SSRS02.
• Minimize the performance impact on SSR501.
In preparation for the upgrade, the SSRS-related components have been installed on the new
SSRS02 server by using the Reporting Services file-only installation mode. The Reporting
Services databases have been restored from SSRS01 and configured appropriately.
You must design a strategy to recover the SSRS instance on SSRS01 in the event of a system
failure. The strategy must ensure that SSRS can be recovered in the minimal amount of time
and that reports are available as soon as possible. Only functional components must be
recovered.
SSRS02 is the recovery server and is running the same version of SSRS as SSRS01. A full
backup of the SSRS databases on SSRS01 is performed nightly. The report server
configuration files, custom assemblies, and extensions on SSRS02 are manually synchronized
with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases.
Databases on SSRS01 is performed nightly. The report server configuration files, custom
assemblies, and extensions on SSRS02 are manually synchronized with SSRS01.
Prior to implementing the upgrade to SQL Server 2012, you must back up all existing SSAS
databases. The backup must include only the partitioning, metadata, and aggregations to
minimize the processing time required when restoring the databases. You must minimize
processing time and the amount of disk space used by the backups.
Before upgrading SSAS on the SSASCluster, all existing databases must be moved to a
temporary staging server named SSAS01 that hosts a default instance of SQL Server 2012
Analysis Services. This server will be used for testing client applications connecting to SSAS
2012, and as a disaster recovery platform during the upgrade. You must move the databases
by using the least amount of administrative effort and minimize downtime.
All SSAS databases other than the Research database must be converted to tabular BI
Semantic Models (BISMs) as part of the upgrade to SSAS 2012. The Research team must
have access to the Research database for modeling throughout the upgrade. To facilitate this,
you detach the Research database and attach it to SSAS01.
While testing the Research database on SSAS01, you increase the compatibility level to
1100. You then discover a compatibility issue with the application. You must roll back the
compatibility level of the database to 1050 and retest.

After completing the upgrade, you must do the following:
1. Design a role and assign an MDX expression to the Allowed member set property of the
Customer dimension to allow sales representatives to browse only members of the Customer
dimension that are located in their sales regions. Use the sales representatives’ logins and
minimize impact on performance.
2. Deploy a data model to allow the ad-hoc analysis of data. The data model must be cached
and source data from an OData feed.
###EndCaseStudy###

You need to develop a BISM that meets the business requirements for ad-hoc and daily
operational analysis. You must minimize development effort.
Which development approach and mode should you use?


Page 12 of 18« First...1011121314...Last »