DQS: Business Logic Meets Enterprise Integration

Slides:



Advertisements
Similar presentations
Chapter 4 Database Processing. Agenda Purpose of Database Terminology Components of Database System Multi-user Processing Database Design Entity-relationship.
Advertisements

Data Quality Services + Whats new in SSIS in SQL Server 2012 James Beresford
1er Simposio Latinoamericano Data Quality Fundamentals Miguel Angel Granados Troncoso.
Accessing Organizational Information—Data Warehouse
1 ACCTG 6910 Building Enterprise & Business Intelligence Systems (e.bis) Introduction to Data Mining Olivia R. Liu Sheng, Ph.D. Emma Eccles Jones Presidential.
1 ACCTG 6910 Building Enterprise & Business Intelligence Systems (e.bis) Data Staging Olivia R. Liu Sheng, Ph.D. Emma Eccles Jones Presidential Chair of.
Chapter 1 An Overview of Database Management. 1-2 Topics in this Chapter What is a Database System? What is a Database? Why Database? Data Independence.
Data Resource Management Data Concepts Database Management Types of Databases Chapter 5 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies,
DBI207 3 Data QualityIssueSample Data Problem Standard Are data elements consistently defined and understood ? Gender code = M, F, U in one system and.
November 10 th, 2011 DQS BOOTCAMP D AVID F AIBISH, S ENIOR P ROGRAM M ANAGER SQL S ERVER D ATA Q UALITY S ERVICES Microsoft SQL Server 2012.
Database Systems – Data Warehousing
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
Converting COBOL Data to SQL Data: GDT-ETL Part 1.
Chapter 6: Foundations of Business Intelligence - Databases and Information Management Dr. Andrew P. Ciganek, Ph.D.
INTRODUCTION TO DATA QUALITY SERVICES Presentation by Tim Mitchell (Artis Consulting)
CIS 103 — Applied Computer Technology Last Edited: September 17, 2010 by C.Herbert Using Database Management Systems.
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
5-1 McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
Master Data Management & Microsoft Master Data Services Presented By: Jeff Prom Data Architect MCTS - Business Intelligence (2008), Admin (2008), Developer.
Foundations of Business Intelligence: Databases and Information Management.
Introducing Data Quality Services and its role in an Enterprise Information Management (EIM) Process James Beresford Group Manager, Avanade DBI217.
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.
Central Management Server Managing Your SQL Server Environment 1.
SQL SERVER AUDITING. Jean Joseph DBA/Consultant Contact Info: Blog:
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
MIS 451 Building Business Intelligence Systems Data Staging.
Becoming Certified in Microsoft SQL Server. About Me Chris Hyde Senior Consultant with Leidos Health (formerly SAIC) MCSA – SQL Server 2008, MCITP 14+
Steve Simon MVP SQL Server BI
ETL Design - Stage Philip Noakes May 9, 2015.
Bought to you by.
Let’s Build a Tabular Model in Azure
Module 11: File Structure
What’s New in SQL Server 2016 Master Data Services
SQL Saturday Pittsburgh
Applied CyberInfrastructure Concepts Fall 2017
Matt Masson Senior Program Manager Microsoft Corporation
Steve Simon MVP SQL Server BI
Where I am at: Swagatika Sarangi MDM Lead PASS Summit SQL Saturdays
Jared Kuehn – Skyline Technologies
Always On : Multi-site patterns
Business Intelligence for Project Server/Online
Swagatika Sarangi (Jazz), MDM Expert
Populating a Data Warehouse
Populating a Data Warehouse
Populating a Data Warehouse
System And Application Software
Chapter 9 Database and Information Management.
06 | Managing Enterprise Data
Populating a Data Warehouse
Populating a Data Warehouse
Populating a Data Warehouse
CHAPTER SIX OVERVIEW SECTION 6.1 – DATABASE FUNDAMENTALS
Act-On Best Practice Tips
Summit Nashville /3/2019 1:48 AM
Introducing DAX July 11th, 2015.
Chapter 17 Designing Databases
DATABASE TECHNOLOGIES
INSTRUCTOR: MRS T.G. ZHOU
Let’s Build a Tabular Model in Azure
Chapter 8: Security Policy
SSIS Data Integration Data Warehouse Acceleration
SSIS Data Integration Data Warehouse Acceleration
Michelle Haarhues Keeping up with SSMS.
Wimmer Solutions Team Justin Barbara Meg SQL and PowerBI Developer
SSIS Data Integration Data Warehouse Acceleration
Implementing ETL solution for Incremental Data Load in Microsoft SQL Server Ganesh Lohani SR. Data Analyst Lockheed Martin
02 | Mastering Your Data Graeme Malcolm | Data Technology Specialist, Content Master Pete Harris | Learning Product Planner, Microsoft.
Presentation transcript:

DQS: Business Logic Meets Enterprise Integration September 14th, 2013

About Me Senior Consultant at Pragmatic Works Present at SQL Saturday’s, code camps, SQL chapters Blog at intelligentsql.wordpress.com Twitter : @sqlbischmidt

DQS DQS was introduced in SQL Server 2012 Allows us to bring data cleansing and business logic into our data warehouse/data mart and apply rules and standardization to it to create a cleaner reporting environment NOT a replacement for Master Data Management

Why use it? Fixes “incorrect” data Clean up bad data So our inserted row into our final table is clean

Knowledge Base The database of knowledge! About data! Understands the data, and helps maintain integrity over itself i.e. Florid is the same as Florida Consists of domains Domain Management creates and manages domains within the knowledge base (KB) Knowledge discovery learns patterns in your data and adds that machine knowledge into your knowledge base Matching policy teaches DQS where one records equals another. John Smith is the same as John B Smith

Domains Single domains are individual representations of data in a data field Manage key attributes about that field Distinct list of values that should be allowed Composite domains exist from one of more single domains and can use cross-domain rules or reference data sets to further clean the data Collections of single domains

Data Quality Project Uses a knowledge base as the source Improve the data by Cleaning & Matching Run against already existing data. Warehouse, anyone? Exports data to SQL Server or Excel Clean it, then match it

Administration Activity Monitoring Configuration Cleansing and creating that has occurred in the environment What consumed it and when? Configuration Add Azure Data Market account Set min score for cleansing (70%) and matching (80%)

SSIS Integration In 2012, there is a DQS component that can consume a knowledge base Clean the data as it’s coming in!

The DQS Ecosystem Discover Match Cleanse Identify your data Create the standards Cleanse Standardize your company data Run the rules

The End Comments are welcome! Please feel free to contact me via twitter (@sqlbischmidt) or email at sqlbischmidt@gmail.com or cschmidt@pragmaticworks.com