Chris Testa-O’Neill QA. Who am I Chris Testa-O’Neill Business Intelligence Specialist at QA Technical Author for Microsoft E-Learning Author of the SQL.

Slides:



Advertisements
Similar presentations
Business Intelligence Simon Pease. Experience with BI Developing end-to-end BI prototype for Plan International Developing end-to-end BI prototype for.
Advertisements

Microsoft Dynamics AX 2009 Integration and Development with.NET Framework Business Intelligence: OLAP and Analytics.
OLAP Services Business Intelligence Solutions. Agenda Definition of OLAP Types of OLAP Definition of Cube Definition of DMR Differences between Cube and.
Database Security and Auditing: Protecting Data Integrity and Accessibility Chapter 5 Database Application Security Models.
Implementing Business Analytics with MDX Chris Webb London September 29th.
Chapter 5 Database Application Security Models
Chapter 13 The Data Warehouse
Online Analytical Processing (OLAP) Hweichao Lu CS157B-02 Spring 2007.
Chris Testa-O’Neill EMC Consulting. Agenda Resource Governor Integrating Performance Monitor and Profiler Policy Based Management Performance Data Collector.
XP Information Information is everywhere in an organization Employees must be able to obtain and analyze the many different levels, formats, and granularities.
SQL Analysis Services Microsoft® SQL Server 2005 Analysis Services provides unified, fully integrated views of your business data to support online.
SharePoint 2010 Business Intelligence Module 6: Analysis Services.
SPONSORS. Microsoft PowerPivot for SQL Server, Excel 2010, and SharePoint 2010 Michael Herman Syntergy, Inc.
DATA WAREHOUSING IN SQL SERVER 2005/2008 BUSINESS INTELLIGENCE.
IST722 Data Warehousing Business Intelligence Development with SQL Server Analysis Services and Excel 2013 Michael A. Fudge, Jr.
Analysis Services 101 Dave Fackler, MCDBA, MCSE, MCT Director, Business Intelligence Practice Intellinet Corporation.
Performance Tuning Cubes and Queries in Analysis Services 2008 Chris Webb
IMS 6217: Data Warehousing / Business Intelligence Part 3 1 Dr. Lawrence West, Management Dept., University of Central Florida Analysis.
MSBI online training. MSBI Online Training Course Content : What Is Microsoft BI? Core concept – BI is the cube or UDM Example cube as seen using Excel.
Vidas Matelis, Toronto SQL Server User Group November 13, 2008.
SQL Bits Goes West Andrew Fryer Evangelist 1 ON TWITTER.
Chris Testa-O’Neill EMC Consulting. Who am I Chris Testa-O’Neill Practise Consultant at EMC Consulting Technical Author for Microsoft E-Learning Author.
1 Adapted from Pearson Prentice Hall Adapted form James A. Senn’s Information Technology, 3 rd Edition Chapter 7 Enterprise Databases and Data Warehouses.
OnLine Analytical Processing (OLAP)
PASS 2003 Review. Conference Highlights Keynote speakers Gordon Mangione Alan Griver Bill Baker Technical sessions Over 120 sessions across 4 tracks Dev.
Copyright © 2002, SAS Institute Inc. All rights reserved. SAS is a registered trademark or trademark of SAS Institute Inc. in the USA and other countries.
ISQS 6339, Data Management and Business Intelligence Cubism – Bells and Whistles Zhangxi Lin Texas Tech University 1.
Chris Testa-O’Neill QA. Who am I Chris Testa-O’Neill Business Intelligence Specialist at QA Technical Author for Microsoft E-Learning Author of the SQL.
BI Terminologies.
Carey Probst Technical Director Technology Business Unit - OLAP Oracle Corporation.
Platinum Gold Silver Group BY: [Remember get your Tickets for Entry, Coach, Drink] Feedback Forms: [Fill these out at the end of each session.
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Building Dashboards SharePoint and Business Intelligence.
Business Intelligence Transparencies 1. ©Pearson Education 2009 Objectives What business intelligence (BI) represents. The technologies associated with.
BI Practice March-2006 COGNOS 8BI TOOLS COGNOS 8 Framework Manager TATA CONSULTANCY SERVICES SEEPZ, Mumbai.
Centre of Competence on data warehouse Workshop Helsinki Database Cube and Browsing the Cube Mark Rantala.
SQL Server Analysis Services 2012 BI Semantic Model BISM.
What is OLAP?.
CSE 5331/7331 F'071 CSE 5331/7331 Fall 2007 Dimensional Modeling Margaret H. Dunham Department of Computer Science and Engineering Southern Methodist University.
CS 157B: Database Management Systems II April 10 Class Meeting Department of Computer Science San Jose State University Spring 2013 Instructor: Ron Mak.
1 Copyright © 2008, Oracle. All rights reserved. I Course Introduction.
1 Copyright © 2009, Oracle. All rights reserved. I Course Introduction.
SQL Server Analysis Services Understanding Unified Dimension Model (UDM)
Patrick Ortiz Global SQL Solution Architect Dell Inc. BIN209.
BISM Introduction Marco Russo
1 Database Systems, 8 th Edition Star Schema Data modeling technique –Maps multidimensional decision support data into relational database Creates.
MSBI ONLINE TRAINING Techverze. Introduction to MSBI Microsoft Business Intelligence delivers quality data and analyst can measure, manage and improve.
Or How I Learned to Love the Cube…. Alexander P. Nykolaiszyn BLOG:
Copyright © 2006, Oracle. All rights reserved. Czinkóczki László oktató Using the Oracle Warehouse Builder.
Advanced Analysis Services Security Chris Webb Crossjoin Consulting Limited.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Practical MSBI(SSIS, SSAS,SSRS) online training. Contact Us: Call: Visit:
Extending and Creating Dynamics AX OLAP Cubes
SQL Server Analysis Services Fundamentals
Building a Polished Cube
Introduction to SQL Server Analysis Services
6/19/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Chapter 13 The Data Warehouse
Excel Services Deployment and Administration
Introduction to tabular models
Introduction to tabular models
SQL Server Analysis Services Fundamentals
SQL Server Analysis Services Fundamentals
Implementing Data Models & Reports with Microsoft SQL Server
Database.
TechEd /24/2018 6:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Module 7: Working with Measures and Measure Groups
Designing Complex Tabular Models
Building your First Cube with SSAS
Analysis Services Analysis Services vs. the Data Warehouse vs. OLTP DB
Presentation transcript:

Chris Testa-O’Neill QA

Who am I Chris Testa-O’Neill Business Intelligence Specialist at QA Technical Author for Microsoft E-Learning Author of the SQL Server 2008 E-Learning track Manchester SQL Server User Group Organiser

Agenda Introducing Analysis Services Getting the data Working with Dimensions Hierarchies Attribute Relationships Creating the Cube Working with Measure and Measures Group Partitions and aggregation design Browsing the cube

Due to time this session cannot Full exploration of cube properties Use of additional SSAS components Calculations (MDX) Key Performance Indicators Translations Perspectives Administration and Maintenance Security

Introducing Analysis Services Components of SQL Server used for querying and analysing data Typically uses a data warehouse as it source data Dimension tables Fact tables Core object is a cube storing detailed and pre aggregated data Number of clients can be used to retrieve cube data

Reporting Methods Relational Reporting (OLTP) Use of Normalised tables to query data Can be slow as number of tables used increases or a requirement for aggregate data Online Analytical Processing (OLAP) Database type that stores one or more cubes that stores data in a central repository for reporting purposes Data Mining Uses OLAP database to explore trands and patterns in the data

Getting the data Data Sources provides the connection information. Server Name Authentication Database Data Source Views allows you to define a subset of data from the data source Data Source Wizard Data Source Designer

Demonstration Creating an Analysis Services project Creating a data source and a data source view

Working with Dimensions Provide contextual information for data in a cube Typically maps to the data in a dimension table of a data warehouse Dimensions form the cube axis Can selectively add attributes to meet business requirements Key properties include Key Columns Name Colums Order by Time Dimensions

Hierarchies Improves the readability of large dimension data Adds levels to dimension data so users can drill down into the data Types of Hierarchies include Balanced (Natural) Hierarchies Parent Child Ragged Hierarchies

Attribute Relationships Defines relationships that exists between attributes in a dimension By default, all attributes have a relationship to the key attribute in a star schema Modifying thed efault behaviour can Result in more effective aggregation designs Increases query performance Reduce memory requirements for processing dimensions Use Attribute relationships tab in SQL Server 2008 Use the Dimension tab in SQL Server 2005

Demonstration Creating a Dimension Creating a Balanced Hierarchy Defining Attribute Relationships

Creating the Cube Cube wizard Existing Tables Existing Dimension Empty Cube Wizard Capabilities differ from SQL Server 2005 and 2008

Measures and Measure Groups Measures are the business metrics stored within the cube Typically map to measures in a Fact table in a data warehouse Can create derived measure using MDX expressions Aggregate property in Measures has additivity issues Storage Mode property: MOLAP, ROLAP and HOLAP Measures Group typically map to fact tables Measures Groups group measures together Measures Group maps the measure to dimensions

Partitioning Cubes Enterprise Edition Spread the data across multiple physical disks Improved query performance Reduced cube processing time Determine the storage mode on a per partition basis Design aggregation Enables you to set aggregations based on disk and performance limit Usage Based Optimisation a better method

Demonstration Creating a simple cube Configuring Measures Creating partitions Design aggregations

Browsing the Cube Cube Browser in BIDS Microsoft Excel SQL Server Reporting Services PerformancePoint\Sharepoint

Demonstration Creating a Report using SQL Server Analysis Services

Available courses Microsoft Official Curriculum courses SQL Server – Implementing and Maintaining SQL Server Analysis Server 2005 SQL Server Implementing and Maintaining SQL Server Analysis Server 2008 Microsoft Elearning Course 2942: New Features of Microsoft SQL Server 2005 Analysis Services Collection 6322: Implementing and Maintaining Business Intelligence in SQL 2008: Integration Services, Reporting Services and Analysis Services (available late 2009) Microsoft Press Managing SQL Server 2008 Analysis Services Step by Step - Scott Cameron (ISBN ) Microsoft® SQL Server™ 2005 Analysis Services Step by Step - Reed Jacobson; Stacia Misner (ISBN )

Related Sessions Building cubes from ODS or Operational Systems Vincent Rainardi Self Service Business Intelligence- Project Gemini Bob Duffy Master Data Services Ian Marritt

Europe’s Premier Community SQL Server Conference

November 2009 Tuesday 24 th London – Storage and Query Optimisation - Thursday 26 th London – SQL Internals and MS BI – SQLServerFAQ.com Thursday 26 th London – Looking at newsgroups for Info – SQLServerFAQ.com December 2009 Thursday 3 rd Online – PowerUp with SQL Server (see next slide) Tuesday 8 th Cork – Query Optimisation – MTUG.ie Wednesday 9 th Dublin – Query Optimisation – IrishDev.com Thursday 10 th Leeds – Service Broker and Powershell – SQLServerFAQ.com Tuesday 15 th Cambridge – Christmas Special down the pub – SQLSocial.com Thursday 17 th Manchester – SQL Server Internals – SQLServerFAQ.com Up and coming events..

Time to Power Up with SQL Server within your organization! Who Should Attend: -Database administrators -Application developers/programmers -Database developers - IT Professionals responsible for SQL Server management Sign Up Today at During the day's presentations by SQL Server experts, Greg Low, Javier Loria, and Niels Berglund, you'll get detailed information and time to ask your questions. Three sessions, directly from your own computer: - Understanding Query Plan Caching in SQL Server - SQL Server High Availability - SQL Server Performance

It’s party time! Coming up next in the Atrium: Time to relax and let your hair down. Rockband Table football Air Hockey and more Don’t forget speakers and sponsors have drinks vouchers

We hope you had a great conference! See you at the next one in the Spring Thank you