• No results found

Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778

N/A
N/A
Protected

Academic year: 2021

Share "Implementing Data Models and Reports with Microsoft SQL Server 2012 MOC 10778"

Copied!
8
0
0

Loading.... (view fulltext now)

Full text

(1)

Implementing Data Models and

Reports with Microsoft SQL Server

2012

MOC 10778

Course Outline

Module 1: Introduction to Business Intelligence and Data Modeling

This module provides an introduction to Business (BI) Intelligence. It describes common BI scenarios, current trends in BI, and the typical roles that are involved in creating a BI solution. It also introduces the Microsoft BI platform and

describes the roles Microsoft SQL Server 2012 and Microsoft SharePoint 2010 play in Microsoft BI solutions.

Lessons

Introduction to Business Intelligence

The Microsoft Business Intelligence Platform Lab : Reporting and Analyzing Data

Exploring a Reporting Services Repot

Exploring a PowerPivot Workbook

Exploring a Power View Report

After completing this module, students will be able to:

Describe common BI scenarios and current BI trends.

Describe the main technologies that make up the Microsoft BI platform.

Module 2: Implementing Reports with SQL Server Reporting Services This module discusses the tools and techniques a professional business intelligence developer can use to create and publish reports with SQL Server Reporting Services.

Lessons

Introduction to Reporting Services

Creating a Report with Report Designer

Grouping and Aggregating Data in a Report

Showing Data Graphically

Filtering Reports by Using Parameters

Publishing and Viewing a Report

(2)

Lab : Creating a Report with Report Designer

Creating a Report

Grouping and Aggregating Data Lab : Enhancing and Publishing a Report

Adding a Chart to a Report

Adding Parameters to a Report

Publishing a Report

After completing this module, students will be able to:

Describe the key features of Reporting Services.

Use Report Designer to create a report.

Group and aggregate data in a report.

Use charts and other visualizations to show data graphically in a report.

Use parameters to filter data in a report.

Publish and view a report.

Module 3: Supporting Self Service Reporting

This module describes Microsoft SQL Server Reporting Services features that you can use to enable self-service reporting.

Lessons

Introduction to Self Service Reporting

Shared Data Sources and Datasets

Report Parts

Lab : Implementing Self Service Reporting

Using Report Builder

Simplifying Data Access for Business Users

Using Report Parts

After completing this module, students will be able to:

Support self-service reporting with Report Builder.

Create shared data sources and datasets for self-service reporting scenarios.

Use report parts as reusable report elements.

Module 4: Managing Report Execution and Delivery

This module describes how to apply security settings and configure reports for delivery.

Lessons

Managing Report Security

Managing Report Execution

Subscriptions and Data Alert

Troubleshooting Reporting Services

(3)

Lab : Configuring Report Execution and Delivery

Configuring Report Execution

Implementing a Standard Subscription

Implementing a Data-Driven Subscription

After completing this module, students will be able to:

Configure security settings for a report server.

Configure report execution settings to optimize performance.

Use subscriptions and alerts to automate report and data delivery.

Troubleshoot reporting issues.

Module 5: Creating Multidimensional Databases

The fundamental purpose of using SQL Server Analysis Services online analytical processing (OLAP) solutions is to build cubes that you can use to perform

complex queries and return the results in a reasonable time. This module

provides an introduction to multidimensional databases and introduces the core components of an OLAP cube.

Lessons

Introduction to Multidimensional Analysis

Creating Data Sources and Data Source Views

Creating a Cube

Overview of Cube Security

Lab : Creating a Multidimensional Database

Creating a Data Source

Creating and Modifying a Data Source View

Creating and Modifying a Cube

After completing this module, students will be able to:

Describe the considerations for a multidimensional database.

Create data sources and data source views.

Create a cube.

Implement security in a multidimensional database.

Module 6: Working with Dimensions

In SQL Server Analysis Services, dimensions are a fundamental component of cubes. This module provides an insight into the creation and configuration of dimensions and dimension hierarchies.

Lessons

Configuring Dimensions

Defining Attribute Hierarchies

Sorting and Grouping Attributes

(4)

Lab : Defining Dimensions

Configuring Dimensions

Defining Relationships and Hierarchies

Sorting and Grouping Dimensions Attributes After completing this module, students will be able to:

Configure dimensions.

Define attribute hierarchies.

Sort and group attributes.

Module 7: Working with Measures and Measure Groups

A measure represents a column that contains quantifiable data, usually numeric, that you can aggregate. This module describes measures and measure groups.

The module also explains how you can use measures to define fact tables and associate dimensions.

Lessons

Working with Measures

Working with Measure Groups

Lab : Configuring Measures and Measure Groups

Configuring Measures

Defining Dimension Usage and Relationships

Configuring Measure Group Storage

After completing this module, students will be able to:

Describe measures.

Describe measure groups.

Module 8: Introduction to MDX

Multidimensional Expressions (MDX) is the query language that you use to work with and retrieve multidimensional data in SQL Server Analysis Services. This module describes the fundamentals of MDX. It also explains how to build calculations, such as calculated members and named sets.

Lessons

MDX Fundamentals

Adding Calculations to a Cube

Using MDX to Query a Cube Lab : Using MDX

Querying a Cube by Using MDX

Creating a Calculated Member

(5)

After completing this module, students will be able to:

Describe MDX.

Add calculations to a cube.

Describe how to use MDX in client applications.

Module 9: Customizing Cube Functionality

In this module, you will learn how to customize cube functionality by using several technologies available to you in SQL Server Analysis Services. These technology customizations include: Key Performance Indicators, Actions, Perspectives, and Translations.

Lessons

Working with Key Performance Indicators

Working with Actions

Working with Perspectives

Working with Translations Lab : Customizing a Cube

Implementing an Action

Implementing a Perspective

Implementing a Translation

After completing this module, students will be able to:

Describe Key Performance Indicators.

Implement Actions.

Explain Perspectives.

Describe Translations.

Module 10: Implementing a Tabular Data Model with Microsoft PowerPivot This module introduces tabular data models, explains how to install and use the PowerPivot for Excel add-in, and describes how to share a workbook to

PowerPivot Gallery.

Lessons

Introduction to Tabular Data Models and PowerPivot Technologies

Creating a Tabular Data Model by Using PowerPivot for Excel

Sharing a PowerPivot Workbook and Using PowerPivot Gallery Lab : Using PowerPivot for Excel

Creating a Tabular Data Model by Using PowerPivot for Excel

Using a Tabular Data Model in Excel

Sharing a PowerPivot Workbook to PowerPivot Gallery

Using a PowerPivot Workbook as a Data Source

(6)

After completing this module, students will be able to:

Describe the key features and benefits of tabular data models and PowerPivot technologies.

Create a PowerPivot for Excel workbook.

Share a PowerPivot for Excel workbook to PowerPivot Gallery and use a PowerPivot for Excel workbook as a data source.

Module 11: Introduction to DAX

This module covers the fundamentals of the DAX language. It also explains how you can use DAX to create calculated columns and measures, and how you can use these in your tabular data models.

Lessons

DAX Fundamentals

Using DAX to Create Calculated Column and Measures in a Tabular Data Model

Lab : Creating Calculated Columns and Measures by Using DAX

Creating Calculated Columns

Creating Measures

Using Time Intelligence

Creating a Dynamic Measure

After completing this module, students will be able to:

Describe the fundamentals of DAX.

Use DAX to create calculated columns and measures.

Module 12: Implementing an Analysis Services Tabular Data Model

With SQL Server 2012, you can install Analysis Services in Tabular mode and create tabular data models that information workers can access by using tools such as Excel and Power View. This module describes Analysis Services tabular data models and explains how to develop a tabular data model by using the SQL Server Data Tools.

Lessons

Introduction to Analysis Services Tabular Data Model Projects

Developing an Analysis Services Tabular Data Model in SQL Server Data Tools

(7)

Lab : Working with an Analysis Services Tabular Data Model

Creating an Analysis Data Services Tabular Data Model from a PowerPivot Workbook

Implementing a Perspective

Implementing Partitions

Deploying an Analysis Services Tabular Data Model

Enabling Access to a Tabular Data Model

Configuring DirectQuery Storage Model

Implementing Security in a Tabular Data Model After completing this module, students will be able to:

Describe Analysis Services tabular data model Projects.

Implement an Analysis Services tabular data model by Using SQL Server Data Tools.

Module 13: Creating Data Visualizations with Power View

SQL Server 2012 introduces Power View, a SharePoint-based data exploration tool that provides a way for information workers to interactively create data visualizations that help them to better understand the data that they are working with. This module introduces Power View and describes how you can use it to create a range of different types of reports quickly and easily.

Lessons

Introduction to Power View

Visualizing Data with Power View

Lab : Creating Data Visualizations with Power View

Modify the Tabular Data Model

Create a Simple Power View Report

Using Interactive Visualizations

Create a Scatter Chart and a Play Axis

After completing this module, students will be able to:

Describe the Power View and its place in the BI ecosystem.

Create data visualizations by using Power View.

(8)

Module 14: Performing Predictive Analysis with Data Mining

SQL Server Analysis Services includes data mining tools that you can use to identify patterns in your data, helping you to determine why particular things happen and to predict what will happen in the future. This module introduces data mining, describes how to create a data mining solution, how to validate data mining models, how to use the Data Mining Add-ins for Excel, and how to incorporate data mining results into Reporting Services reports.

Lessons

Overview of Data Mining

Creating a Data Mining Solution

Validating a Data Mining Solution

Consuming a Data Mining Solution

Lab : Using Data Mining to Support a Marketing Campaign

Using Table Analysis Tools

Creating a Data Mining Model

Using the Data Mining Add-in for Excel

Validating Data Mining Models

Using a Data Mining Model in a Report

After completing this module, students will be able to:

Describe the key data mining concepts and use the Data Mining Add-ins for Excel.

Create a Data Mining solution.

Validate data mining models.

Use data mining data in a report.

References

Related documents

Our analysis of the impact of trade reforms on labor demand elasticities using industry level data over a period spanning major trade reforms in the Tunisian economy suggests that

Hamedi, Effect of laser welding mode on the microstructure and mechanical performance of dissimilar laser spot welds between low carbon and austenitic stainless steels,

The tool used during code reuse is also a huge factor in the total time spent on finding the needed code, thus if it takes more time to find, adapt and implement the code needed,

'Οταν το 1981-1982 ο Ken Auletta ξεκίνησε μια σειρά από διερευνητι κές αποστολές στον κόσμο της τάξης των παριών, οι οποίες παρουσιάστηκαν

Players can create characters and participate in any adventure allowed as a part of the D&D Adventurers League.. As they adventure, players track their characters’

This proposed study focuses on providing hypoglycemia management teaching using HPS to enhance grandparent functional response (diabetes knowledge, number of care hours provided,

The cost for cosmetology transfer students is $11 .30 per hour and $10 .00 per hour for barbering students to attended at PAUL MITCHELL THE SCHOOL Fort Myers; this does not include