Building a Data Warehouse: Data Quality is key for BI. Werner Daehn

Size: px
Start display at page:

Download "Building a Data Warehouse: Data Quality is key for BI. Werner Daehn"

Transcription

1 [ Building a Data Warehouse: Data Quality is key for BI Werner Daehn

2 [ Learning Points A DWH project is about discovering new information Not having a good quality counterfeits that purpose Actually it is dangerous as you might draw wrong conclusions With little effort amazing things can be achieved using today s ETL tools 2

3 [ Agenda Develop sensibility for the problem Things you can do about it The holistic view 3

4 [ THE PROBLEM 4

5 [ How does a typical report look like? It shows the data is as Duplicates with different spelling Different formatting Missing attributes The report does not look nice 5

6 [ How does a typical report look like? But the looks is not everything, inner beauty is important too How much revenue did I make in Denver? Zero, it is DENVER Except for one major customer, there it is Denver CO Of course we can ask to correct that in the source system but It will never be done It is no long term solution as it will happen at any time again What can we do about it? Change the Universe formula? 6

7 [ How does a typical report look like? Same problem everywhere Missing data Comma or not Duplicates Upper case/lower case word 7

8 [ DO SOMETHING ABOUT IT 8

9 [ Categories of Data Problems Technical inconsistencies like Foreign Keys, Primary Keys, overlaps in from-to-date ranges, NULL values in fields used as LoV, blanks or empty strings, Missing information in fields Logical inconsistencies like product weight greater 1000 tons Duplicates two keys for the same natural object Incorrect or different spelling Too little relevance in field values are used in queries A few years back you would not have had the option to optimize above 9

10 [ Technical Inconsistencies Fixing these is a standard task ETL tools are built for that We talked about that in the ETL session already 10

11 [ Missing Information in fields Options Set the value to a constant, e.g.? Set the value to the key then, e.g. name is IAD-1000 In the Universe the object Material Name is a combination of name and key, e.g. unknown (IAD-1000) The text column contains this combination already Notify the source system, e.g. automatically send and No solution is perfect, pick any 11

12 [ Logical Inconsistencies Can be broken down into different categories again Multiple values mean the same thing Values being out of range Two fields contain mutual exclusive value combinations 12

13 [ Multiple values mean the same thing Do I have more male, female or companies as customers? Comp., Company, Firma, Empresa, Using this information as-is does not make sense Lookup table converting the input value to a standardized output Maintain a rule like ifthenelse( ) Unknown values map to a default like? 13

14 [ Values are out of range On row/field level like the example of weight Too expensive to validate everything Too expensive to figure out ourselves On aggregated level e.g. sum(revenue) was just 100USD yesterday? Very Unlikely Called Dataflow Auditing in DataServices Define a set of conditions tested at the dataflow end Execute script actions if violated e.g. if violated consider the dataflow failed 14

15 [ Mutual exclusive value combinations Require extensive lookup data being maintained Complex conditions with patterns and expressions But rules not coded in the ETL logic for maintenance reasons Lookup function is commonly used for that Not only equal operations supported but patterns too So the pattern formula(!) is in the lookup table And the column to be returned can be a formula(!) Control over what row to be returned via return-policy 15

16 [ Mutual exclusive value combinations For some areas DataServices provides Data Quality Transforms plus all the required reference data Address Cleanse looks at all address related fields and fixes missing data, inconsistency, spellings, standardization problems Name parsing for customer name, company name, , and other related fields 16

17 [ Mutual exclusive value combinations - Addresses Assign input fields to their type of information e.g. STREET input field is an ADDRESS_LINE Worst case use MULTILINE and the transform has to figure out Pick additional output fields from a list of more than 100 generated values Packed by up 30 GB of official postal office data for all major countries worldwide Plus a Worldwide directory at postal code/city level 17

18 [ Mutual exclusive value combinations - Addresses 18

19 [ Duplicates In our Material table there is definitely something wrong Either multiple material numbers for the same product Or the text is not precise enough DataServices has a Match Transform Identify potential duplicates Assign the same Key Number to all duplicates This key can then be the parent of an hierarchy Create a golden record Makes 1 million comparisons per second/cpu Use break keys, e.g. MATERIAL_TYPE to limit what has to be compared with what Some fuzzy logic options for the comparisons 19

20 [ Duplicates Configured Material_Type to be a Break-Key, only records within one type can even be potential duplicates STD_MATERIAL output column is the material s parent 20

21 [ Incorrect or different spelling DataService Data Cleanse transform is for text cleansing Supports common text requirements, e.g. convert the word five to 5, is the order of the words important, etc The reference data has to be created yourself for non-standard cases With the Information Steward product there is an interactive Cleansing Package Builder based on data profiling results 21

22 [ Incorrect or different spelling 22

23 [ Relevance criteria Where do we buy our Supply goods (COST_ELEMENT=403000) from? Hm, ½ the costs are with US based vendors, just ¼ with DE based ones But another ¼ is assigned to vendors with no country So is it save to say the majority is US? Yes, all cost bookings unrelated to vendors are for vendor? used for internal cost assignments 23

24 [ Relevance criteria ETL dashboard 24

25 [ THE HOLISTIC VIEW 25

26 [ Responsibilities Who gets the blame if a report contains duplicates? The DWH team Who can ultimately fix the problem The person responsible for the record in the source system Who wants to see correct data but does not? The management Who has the work fixing all records? The person responsible for the record in the source system There is are disconnects! 26

27 [ Fixing the disconnects Using shown ETL techniques we can limit the impact of DQ problems We can correct those tiny issues while loading the DWH, like standardized names We can even correct things in the source if we are confident enough using the ETL tool For the rest we have to enable team work Make the users of the source system aware that their data is used Enable the DWH users to correct the data themselves?! 27

28 [ Business User Collaboration Enable them to look at the data And to figure out what the problem is They will ask the source system people directly 28

29 [ Business User Collaboration Enable them to monitor Data Quality trends themselves Is important data getting more precise? What state is it? Product-Master is in state green, but customer is yellow! 29

30 [ Business User Collaboration Business User does define allowed values, what to do with problems, all the rules DataServices is just using those rules 30

31 [ Best Practices Do not change the data, add it in an extra column Hide columns in the Universe if they are too sparsely set Standardize the data automatically Correct data as much as possible Validate the data for feasibility only the most obvious things Enable collaboration between the Business Users to put the DWH out of the line 31

32 [ Key Learnings Garbage In Garbage out principle does not work for us Doing something about wrong data is possible Use that advantage whenever appropriate Measure the quality of the loaded data In case of problems ask for changes in the Universe or the source system Ideas for Business User collaboration 32

33 [ ] Thank you for participating. Please remember to complete and return your evaluation form following this session. For ongoing education on this area of focus, visit the Year-Round Community page at [ SESSION CODE:

Building a Data Warehouse: Enhance the DWH with external data. Werner Daehn

Building a Data Warehouse: Enhance the DWH with external data. Werner Daehn [ Building a Data Warehouse: Enhance the DWH with external data Werner Daehn [ Learning Points The more information the exponentially more options to analyze data External data can be other systems, webservices,

More information

Fun and Useful Features in SAP Information Steward 4.2

Fun and Useful Features in SAP Information Steward 4.2 Fun and Useful Features in SAP Information Steward 4.2 The latest release of SAP Information Steward includes the Data Cleansing Advisor, which has some great new features that help organizations get a

More information

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER

COURSE 20466D: IMPLEMENTING DATA MODELS AND REPORTS WITH MICROSOFT SQL SERVER ABOUT THIS COURSE The focus of this five-day instructor-led course is on creating managed enterprise BI solutions. It describes how to implement multidimensional and tabular data models, deliver reports

More information

20767B: IMPLEMENTING A SQL DATA WAREHOUSE

20767B: IMPLEMENTING A SQL DATA WAREHOUSE ABOUT THIS COURSE This 5-day instructor led course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse with Microsoft SQL Server

More information

Data Warehouses Chapter 12. Class 10: Data Warehouses 1

Data Warehouses Chapter 12. Class 10: Data Warehouses 1 Data Warehouses Chapter 12 Class 10: Data Warehouses 1 OLTP vs OLAP Operational Database: a database designed to support the day today transactions of an organization Data Warehouse: historical data is

More information

Implementing a Data Warehouse with Microsoft SQL Server 2014 (20463D)

Implementing a Data Warehouse with Microsoft SQL Server 2014 (20463D) Implementing a Data Warehouse with Microsoft SQL Server 2014 (20463D) Overview This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create

More information

CTL.SC4x Technology and Systems

CTL.SC4x Technology and Systems in Supply Chain Management CTL.SC4x Technology and Systems Key Concepts Document This document contains the Key Concepts for the SC4x course, Weeks 1 and 2. These are meant to complement, not replace,

More information

Data Quality Architecture and Options

Data Quality Architecture and Options Data Quality Architecture and Options Nita Khare Alliances & Technology Team - Solution Architect nita.khare@tcs.com * IBM IM Champion 2013 * December 3, 2013 0 Agenda Pain Areas / Challenges of DQ Solution

More information

Implementing a SQL Data Warehouse

Implementing a SQL Data Warehouse Course 20767B: Implementing a SQL Data Warehouse Page 1 of 7 Implementing a SQL Data Warehouse Course 20767B: 4 days; Instructor-Led Introduction This 4-day instructor led course describes how to implement

More information

DATA QUALITY STRATEGY. Martin Rennhackkamp

DATA QUALITY STRATEGY. Martin Rennhackkamp DATA QUALITY STRATEGY Martin Rennhackkamp AGENDA Data quality Data profiling Data cleansing Measuring data quality Data quality strategy Why data quality strategy? Implementing the strategy DATA QUALITY

More information

Top 20 Data Quality Solutions for Data Science

Top 20 Data Quality Solutions for Data Science Top 20 Data Quality Solutions for Data Science Data Science & Business Analytics Meetup Boulder, CO 2014-12-03 Ken Farmer DQ Problems for Data Science Loom Large & Frequently 4000000 Strikingly visible

More information

MS-55045: Microsoft End to End Business Intelligence Boot Camp

MS-55045: Microsoft End to End Business Intelligence Boot Camp MS-55045: Microsoft End to End Business Intelligence Boot Camp Description This five-day instructor-led course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

Microsoft Implementing a Data Warehouse with Microsoft SQL Server 2014

Microsoft Implementing a Data Warehouse with Microsoft SQL Server 2014 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20463 - Implementing a Data Warehouse with Microsoft SQL Server 2014 Length 5 days Price $4290.00 (inc GST) Version D Overview Please note: Microsoft have

More information

IBM InfoSphere Information Analyzer

IBM InfoSphere Information Analyzer IBM InfoSphere Information Analyzer Understand, analyze and monitor your data Highlights Develop a greater understanding of data source structure, content and quality Leverage data quality rules continuously

More information

Datameer for Data Preparation:

Datameer for Data Preparation: Datameer for Data Preparation: Explore, Profile, Blend, Cleanse, Enrich, Share, Operationalize DATAMEER FOR DATA PREPARATION: EXPLORE, PROFILE, BLEND, CLEANSE, ENRICH, SHARE, OPERATIONALIZE Datameer Datameer

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012/2014 (463)

Implementing a Data Warehouse with Microsoft SQL Server 2012/2014 (463) Implementing a Data Warehouse with Microsoft SQL Server 2012/2014 (463) Design and implement a data warehouse Design and implement dimensions Design shared/conformed dimensions; determine if you need support

More information

Practical Introduction to SharePoint 2007

Practical Introduction to SharePoint 2007 Page 1 of 6 Practical Introduction to SharePoint 2007 (By Sven Homan, Dinamika Services Inc., June 15, 2008) WHAT ON EARTH IS THAT SHAREPOINT? SharePoint coins its name from words share and point, which

More information

1Z0-526

1Z0-526 1Z0-526 Passing Score: 800 Time Limit: 4 min Exam A QUESTION 1 ABC's Database administrator has divided its region table into several tables so that the west region is in one table and all the other regions

More information

Microsoft End to End Business Intelligence Boot Camp

Microsoft End to End Business Intelligence Boot Camp Microsoft End to End Business Intelligence Boot Camp 55045; 5 Days, Instructor-led Course Description This course is a complete high-level tour of the Microsoft Business Intelligence stack. It introduces

More information

Implementing a Data Warehouse with Microsoft SQL Server 2014

Implementing a Data Warehouse with Microsoft SQL Server 2014 Course 20463D: Implementing a Data Warehouse with Microsoft SQL Server 2014 Page 1 of 5 Implementing a Data Warehouse with Microsoft SQL Server 2014 Course 20463D: 4 days; Instructor-Led Introduction This

More information

Luncheon Webinar Series January 13th, Free is Better Presented by Tony Curcio and Beate Porst Sponsored By:

Luncheon Webinar Series January 13th, Free is Better Presented by Tony Curcio and Beate Porst Sponsored By: Luncheon Webinar Series January 13th, 2014 Free is Better Presented by Tony Curcio and Beate Porst Sponsored By: 1 Free is Better Questions and suggestions regarding presentation topics? - send to editor@dsxchange.com

More information

Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases. Objective 1

Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases. Objective 1 Accounting Information Systems, 2e (Kay/Ovlia) Chapter 2 Accounting Databases Objective 1 1) One of the disadvantages of a relational database is that we can enter data once into the database, and then

More information

The Data Organization

The Data Organization C V I T F E P A O TM The Data Organization 1251 Yosemite Way Hayward, CA 94545 (510) 303-8868 rschoenrank@computer.org Business Intelligence Process Architecture By Rainer Schoenrank Data Warehouse Consultant

More information

Ruby on Rails Welcome. Using the exercise files

Ruby on Rails Welcome. Using the exercise files Ruby on Rails Welcome Welcome to Ruby on Rails Essential Training. In this course, we're going to learn the popular open source web development framework. We will walk through each part of the framework,

More information

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server

MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server MOC 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course Overview This course provides students with the knowledge and skills to implement a data warehouse with Microsoft SQL Server.

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A 5 Days Instructor-led, Hands-on Introduction Data warehousing is a solution organizations use to centralize business data for

More information

Implement a Data Warehouse with Microsoft SQL Server

Implement a Data Warehouse with Microsoft SQL Server Implement a Data Warehouse with Microsoft SQL Server 20463D; 5 days, Instructor-led Course Description This course describes how to implement a data warehouse platform to support a BI solution. Students

More information

20463C-Implementing a Data Warehouse with Microsoft SQL Server. Course Content. Course ID#: W 35 Hrs. Course Description: Audience Profile

20463C-Implementing a Data Warehouse with Microsoft SQL Server. Course Content. Course ID#: W 35 Hrs. Course Description: Audience Profile Course Content Course Description: This course describes how to implement a data warehouse platform to support a BI solution. Students will learn how to create a data warehouse 2014, implement ETL with

More information

2013 Contact Data Quality Benchmark Report:

2013 Contact Data Quality Benchmark Report: 2013 Contact Data Quality Benchmark Report: The Top 100 Online Retailers This fourth annual benchmark report provides insight into data quality trends as represented by the top e-commerce and m-commerce

More information

E(xtract) T(ransform) L(oad)

E(xtract) T(ransform) L(oad) Gunther Heinrich, Tobias Steimer E(xtract) T(ransform) L(oad) OLAP 20.06.08 Agenda 1 Introduction 2 Extract 3 Transform 4 Load 5 SSIS - Tutorial 2 1 Introduction 1.1 What is ETL? 1.2 Alternative Approach

More information

Implementing a SQL Data Warehouse

Implementing a SQL Data Warehouse Implementing a SQL Data Warehouse 20767B; 5 days, Instructor-led Course Description This 4-day instructor led course describes how to implement a data warehouse platform to support a BI solution. Students

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 6 Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: 4 days; Instructor-Led Introduction This course

More information

Jet Data Manager 2014 Product Enhancements

Jet Data Manager 2014 Product Enhancements Jet Data Manager 2014 Product Enhancements Table of Contents Overview of New Features... 3 New Standard Features in Jet Data Manager 2014... 3 Additional Features Available for Jet Data Manager 2014...

More information

Data Mining. Asso. Profe. Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Department of CS (1)

Data Mining. Asso. Profe. Dr. Raed Ibraheem Hamed. University of Human Development, College of Science and Technology Department of CS (1) Data Mining Asso. Profe. Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Department of CS 2016 2017 (1) Points to Cover Problem: Heterogeneous Information Sources

More information

Advanced Web Intelligence Techniques for Aspiring Jedi Knights

Advanced Web Intelligence Techniques for Aspiring Jedi Knights September 9 11, 2013 Anaheim, California Advanced Web Intelligence Techniques for Aspiring Jedi Knights Alan Mayer Solid Ground Technologies Agenda Introduction Query Techniques Report Techniques Performance

More information

Peak ETA Developers Guide

Peak ETA Developers Guide Oracle Business Intelligence 11g Peak ETA Developers Guide Antony Heljula / Paul Oprea January 2013 Peak Indicators Limited 2 Peak ETA Developers Guide Agenda About the Peak ETA Console About the Peak

More information

Advanced Data Management Technologies Written Exam

Advanced Data Management Technologies Written Exam Advanced Data Management Technologies Written Exam 02.02.2016 First name Student number Last name Signature Instructions for Students Write your name, student number, and signature on the exam sheet. This

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

Informatica Data Quality Product Family

Informatica Data Quality Product Family Brochure Informatica Product Family Deliver the Right Capabilities at the Right Time to the Right Users Benefits Reduce risks by identifying, resolving, and preventing costly data problems Enhance IT productivity

More information

Exam /Course 20767B: Implementing a SQL Data Warehouse

Exam /Course 20767B: Implementing a SQL Data Warehouse Exam 70-767/Course 20767B: Implementing a SQL Data Warehouse Course Outline Module 1: Introduction to Data Warehousing This module describes data warehouse concepts and architecture consideration. Overview

More information

The Importance of Data Profiling

The Importance of Data Profiling The Importance of Data Profiling By Bud Walker and Joseph Vertido A Melissa Data Whitepaper Introduction Data profiling is a commonly used term in the discipline of data management, yet the perception

More information

e-builder User Guide Views

e-builder User Guide Views Views 2016 e-builder, Inc. e-builder 8.12 Help by e-builder, Inc. 2016 e-builder, Inc. All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or

More information

Implementing a SQL Data Warehouse

Implementing a SQL Data Warehouse Implementing a SQL Data Warehouse Course 20767B 5 Days Instructor-led, Hands on Course Information This five-day instructor-led course provides students with the knowledge and skills to provision a Microsoft

More information

MCSA SQL SERVER 2012

MCSA SQL SERVER 2012 MCSA SQL SERVER 2012 1. Course 10774A: Querying Microsoft SQL Server 2012 Course Outline Module 1: Introduction to Microsoft SQL Server 2012 Introducing Microsoft SQL Server 2012 Getting Started with SQL

More information

IntelliReport Advanced Topics. Presented by: Robert Goemans

IntelliReport Advanced Topics. Presented by: Robert Goemans IntelliReport Advanced Topics Presented by: Robert Goemans Table Linking Everything You Need to Know (or, Linking Tables Like a Boss ) Table linking allows you to put related records from different tables

More information

Data Quality Blueprint for Pentaho: Better Data Leads to Better Results. Charles Gaddy Director Global Sales & Alliances, Melissa Data

Data Quality Blueprint for Pentaho: Better Data Leads to Better Results. Charles Gaddy Director Global Sales & Alliances, Melissa Data Data Quality Blueprint for Pentaho: Better Data Leads to Better Results Charles Gaddy Director Global Sales & Alliances, Melissa Data Agenda What is Data Quality, and What Role Does it Play? 6 Concepts

More information

Data Warehouse Testing. By: Rakesh Kumar Sharma

Data Warehouse Testing. By: Rakesh Kumar Sharma Data Warehouse Testing By: Rakesh Kumar Sharma Index...2 Introduction...3 About Data Warehouse...3 Data Warehouse definition...3 Testing Process for Data warehouse:...3 Requirements Testing :...3 Unit

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Working with Query Objects Intellicus Enterprise Reporting and BI Platform ` Intellicus Technologies info@intellicus.com www.intellicus.com Working with Query Objects i Copyright 2012 Intellicus Technologies

More information

Data Quality for PowerCenter Users: Expanding Beyond ETL. Marina Grebenkova Principal Product Manager Informatica

Data Quality for PowerCenter Users: Expanding Beyond ETL. Marina Grebenkova Principal Product Manager Informatica Data Quality for PowerCenter Users: Expanding Beyond ETL Marina Grebenkova Principal Product Manager Informatica 2 Agenda Do you trust your data? What is Data Quality? Data Quality process How it complements

More information

Job Aid: Creating and Editing a Vendor

Job Aid: Creating and Editing a Vendor Purpose: The purpose of this job aid is to help you create a Vendor in order to process new and recurring Disbursement Vouchers. In this job aid, you will learn about: Timing of Vendor Creation... 1 Creating

More information

2013 RunSignUp, LLC 407 Chester Avenue Moorestown, NJ (888)

2013 RunSignUp, LLC 407 Chester Avenue Moorestown, NJ (888) Within this document you will find detailed instructions regarding the participant reports available on www.runsignup.com. This manual covers topics for race directors, and is intended to make your experience

More information

Vendor: Microsoft. Exam Code: Exam Name: Implementing a Data Warehouse with Microsoft SQL Server Version: Demo

Vendor: Microsoft. Exam Code: Exam Name: Implementing a Data Warehouse with Microsoft SQL Server Version: Demo Vendor: Microsoft Exam Code: 70-463 Exam Name: Implementing a Data Warehouse with Microsoft SQL Server 2012 Version: Demo DEMO QUESTION 1 You are developing a SQL Server Integration Services (SSIS) package

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC116 AC117 Selecting Fields Pages AC118 AC119 AC122 Sorting Results Pages AC125 AC126 Specifying Criteria Pages AC132 AC134

More information

4 Introduction to Web Intelligence

4 Introduction to Web Intelligence 4 Introduction to Web Intelligence Web Intelligence enables you to create documents for reporting, data analysis, and sharing with other users using the BI Launch Pad environment. Querying The required

More information

ETL Best Practices and Techniques. Marc Beacom, Managing Partner, Datalere

ETL Best Practices and Techniques. Marc Beacom, Managing Partner, Datalere ETL Best Practices and Techniques Marc Beacom, Managing Partner, Datalere Thank you Sponsors Experience 10 years DW/BI Consultant 20 Years overall experience Marc Beacom Managing Partner, Datalere Current

More information

Microsoft Implementing a SQL Data Warehouse

Microsoft Implementing a SQL Data Warehouse 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20767 - Implementing a SQL Data Warehouse Length 5 days Price $4290.00 (inc GST) Version C Overview This five-day instructor-led course provides students

More information

Database Management

Database Management Database Management - 2011 Model Answers 1. a. A data model should comprise a structural part, an integrity part and a manipulative part. The relational model provides standard definitions for all three

More information

Being day six of the DBCC Command month at SteveStedman.com, today's featured DBCC Command is DBCC CHECKIDENT.

Being day six of the DBCC Command month at SteveStedman.com, today's featured DBCC Command is DBCC CHECKIDENT. DBCC CheckIdent Being day six of the DBCC Command month at SteveStedman.com, today's featured DBCC Command is DBCC CHECKIDENT. Description: DBCC CHECKIDENT is used for check on the current value in the

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

Data Mining: Concepts and Techniques. (3 rd ed.) Chapter 3

Data Mining: Concepts and Techniques. (3 rd ed.) Chapter 3 Data Mining: Concepts and Techniques (3 rd ed.) Chapter 3 Jiawei Han, Micheline Kamber, and Jian Pei University of Illinois at Urbana-Champaign & Simon Fraser University 2011 Han, Kamber & Pei. All rights

More information

Dealing with Bugs. Kenneth M. Anderson University of Colorado, Boulder CSCI 5828 Lecture 27 04/21/2009

Dealing with Bugs. Kenneth M. Anderson University of Colorado, Boulder CSCI 5828 Lecture 27 04/21/2009 Dealing with Bugs Kenneth M. Anderson University of Colorado, Boulder CSCI 5828 Lecture 27 04/21/2009 University of Colorado, 2009 1 Goals 2 Review material from Chapter 11 of Pilone & Miles Dealing with

More information

Accelerated SQL Server 2012 Integration Services

Accelerated SQL Server 2012 Integration Services 1 Accelerated SQL Server 2012 Integration Services 4 Days (BI-ISACL12-301-EN) Description This 4-day instructor led training focuses on developing and managing SSIS 2012 in the enterprise. In this course,

More information

OWB Data Quality Best Practices

OWB Data Quality Best Practices 1 OWB Data Quality Best Practices Jean-Pierre Dijcks December 2008 Agenda Building a data quality firewall The importance of data rules The difference between profiling and auditing

More information

Data Mining & Data Warehouse

Data Mining & Data Warehouse Data Mining & Data Warehouse Asso. Profe. Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Department of Information Technology 2016 2017 (1) Points to Cover Problem:

More information

WTF with SQL. It s just not right! Kennie Nybo Pontoppidan Dublin, June 18th 2016

WTF with SQL. It s just not right! Kennie Nybo Pontoppidan Dublin, June 18th 2016 WTF with SQL It s just not right! Kennie Nybo Pontoppidan Dublin, June 18th 2016 Please Visit Sponsors and Enter Raffles Stick around for SWAG! (Prize drawing at 4.15 p.m Be there (in person) or be Volunteers

More information

The Basics of Variable Data. Tips for Using Variable Data Within your Direct Marketing Campaigns

The Basics of Variable Data. Tips for Using Variable Data Within your Direct Marketing Campaigns The Basics of Variable Data Tips for Using Variable Data Within your Direct Marketing Campaigns The Basics of Variable Data 2 Introduction Are you looking to get a better response from your direct mail

More information

Keeping Your Data Clean

Keeping Your Data Clean Keeping Your Data Clean Monday November 28, 2016 2:05PM 3:05PM Jake Bound, K2 and You Doug Morris, Computer System Innovations Data Integrity Paradigm Data Integrity Paradigm Today A day in our life Why?

More information

SQL Server and MSBI Course Content SIDDHARTH PATRA

SQL Server and MSBI Course Content SIDDHARTH PATRA SQL Server and MSBI Course Content BY SIDDHARTH PATRA 0 Introduction to MSBI and Data warehouse concepts 1. Definition of Data Warehouse 2. Why Data Warehouse 3. DWH Architecture 4. Star and Snowflake

More information

BUSINESS RULES VS. DATA STANDARDS. Why Have Business Rules?

BUSINESS RULES VS. DATA STANDARDS. Why Have Business Rules? BUSINESS RULES VS. DATA STANDARDS Presented by: Wayne Combs Associate Dean, Advancement Operations & Constituent Programs University of Southern California Dornsife College of Letters, Arts and Sciences

More information

COURSE 10977A: UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014

COURSE 10977A: UPDATING YOUR SQL SERVER SKILLS TO MICROSOFT SQL SERVER 2014 ABOUT THIS COURSE This five-day instructor-led course teaches students how to use the enhancements and new features that have been added to SQL Server and the Microsoft data platform since the release

More information

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc.

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. GD22-4 1 2 Agenda Introduction Overview of dbconnect Configure a data source Connect database to AutoCAD

More information

ACORN.COM CS 1110 SPRING 2012: ASSIGNMENT A1

ACORN.COM CS 1110 SPRING 2012: ASSIGNMENT A1 ACORN.COM CS 1110 SPRING 2012: ASSIGNMENT A1 Due to CMS by Tuesday, February 14. Social networking has caused a return of the dot-com madness. You want in on the easy money, so you have decided to make

More information

Routing Protocol comparison

Routing Protocol comparison Routing Protocol comparison Introduction to routing Networks allow people to communicate, collaborate, and interact in many ways. Networks are used to access web pages, talk using IP telephones, participate

More information

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 Note Before using this information and the product that it

More information

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems Advanced Excel Presented By: Chad Jarvi, CPA President, Civic Systems IMFOA Conference April 11, 2019 3:15 pm 4:15 pm COPY AND PASTE... 4 USING THE RIBBON... 4 USING RIGHT CLICK... 4 USING CTRL-C AND CTRL-V...

More information

Tutorial 5 Advanced Queries and Enhancing Table Design

Tutorial 5 Advanced Queries and Enhancing Table Design Tutorial 5 Advanced Queries and Enhancing Table Design (Sessions 1 and 3 only) The Clinic Database Clinic.accdb file for Tutorials 5-8 object names include tags no spaces in field names to promote upsizing

More information

INDEPENDENT SOLUTIONS. WORLD CLASS SERVICE. INTERNATIONAL MAILING SOLUTIONS

INDEPENDENT SOLUTIONS. WORLD CLASS SERVICE. INTERNATIONAL MAILING SOLUTIONS INDEPENDENT SOLUTIONS. WORLD CLASS SERVICE. INTERNATIONAL MAILING SOLUTIONS I N T E R N A T I O N A L M A I L I N G S O L U T I O N S We Deliver Quality Mailings that Enhance Your Business Your printed

More information

Training 24x7 DBA Support Staffing. MCSA:SQL 2016 Business Intelligence Development. Implementing an SQL Data Warehouse. (40 Hours) Exam

Training 24x7 DBA Support Staffing. MCSA:SQL 2016 Business Intelligence Development. Implementing an SQL Data Warehouse. (40 Hours) Exam MCSA:SQL 2016 Business Intelligence Development Implementing an SQL Data Warehouse (40 Hours) Exam 70-767 Prerequisites At least 2 years experience of working with relational databases, including: Designing

More information

DHL CORPORATESHIP USER GUIDE FOR ADMINISTRATORS

DHL CORPORATESHIP USER GUIDE FOR ADMINISTRATORS Web-Based PC-Based Integrated DHL CORPORATESHIP USER GUIDE FOR ADMINISTRATORS Manage your company s express international shipping with complete confidence. www.dhl-usa.com/shiponline Contents 2 CONTENTS

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 10777 - Implementing a Data Warehouse with Microsoft SQL Server 2012 Duration: 5 days Course Price: $2,695 Software Assurance Eligible Course Description 10777 - Implementing a Data Warehouse with Microsoft

More information

Without further ado, let s go over and have a look at what I ve come up with.

Without further ado, let s go over and have a look at what I ve come up with. JIRA Integration Transcript VLL Hi, my name is Jonathan Wilson and I m the service management practitioner with NHS Digital based in the United Kingdom. NHS Digital is the provider of services to the National

More information

SEMANTIC NETWORK AND SEARCH IN VEHICLE ENGINEERING

SEMANTIC NETWORK AND SEARCH IN VEHICLE ENGINEERING Martin Sturm, Sylke Rosenplaenter SEMANTIC NETWORK AND SEARCH IN VEHICLE ENGINEERING From Concept to Deployment Vehicle Design Operations & System Development GM Europe Engineering Adam Opel AG www.opel.com

More information

Using Images in FF&EZ within a Citrix Environment

Using Images in FF&EZ within a Citrix Environment 1 Using Images in FF&EZ within a Citrix Environment This document explains how to add images to specifications, and covers the situation where the FF&E database is on a remote server instead of your local

More information

edev Technologies SmartWord4TFS Release Notes

edev Technologies SmartWord4TFS Release Notes edev Technologies SmartWord4TFS Release Notes edev Technologies 3/14/2017 Table of Contents 1. SYSTEM REQUIREMENTS... 2 2. APPLICATION SETUP... 4 3. NEW FEATURES... 5 4. ENHANCED FEATURES... 5 5. KNOWN

More information

HOW TO DEAL DUPLICATES. A Guide to Stopping Duplicate Data in Your CRM

HOW TO DEAL DUPLICATES. A Guide to Stopping Duplicate Data in Your CRM @$!*#@$!*#@$!*#@ $!*#@$!*#@$!*#@$! *#@$!*#@$!*#@$!*# @$!*#@$!*#@$!*#@ $!*#@$!*#@$!*#@$! *#@$!*#@$!*#@$!*# @$!*#@$!*#@$!*#@ HOW TO DEAL WITH @$!ING DUPLICATES A Guide to Stopping Duplicate Data in Your

More information

Designer TM for Microsoft Access

Designer TM for Microsoft Access Designer TM for Microsoft Access Application Guide 1.7.2018 This document is copyright 2009-2018 OpenGate Software. The information contained in this document is subject to change without notice. If you

More information

The Six Principles of BW Data Validation

The Six Principles of BW Data Validation The Problem The Six Principles of BW Data Validation Users do not trust the data in your BW system. The Cause By their nature, data warehouses store large volumes of data. For analytical purposes, the

More information

SAP BW Consistency Check Guideline

SAP BW Consistency Check Guideline SAP BW Consistency Check Guideline BUSINESS INFORMATION WAREHOUSE Document Version 1.2 SAP AG assumes no responsibility for errors or omissions in these materials. These materials are provided as is without

More information

Designing the staging area contents

Designing the staging area contents We are going to design and build our very first ETL mapping in OWB, but where do we get started? We know we have to pull data from the acme_pos transactional database as we saw back in topic 2. The source

More information

Day 1: Intro to CTM Part I

Day 1: Intro to CTM Part I Day 1: Intro to CTM Part I LEGAL AND CONFIDENTIALITY INFORMATION WELCOME Every effort was made to ensure that the information in this presentation is complete and accurate at the time of instruction. However,

More information

Database Design and Administration for OnBase WorkView Solutions. Mike Martel Senior Project Manager

Database Design and Administration for OnBase WorkView Solutions. Mike Martel Senior Project Manager Database Design and Administration for OnBase WorkView Solutions Mike Martel Senior Project Manager 1. Solution Design vs. Database Design Agenda 2. Data Modeling/Design Concepts 3. ERD Diagramming Labs

More information

Access Intermediate

Access Intermediate Access 2013 - Intermediate 103-134 Advanced Queries Quick Links Overview Pages AC124 AC125 Selecting Fields Pages AC125 AC128 AC129 AC131 AC238 Sorting Results Pages AC131 AC136 Specifying Criteria Pages

More information

Teradata Aggregate Designer

Teradata Aggregate Designer Data Warehousing Teradata Aggregate Designer By: Sam Tawfik Product Marketing Manager Teradata Corporation Table of Contents Executive Summary 2 Introduction 3 Problem Statement 3 Implications of MOLAP

More information

Conference Users Guide for the GCFA Statistical Input System.

Conference Users Guide for the GCFA Statistical Input System. Conference Users Guide for the GCFA Statistical Input System http://eagle.gcfa.org Published: November 29, 2007 TABLE OF CONTENTS Overview... 3 First Login... 4 Entering the System... 5 Add/Edit Church...

More information

Data Import Guide DBA Software Inc.

Data Import Guide DBA Software Inc. Contents 3 Table of Contents 1 Introduction 4 2 Data Import Instructions 5 3 Data Import - Customers 10 4 Data Import - Customer Contacts 16 5 Data Import - Delivery Addresses 19 6 Data Import - Suppliers

More information

1. Managing Information in Table

1. Managing Information in Table 1. Managing Information in Table Spreadsheets are great for making lists (such as phone lists, client lists). The researchers discovered that not only was list management the number one spreadsheet activity,

More information

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL

TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL TUTORIAL FOR IMPORTING OTTAWA FIRE HYDRANT PARKING VIOLATION DATA INTO MYSQL We have spent the first part of the course learning Excel: importing files, cleaning, sorting, filtering, pivot tables and exporting

More information

Data Strategies for Efficiency and Growth

Data Strategies for Efficiency and Growth Data Strategies for Efficiency and Growth Date Dimension Date key (PK) Date Day of week Calendar month Calendar year Holiday Channel Dimension Channel ID (PK) Channel name Channel description Channel type

More information

Top of Minds Report series Data Warehouse The six levels of integration

Top of Minds Report series Data Warehouse The six levels of integration Top of Minds Report series Data Warehouse The six levels of integration Recommended reading Before reading this report it is recommended to read ToM Report Series on Data Warehouse Definitions for Integration

More information