06 | Managing Enterprise Data

Slides:



Advertisements
Similar presentations
C6 Databases.
Advertisements

1er Simposio Latinoamericano Data Quality Fundamentals Miguel Angel Granados Troncoso.
The Database Environment
Business Rules and SharePoint Workflow with Master Data Services (MDS)
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
DBI207 3 Data QualityIssueSample Data Problem Standard Are data elements consistently defined and understood ? Gender code = M, F, U in one system and.
Master Data Management
Managing Master Data with MDS and Microsoft Excel
Chapter 1: The Database Environment
MDS enables users to curate Sets of Objects. This capability is powerful in a wide variety of scenarios across all organization levels.
Implementing a Data Warehouse with SQL Server Jump Start
05 | Configuration and Deployment Richard Currey | Senior Technical Trainer–New Horizons United George Squillace | Senior Technical Trainer–New Horizons.
BUSINESS INTELLIGENCE/DATA INTEGRATION/ETL/INTEGRATION AN INTRODUCTION Presented by: Gautam Sinha.
Data Governance Data & Metadata Standards Antonio Amorin © 2011.
Database System Concepts and Architecture Lecture # 3 22 June 2012 National University of Computer and Emerging Sciences.
Module 3: Table Selection
IS 466 ADVANCED TOPICS IN INFORMATION SYSTEMS LECTURER : NOUF ALMUJALLY 3 – 10 – 2011 College Of Computer Science and Information, Information Systems.
5.1 © 2007 by Prentice Hall 5 Chapter Foundations of Business Intelligence: Databases and Information Management.
Database Design - Lecture 1
SAP Overview SAP? Company ERP Software package –R/2 –R/3.
CST203-2 Database Management Systems Lecture 2. One Tier Architecture Eg: In this scenario, a workgroup database is stored in a shared location on a single.
- 1 - Roadmap to Re-aligning the Customer Master with Oracle's TCA Northern California OAUG March 7, 2005.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
What You Need before You Deploy Master Data Management Presented by Malcolm Chisholm Ph.D. Telephone – Fax
Emerging Technologies Work Group Master Data Management (MDM) in the Public Sector Don Hoag Manager.
Course Topics Administering SQL Server 2012 Jump Start 01 | Install and Configure SQL Server04 | Manage Data 02 | Maintain Instances and Databases05 |
Pierre-Louis Usselmann, Ben Watt SOGETI Switzerland Master Data Services.
Using SAS® Information Map Studio
© 2008 IBM Corporation ® IBM Cognos Business Viewpoint Miguel Garcia - Solutions Architect.
C6 Databases. 2 Traditional file environment Data Redundancy and Inconsistency: –Data redundancy: The presence of duplicate data in multiple data files.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
Meinrad Weiss Principal Consultant Trivadis AG Master Data Services (MDS) und Data Quality Services (DQS) im Überblick.
Decision Support and Date Warehouse Jingyi Lu. Outline Decision Support System OLAP vs. OLTP What is Date Warehouse? Dimensional Modeling Extract, Transform,
6.1 © 2010 by Prentice Hall 6 Chapter Foundations of Business Intelligence: Databases and Information Management.
Atlanta User Group Introduction to: Data Quality & Master Data Management.
Master Data Management & Microsoft Master Data Services Presented By: Jeff Prom Data Architect MCTS - Business Intelligence (2008), Admin (2008), Developer.
Introducing Data Quality Services and its role in an Enterprise Information Management (EIM) Process James Beresford Group Manager, Avanade DBI217.
3 Copyright © 2009, Oracle. All rights reserved. Understanding the Warehouse Builder Architecture.
02 | Data Flow – Extract Data Richard Currey | Senior Technical Trainer–New Horizons United George Squillace | Senior Technical Trainer–New Horizons Great.
© 2012 Saturn Infotech. All Rights Reserved. Oracle Hyperion Data Relationship Management Presented by: Prasad Bhavsar Saturn Infotech, Inc.
2012 © Trivadis BASEL BERN LAUSANNE ZÜRICH DÜSSELDORF FRANKFURT A.M. FREIBURG I.BR. HAMBURG MÜNCHEN STUTTGART WIEN Welcome November 2012 Einführung in.
6/13/2015 Visit the Sponsor tables to enter their end of day raffles. Turn in your completed Event Evaluation form at the end of the day in the Registration.
MBA/1092/10 MBA/1093/10 MBA/1095/10 MBA/1114/10 MBA/1115/10.
2 Copyright © 2006, Oracle. All rights reserved. Defining Data Warehouse Concepts and Terminology.
Mastering Master Data Services Presented By: Jeff Prom BI Data Architect Bridgepoint Education MCTS - Business Intelligence, Admin, Developer.
Data Platform and Analytics Foundational Training
SAP Overview.
Bought to you by.
Data Cleansing - Duplicate Identification and Resolution
Overview of MDM Site Hub
Implementing MDM for BI & Data Integration by Kabir Makhija
DQS: Business Logic Meets Enterprise Integration
What’s New in SQL Server 2016 Master Data Services
Matt Masson Senior Program Manager Microsoft Corporation
Designing Business Intelligence Solutions with Microsoft SQL Server
Entity Based Staging SQL Server 2012 Tyler Graham
Business Intelligence for Project Server/Online
Swagatika Sarangi (Jazz), MDM Expert
Master Data Management with SQL Server 2016 Master Data Services
MDS from Start to Finish
How EMI Music Implemented Master Data Services with Adatis
Data Warehouse Overview September 28, 2012 presented by Terry Bilskie
Data Quality in the BI Life Cycle
From MDS to SSRS - a short walkthrough
The Database Environment
02 | Mastering Your Data Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft.
Presentation transcript:

06 | Managing Enterprise Data Richard Currey | Senior Technical Trainer–New Horizons United George Squillace | Senior Technical Trainer–New Horizons Great Lakes

Module 6 Overview Master Data Services Data Quality Services

Topic: Master Data Services

Topic: Master Data Services What Is Master Data Services? Data Models Entities and Attributes Hierarchies Business Rules Consuming Master Data

What Is Master Data Services? The SQL Server solution developed to help manage data at an enterprise level Targeted at data that is shared by multiple databases Allows an organization to implement centralized storage Relies on ETL to manage the collection and distribution of the data between instances Uses data models and business rules to define the master data

Data Models A data model is a collection of entities, attributes, and hierarchies Master Data Services can have several data models Data models should represent specific areas of the business Customers Model Version 1 Version 2 Version 3 Account Type Entity Customer Entity Attributes: Code (string) Name (string) Code: 1 Name: Standard Member Code: 2 Name: Premier Code: 1235 Name: Ben Smith Address: 1 High St, Seattle Phone: 555-12345 AccountType: 1 CreditLimit: 1000 Code (free-form text) Name (free-form text) Address (free-form text) Phone (free-form text) AccountType (domain-based) CreditLimit (free-form number) Contact Details Attribute Group

Entities and Attributes Each entity represents a business object that can appear in one or more systems Entities contain attributes that are the values that need to be known about an entity Entities have members that are the instances of an entity Entities typically map to tables in an RDBMS, with attributes mapping to columns Members typically map to rows in the table

Hierarchies Represent relationships between entities or entity members Derived hierarchies represent the relationship between members Based on attribute values Explicit hierarchies represent the relationship between individual members of an entity e.g. all European customers Used when there is no other entity to relate the members together Mandatory hierarchies require all members of the entity to be assigned Derived Hierarchy Code: 1 Name: Standard Account Type Member Code: 1235 Name: Ben Smith Account Type: 1 Customer Member Code: 1267 Name: Amy Strande Explicit Hierarchy Code: CustUS Name: US Customers Consolidated Member Code: 1235 Name: Ben Smith Leaf Member Code: 1267 Name: Amy Strande Code: CustEU Name: European Customers Code: 2214 Name: Sabina Schütz

Creating A Data Model

Business Rules What is the biggest myth in IT? “My data is clean” Ensure that data is valid and correct Validated in Microsoft Excel or in the MDS web interface

Implementing Business Rules

(e.g. Data Warehouse ETL) Consuming Master Data Master data architecture is typically a hub and spoke architecture Data is originally entered into operational systems Data is then transferred to the MDS database Data is validated and cleansed in the MDS database MDS data is then used to update the operational systems CRM Marketing System Order Processing System Master Data Hub  Data Steward Other consumers (e.g. Data Warehouse ETL) SSIS

Topic: Data Quality Services

Topic: Data Quality Services What Is Data Quality Services? Building a Data Quality Services Solution Accessing Reference Data Validating Data with Data Quality Services Validating Data with SSIS

What Is Data Quality Services? Data is the lifeblood of any organization Incorrect data can lead to incorrect decision making Data Quality Services (DQS) implements the tools to ensure that data is correct Knowledge bases Domains Reference data services 1011000110 KB DQS Client Data Cleansing Transformation SSIS DQS Server

Building a Data Quality Services Solution Create a knowledge base Provides access to specific areas of information Create domains Provides a repository for the rules relating to specific data Define rules relating to valid or invalid values Define matching policies to determine if two values represent the same logical entity

Implementing Data Quality Services

Accessing Reference Data Reference data provides values that are used as “correct” during a cleansing project Reference data can originate from inside or outside the organization The Widows Azure Marketplace DataMarket is one external source of reference data

Validating Data with Data Quality Services Data cleansing projects allow data stewards to validate and correct data Projects require a knowledge base and a data source Cleansing can include validation, matching, or both Result includes the original data, cleansed values, reason, status, and confidence

Creating a Data Cleansing Project

Validating Data with SSIS Create a data cleansing project Define data source to be cleansed Configure a data cleansing transform Specify the knowledge base Map data columns Define data destination or subsequent transformations

Configuring the Data Cleansing Transform