02 | Mastering Your Data Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft.

Slides:



Advertisements
Similar presentations
SQL Server Accelerator for Business Intelligence (SSABI)
Advertisements

Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in Acceleratio specializes in developing high-quality enterprise.
Business Rules and SharePoint Workflow with Master Data Services (MDS)
Jeremy Kashel BI 200 End to End Master Data Management With SQL Server Master Data Services (MDS)
A Guide to SQL, Seventh Edition. Objectives Understand the concepts and terminology associated with relational databases Create and run SQL commands in.
Chapter 11 Data Management Layer Design
Master Data Services In SQL Server Denali Jeremy Kashel
Database Software Application
Entity-Relationship Design
Business Computer Information Systems Microsoft Office XP Access Review Lessons 1 through 5.
Data Governance Data & Metadata Standards Antonio Amorin © 2011.
Pierre-Louis Usselmann, Ben Watt SOGETI Switzerland Master Data Services.
Searching Business Data with MOSS 2007 Enterprise Search Presenter: Corey Roth Enterprise Consultant Stonebridge Blog:
Instructions for Full Service Distributors- Collecting Software Customer Information Using net:FORUM Created by Sam Harrell Associate, AIA Contract Documents.
1 CSE 2337 Introduction to Data Management Textbook: Chapter 1.
Master Data Management & Microsoft Master Data Services Presented By: Jeff Prom Data Architect MCTS - Business Intelligence (2008), Admin (2008), Developer.
PowerBuilder Online Courses - by Prasad Bodepudi Database Painter Primary & Foreign Keys Extended Attributes PowerBuilder System Tables Database Profiles.
Database Design – Lecture 6 Moving to a Logical Model.
Information Access Mgt09/12/971 Entity-Relationship Design Information Level Design.
BI Practice March-2006 COGNOS 8BI TOOLS COGNOS 8 Framework Manager TATA CONSULTANCY SERVICES SEEPZ, Mumbai.
© 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.
Please note that the session topic has changed
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
John Lloyd, Edgewater Fullscope
Mastering Master Data Services Presented By: Jeff Prom BI Data Architect Bridgepoint Education MCTS - Business Intelligence, Admin, Developer.
DBMS Programs MS SQL Server & MySQL
Mastering Master Data Services
Visual Basic 2010 How to Program
Bought to you by.
James Blankenship September , 2016
Data Cleansing - Duplicate Identification and Resolution
James Blankenship March , 2017
From MDS to SSRS - a short walkthrough
Overview of MDM Site Hub
DQS: Business Logic Meets Enterprise Integration
Entity-Relationship Model
What’s New in SQL Server 2016 Master Data Services
Matt Masson Senior Program Manager Microsoft Corporation
Introduction to Database Systems
Searching Business Data with MOSS 2007 Enterprise Search
Where I am at: Swagatika Sarangi MDM Lead PASS Summit SQL Saturdays
07 | Analyzing Big Data with Excel
Entity Based Staging SQL Server 2012 Tyler Graham
Searching Business Data with MOSS 2007 Enterprise Search
SQL Server Master Data Services
Swagatika Sarangi (Jazz), MDM Expert
Implementing Data Models & Reports with Microsoft SQL Server
Master Data Management with SQL Server 2016 Master Data Services
Architecture of Master Data Services in Microsoft SQL Server 2008 R2
Amazom.com “Product/Book Information Management Business Process”
Hierarchies SQL Server 2012 Tyler Graham Senior Program Manager
MDS from Start to Finish
06 | Managing Enterprise Data
Session 2 Welcome: The seventh learning sequence
From MDS to SSRS - a short walkthrough
Overview of Oracle Site Hub
Welcome to SQLSaturday #767! Hosted by Lincoln SQL Server User Group
Views for Excel and Reporting
Overview of Databases and Salesforce Chapter 1
04 | Always On High Availability
Financials in Microsoft Dynamics SL 2015.
Mastering Master Data Services
05 | Processing Big Data with Hive
eSeries Entities By Julie Ladner
03 | Windows Azure PowerShell
04 | Processing Big Data with Pig
06 | SQL Server and the Cloud
06 | Automating Big Data Processing
Presentation transcript:

02 | Mastering Your Data Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft

Module Overview Master Data Services Master Data Models Managing Master Data Creating a Master Data Hub

The Master Data Problem CRM Customer ID Name Address Phone 1235 Ben Smith 1 High St, Seattle 555 12345 ? Order Processing System Marketing System Account Customer Address Phone 531 Benjamin Smith 1 High St, Seattle 555 12345 Contact Name Address Phone 22 B Smith 5 Main St, Seattle 555 54321

Master Data Services CRM Master Data Services Marketing System Customer ID Name Address Phone 1235 Ben Smith 1 High St, Seattle 555 12345 Master Data Hub Customer ID Account No Contact No Customer Address Phone 1235 531 22 Ben Smith 1 High St, Seattle 555 12345 Data Steward Master Data Services Order Processing System Marketing System Account Customer Address Phone 531 Benjamin Smith 1 High St, Seattle 555 12345 Contact Name Address Phone 22 B Smith 5 Main St, Seattle 555 54321

Master Data Models A versioned data model for specific business item or area of the business Contains definitions for entities required in the business area Often an entity with the same name as the model, as well as related entities Each entity has a defined set of attributes All entities have Code and Name attributes Attributes can be categorized in attribute groups Each instance of an entity is a known as a member Customers Model Version 1 Account Type Entity Code: 1 Name: Standard Member Attributes: Code (string) Name (string) Code: 2 Name: Premier Member Customer Entity Code: 1235 Name: Ben Smith Address: 1 High St, Seattle Phone: 555-12345 AccountType: 1 CreditLimit: 1000 Member Attributes: 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 Version 2 Version 3

Demo: Creating a Master Data Model In this demonstration, you will see how to: Create a Model Create an Entity Create Attributes Add and Edit Members

Managing Master Data in Excel Use the Master Data Services Add-In for Excel to connect to a model Create entities Add columns to create attributes Edit entity member data in worksheets Publish changes to Master Data Services

Demo: The MDS Add-in for Excel In this demonstration, you will see how to: Connect to a Master Data Services Model in Excel Add a Member Add a Free-Form Attribute to an Entity Add a Domain-Based Attribute and Related Entity

Master Data Hierarchies Code: 1 Name: Standard Account Type Member Code: 1235 Name: Ben Smith Account Type: 1 Customer Member Code: 1267 Name: Amy Strande Code: CustUS Name: US Customers Consolidated Member Leaf Member Name: Amy Strande Code: CustEU Name: European Customers Code: 2214 Name: Sabina Schütz Special Delivery Customers Code: Cust-EU Code: 2600 Name: Andrew Sinclair Code: 1785 Name: Doris Krieger Derived Hierarchies Natural hierarchical groupings based on domain- based relationships Explicit Hierarchies Hierarchical groupings of specific members Can be mandatory or non-mandatory Collections Non-hierarchical groupings of specific members Can include leaf and consolidated members from any hierarchy

Master Data Business Rules Validate master data using business rules Define rules with expressions: Condition (“If a customer's credit limit is greater than 1000”) Action (“Then the account type must be Premier”) Apply rules in MDS Explorer or Excel Assign priority values to control rule validation order

Staging and Importing Data Load data into staging tables Using SSIS, Import and Export Wizard, Transact-SQL, etc. Run staging stored procedures stg.udp.EntityName_Leaf stg.udp.EntityName_Consolidated stg.udp.EntityName_Relationship View import status in Master Data Manager Validate imported data

Demo: Importing Master Data In this demonstration, you will see how to: Use an SSIS Package to Import Master Data View Import Status Validate Imported Data

Consuming Master Data Create subscription views in Master Data Manager Formats: Leaf Attributes Consolidated Attributes Collection Attributes Collections Explicit Parent Child Explicit levels Derived Parent Child Derived Levels

Demo: Subscription Views In this demonstration, you will see how to: Create a Subscription View Query a Subscription View

Module Summary Use Master Data Services to define business entities Empower data stewards to “own” business entity data Build a master data hub to manage data entity consistency across the enterprise