SlideShare a Scribd company logo
Master Data Services in SQL Server 2012
(An Introduction)
Stéphane Fréchette
Thursday May 30, 2013
Who am I?
My name is Stéphane Fréchette
I’m a Database & Business Intelligence Professional and CEO | Founder of
I have a passion for architecting, designing and building solutions that matter.
Self proclaimed Open Data Hacker/Advocate I founded Gatineau Ouverte a citizen led
initiative which aims to promote open access to civic data of the city of Gatineau.
Twitter: @sfrechette
Email: stephanefrechette@ukubu.com
Blog: stephanefrechette.com
Session Outline
• Microsoft Business Intelligence (The Stack)
• What is Master Data?
• What is Master Data Management?
• Do you have these issues?
• SQL Server Master Data Services (MDS)
• MDS - Key Capabilities
• Data Steward
• MDS – Models, Improving Data Quality, Moving Data, Web Service
• Demo
• Summary
• Resources
Analysis
Services
Reporting
Services
Integration
Services
Master Data
Services
SharePoint
Collaboration
Excel
Workbooks
PowerPivot
Applications
SharePoint
Dashboards & Scorecards
Data Quality
Services
OData
Feeds
Line of Business
Applications
Hadoop Big Data
Microsoft Business Intelligence
What is Master Data?
“Master Data is data that is at the core of an organization and used
across multiple systems, applications, and/or processes…”
Requires;
• Centralized curated activities and maintenance
• Data Quality Management
• Easy access for business users (not only IT)
• Effective collaboration and sharing
What is Master Data Management?
“Are sets of processes, governance, policies, standards and tools that
defines and manage Master Data…”
Why is Master Data Management Important?
• Reduces, eliminate duplicate data entry and maintenance
• Improve compliance, reporting, profitability, decision making and data
quality
• Enables data stewards to manage critical business data
• Provide a single view of critical information funnels
Why is Master Data Management Important?
Do you have these issues?
• Instances or sets of invalid data impacting business processes?
• Wish your business users could manage the data themselves?
• IT resources fixing data and/or managing hierarchy definitions for users?
• Systems which could benefit from a single source view of domain data?
SQL Server Master Data Services can help you!
What type of Data are we taking about?
People Things Places Abstract
Customers
Vendors
Employees
Partners
Patients
Products
Business Units
Bill of Materials
Parts
Equipment
Locations
Stores
Power Lines
Geographic
Areas
Warehouses
Accounts
Warranties
Time
Metrics
Contracts
Domain, Entities (Data warehouse)
Here
Here
SQL Server Master Data Services (MDS)
SQL Server Master Data Services provides a central data hub that ensures the integrity of
information and consistency of data is constant across different applications. Enables
cleansing, matching, standardizing and enriching data.
• New in SQL Server 2012;
 Redesigned web interface to add, delete, and move members quickly.
 Excel front-end (MDS add-in) allowing business users to autonomously add and edit
data in the underlying systems on their own.
 Improved performance, security, robustness, and scalability.
 Integrated with Data Quality Services (DQS) to do data matching before loading.
 Installation part of SQL Server.
Master Data Services – Key Capabilities
Create Master Data By Standardizing Data Definitions For Key Business Entities
• Collect and maintain accurate and complete master data to ensure standardized data
definitions of key business entities across all of your IT assets.
 Manage data consistency across different environments.
(Oracle, Microsoft SQL Azure, HP, and IBM)
 Manage the superset of all data attributes across all systems.
 Create explicit hierarchies based on traditional parent-child relationships.
 Produce derived hierarchies from pre-existing data relationships found within master
data models.
Master Data Services – Key Capabilities
Create a Master Data Hub for Your Enterprise
• Implement a master data management hub to manage the master data that is stored in
the database and keep it synchronized with the transactional systems that use the master
data.
 Effectively track all known attributes across the enterprise.
 Create versions for each model at different time intervals.
 Commit versions of master data only after business rules have been met.
Master Data Services – Key Capabilities
Empower Business Users to Manage Data Governance
• Trust the experience of business-knowledgeable users, so organizations can improve
master data maintenance and avoid the delays and mistakes that occur when non-
business specialists manage and maintain data.
 End users can directly manage the underlying database and data warehouse
dimensions and hierarchies using Excel.
 Free IT responsibilities so they can focus on the oversight of the overall data
warehouse.
Data Steward
• Key role - Is usually a Business User and not from the Information Technology side
• Nutshell: Responsible for maintaining data elements in a metadata registry…
• Data Steward -> MDS Client (Web based and Excel add-in)
• Create and edit Models, Hierarchies, Business Rules…
• Run, process and validate data continually, iteratively, improving…
• Maintain high level of data quality
MDS/DQS
Data Steward
MDS/DQS
Data Steward
DQS
SSIS Developer
Matching Cleansing
Create & Edit
Master Data Services - Type of Users
Business users – Data
stewards - Functional
area
Administrators -
Administrative area
Master Data Services – Models
Models are the highest level of data organization in Master Data Services. A model defines
the structure of data in your master data management solution. A model contains the
following objects:
• Entities
• Attributes and attribute groups
• Explicit and derived hierarchies
• Collections
Accounts;
which could include entities such as balance sheet accounts, income statement
accounts, statistics, and account type.
Customer;
which could include entities such as gender, education, occupation, and marital status.
Geography;
which could include entities such as postal codes, cities, counties, states, provinces, regions,
territories, countries, and continents.
Master Data Services – Improving Data Quality
In order to ensure the quality and accuracy of your master data these are the following
features that are available to you:
• Business Rules
(Automatically update data, send email, start a business process or workflow)
• Validation
(Business rule – Data type content validations)
• Versions
(Audit records, prevent from making changes, lock down models)
• Notifications
(Send email when biz rule fails or model version status changes)
• Security
Master Data Services – Moving Data
• Importing Data
 Import data into Staging Tables and process the staged data as batch
o stg_nameLeaf
o stg_nameConsolidated
o stg_nameRelationship
• Exporting Data
 Subscribe systems can view data through subscription views
• Deploying Models
 Package, XML format which contains a deployable model structure
o Tools: MDSModelDeploy, Model Deployment wizard, Model Package Editor
Master Data Services – Extending with Web Services
• Master Data Manager Web Service
• WCF service that enables you to control MDS programmatically
• Custom Workflows
• A custom workflow calls code that you write, which can take whatever action you
require to process the workflow.
Developer’s Guide (Master Data Services)
http://msdn.microsoft.com/en-us/library/hh230994.aspx
Demo
Master Data Services
Enterprise Information Management (EIM)
The EIM Stack as a whole is the ‘Master Data Management’ solution from Microsoft and
consist of the following:
• SQL Server Data Quality Services (DQS) - Capture and record knowledge, rules, and actions
• SQL Server Master Data Services (MDS) - Master Data Management repository, Dimension data
• SQL Server Integration Services (SSIS) – Moves data, integration
Enterprise Information Management (EMI)
‘Master Data Management’
Summary
Master Data Management issues are pervasive within organizations
and will always exist.
SQL Server Master Data Services is built to be deployed rapidly, the
intent is to make it accessible for all type of organizations and enable
them to create solutions for themselves. An implementation can be
successfully achieved by business users without any programming
knowledge.
Resources
• SQL Server 2012 Master Data Services - http://bit.ly/16ei8w0
• MSDN, Master Data Services - http://bit.ly/z8crur
• TechNet, Master Data Services - http://bit.ly/12BfwBH
• Channel 9, Master Data Services - http://bit.ly/19ab2Y4
• Master Data Services Team Blog - http://bit.ly/170Ecuc
• James Serra’s Blog - http://bit.ly/M3MYI2
• SQL Chick’s Blog - http://bit.ly/ietII4
• Amazon, Microsoft SQL Server 2012 Master Data Services -
http://amzn.to/UtVHaO
What Questions Do You Have?
Thank You
For attending this session

More Related Content

PDF
Master data services
PPTX
Enterprise Information Management (EIM) in SQL Server 2012
PDF
Dqs mds-matching 15042015
PPTX
Master Data Services - 2016 - Huntington Beach
PDF
Getting started with Master Data Services 2012
PDF
Data Quality Services in SQL Server 2012
PDF
Introduccion a SQL Server Master Data Services
PDF
Microsoft SQL Server 2012 Master Data Services
Master data services
Enterprise Information Management (EIM) in SQL Server 2012
Dqs mds-matching 15042015
Master Data Services - 2016 - Huntington Beach
Getting started with Master Data Services 2012
Data Quality Services in SQL Server 2012
Introduccion a SQL Server Master Data Services
Microsoft SQL Server 2012 Master Data Services

What's hot (20)

PPTX
Albel pres mdm implementation
PPTX
Master Data Management
PPTX
Master Data Management
PPT
Introduction to Data Management
PPTX
MDS & SQL 2012
PDF
The what, why, and how of master data management
PPT
5 Level of MDM Maturity
PDF
Ebook - The Guide to Master Data Management
PDF
The Importance of Master Data Management
PPTX
IT6701-Information Management Unit 3
PPTX
Master Data Management methodology
PDF
Microsoft master data services mds overview
PDF
Master data management executive mdm buy in business case (2)
PPTX
Master Data Services - used for than just data
PDF
Master Your Data. Master Your Business
PDF
Whitepaper on Master Data Management
DOCX
EIM Tutorial
PDF
Best Practices in MDM with Dan Power
PPT
MDM Strategy & Roadmap
PPTX
Master Data Management
Albel pres mdm implementation
Master Data Management
Master Data Management
Introduction to Data Management
MDS & SQL 2012
The what, why, and how of master data management
5 Level of MDM Maturity
Ebook - The Guide to Master Data Management
The Importance of Master Data Management
IT6701-Information Management Unit 3
Master Data Management methodology
Microsoft master data services mds overview
Master data management executive mdm buy in business case (2)
Master Data Services - used for than just data
Master Your Data. Master Your Business
Whitepaper on Master Data Management
EIM Tutorial
Best Practices in MDM with Dan Power
MDM Strategy & Roadmap
Master Data Management
Ad

Viewers also liked (13)

PPTX
Introduction to Microsoft’s Master Data Services (MDS)
PDF
Master Data Services – Po co nam kolejna usługa w Sql Server - Mariusz Koprowski
PDF
DQS & MDS in SQL Server 2016
PDF
Utah's Statewide Master Person Index for Healthcare
PDF
Lucky innovative positive at cybercom
PPTX
SQL Server 2012 Certifications
DOC
Sql server-dba
DOCX
Sql Server Interview Question
PDF
Sql server 2008 interview questions answers
PDF
Top 5 TSQL Improvements in SQL Server 2014
PDF
[French] Une Vision à 360° de vos clients grâce au Master Data Management et ...
PPTX
Sql server 2012 dba online training
PDF
Diez claves para un proyecto MDM
Introduction to Microsoft’s Master Data Services (MDS)
Master Data Services – Po co nam kolejna usługa w Sql Server - Mariusz Koprowski
DQS & MDS in SQL Server 2016
Utah's Statewide Master Person Index for Healthcare
Lucky innovative positive at cybercom
SQL Server 2012 Certifications
Sql server-dba
Sql Server Interview Question
Sql server 2008 interview questions answers
Top 5 TSQL Improvements in SQL Server 2014
[French] Une Vision à 360° de vos clients grâce au Master Data Management et ...
Sql server 2012 dba online training
Diez claves para un proyecto MDM
Ad

Similar to Introduction to Master Data Services in SQL Server 2012 (20)

PPTX
SQL Server 2019 Master Data Service
PDF
Ds04 data quality
PPTX
Sql server master data services
PDF
Pysyvästi laadukasta masterdataa SmartMDM:n avulla
PDF
IT6701 Information Management - Unit III
DOCX
Introduction to master data services
PDF
Master Data Management's Place in the Data Governance Landscape
 
PDF
Edr mds a less is more approach to MDM
PDF
leewayhertz.com-AI in Master Data Management MDM Pioneering next-generation d...
PDF
Reference master data management
PDF
TekMindz Master Data Management Capabilities
PPT
Master Data Management: An Enterprise’s Key Asset to Bring Clean Corporate Ma...
PDF
Master+Data+Managementsdfdsfsdfdsfsd.pdf
PPTX
SQL 2012 Enterprise Information Management with DQS and MDS by Karan Gulati
PDF
Steps towards business intelligence
PPTX
MDM & BI Strategy For Large Enterprises
PPTX
Mdm introduction
PDF
Matinale du MDM 2011
PPTX
Training_534231.pptx
PDF
DAS Slides: Master Data Management – Aligning Data, Process, and Governance
SQL Server 2019 Master Data Service
Ds04 data quality
Sql server master data services
Pysyvästi laadukasta masterdataa SmartMDM:n avulla
IT6701 Information Management - Unit III
Introduction to master data services
Master Data Management's Place in the Data Governance Landscape
 
Edr mds a less is more approach to MDM
leewayhertz.com-AI in Master Data Management MDM Pioneering next-generation d...
Reference master data management
TekMindz Master Data Management Capabilities
Master Data Management: An Enterprise’s Key Asset to Bring Clean Corporate Ma...
Master+Data+Managementsdfdsfsdfdsfsd.pdf
SQL 2012 Enterprise Information Management with DQS and MDS by Karan Gulati
Steps towards business intelligence
MDM & BI Strategy For Large Enterprises
Mdm introduction
Matinale du MDM 2011
Training_534231.pptx
DAS Slides: Master Data Management – Aligning Data, Process, and Governance

More from Stéphane Fréchette (17)

PPTX
Back to the future - Temporal Table in SQL Server 2016
PPTX
Self-Service Data Integration with Power Query - SQLSaturday #364 Boston
PPTX
Power BI - Bring your data together
PPTX
Data Analytics with R and SQL Server
PPTX
Self-Service Data Integration with Power Query
PPTX
Introduction to Azure HDInsight
PDF
Le journalisme de données... par où commencer?
PPTX
Modernizing Your Data Warehouse using APS
PPTX
Graph Databases for SQL Server Professionals - SQLSaturday #350 Winnipeg
PPTX
Graph Databases for SQL Server Professionals
PDF
SQL Server 2014 Faster Insights from Any Data
PPTX
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)
PPTX
TEDxGatineau
PPTX
PDF
Business Intelligence in Excel 2013
KEY
Gatineau Ouverte troisième rencontre publique
KEY
Gatineau Ouverte première rencontre publique
Back to the future - Temporal Table in SQL Server 2016
Self-Service Data Integration with Power Query - SQLSaturday #364 Boston
Power BI - Bring your data together
Data Analytics with R and SQL Server
Self-Service Data Integration with Power Query
Introduction to Azure HDInsight
Le journalisme de données... par où commencer?
Modernizing Your Data Warehouse using APS
Graph Databases for SQL Server Professionals - SQLSaturday #350 Winnipeg
Graph Databases for SQL Server Professionals
SQL Server 2014 Faster Insights from Any Data
On the move with Big Data (Hadoop, Pig, Sqoop, SSIS...)
TEDxGatineau
Business Intelligence in Excel 2013
Gatineau Ouverte troisième rencontre publique
Gatineau Ouverte première rencontre publique

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Modernizing your data center with Dell and AMD
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Machine learning based COVID-19 study performance prediction
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
KodekX | Application Modernization Development
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
NewMind AI Weekly Chronicles - August'25 Week I
“AI and Expert System Decision Support & Business Intelligence Systems”
Review of recent advances in non-invasive hemoglobin estimation
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Network Security Unit 5.pdf for BCA BBA.
Understanding_Digital_Forensics_Presentation.pptx
Modernizing your data center with Dell and AMD
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Encapsulation_ Review paper, used for researhc scholars
Advanced methodologies resolving dimensionality complications for autism neur...
Machine learning based COVID-19 study performance prediction
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Big Data Technologies - Introduction.pptx
KodekX | Application Modernization Development
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
The AUB Centre for AI in Media Proposal.docx
Chapter 3 Spatial Domain Image Processing.pdf

Introduction to Master Data Services in SQL Server 2012

  • 1. Master Data Services in SQL Server 2012 (An Introduction) Stéphane Fréchette Thursday May 30, 2013
  • 2. Who am I? My name is Stéphane Fréchette I’m a Database & Business Intelligence Professional and CEO | Founder of I have a passion for architecting, designing and building solutions that matter. Self proclaimed Open Data Hacker/Advocate I founded Gatineau Ouverte a citizen led initiative which aims to promote open access to civic data of the city of Gatineau. Twitter: @sfrechette Email: stephanefrechette@ukubu.com Blog: stephanefrechette.com
  • 3. Session Outline • Microsoft Business Intelligence (The Stack) • What is Master Data? • What is Master Data Management? • Do you have these issues? • SQL Server Master Data Services (MDS) • MDS - Key Capabilities • Data Steward • MDS – Models, Improving Data Quality, Moving Data, Web Service • Demo • Summary • Resources
  • 4. Analysis Services Reporting Services Integration Services Master Data Services SharePoint Collaboration Excel Workbooks PowerPivot Applications SharePoint Dashboards & Scorecards Data Quality Services OData Feeds Line of Business Applications Hadoop Big Data Microsoft Business Intelligence
  • 5. What is Master Data? “Master Data is data that is at the core of an organization and used across multiple systems, applications, and/or processes…” Requires; • Centralized curated activities and maintenance • Data Quality Management • Easy access for business users (not only IT) • Effective collaboration and sharing
  • 6. What is Master Data Management? “Are sets of processes, governance, policies, standards and tools that defines and manage Master Data…”
  • 7. Why is Master Data Management Important? • Reduces, eliminate duplicate data entry and maintenance • Improve compliance, reporting, profitability, decision making and data quality • Enables data stewards to manage critical business data • Provide a single view of critical information funnels
  • 8. Why is Master Data Management Important?
  • 9. Do you have these issues? • Instances or sets of invalid data impacting business processes? • Wish your business users could manage the data themselves? • IT resources fixing data and/or managing hierarchy definitions for users? • Systems which could benefit from a single source view of domain data? SQL Server Master Data Services can help you!
  • 10. What type of Data are we taking about? People Things Places Abstract Customers Vendors Employees Partners Patients Products Business Units Bill of Materials Parts Equipment Locations Stores Power Lines Geographic Areas Warehouses Accounts Warranties Time Metrics Contracts
  • 11. Domain, Entities (Data warehouse) Here Here
  • 12. SQL Server Master Data Services (MDS) SQL Server Master Data Services provides a central data hub that ensures the integrity of information and consistency of data is constant across different applications. Enables cleansing, matching, standardizing and enriching data. • New in SQL Server 2012;  Redesigned web interface to add, delete, and move members quickly.  Excel front-end (MDS add-in) allowing business users to autonomously add and edit data in the underlying systems on their own.  Improved performance, security, robustness, and scalability.  Integrated with Data Quality Services (DQS) to do data matching before loading.  Installation part of SQL Server.
  • 13. Master Data Services – Key Capabilities Create Master Data By Standardizing Data Definitions For Key Business Entities • Collect and maintain accurate and complete master data to ensure standardized data definitions of key business entities across all of your IT assets.  Manage data consistency across different environments. (Oracle, Microsoft SQL Azure, HP, and IBM)  Manage the superset of all data attributes across all systems.  Create explicit hierarchies based on traditional parent-child relationships.  Produce derived hierarchies from pre-existing data relationships found within master data models.
  • 14. Master Data Services – Key Capabilities Create a Master Data Hub for Your Enterprise • Implement a master data management hub to manage the master data that is stored in the database and keep it synchronized with the transactional systems that use the master data.  Effectively track all known attributes across the enterprise.  Create versions for each model at different time intervals.  Commit versions of master data only after business rules have been met.
  • 15. Master Data Services – Key Capabilities Empower Business Users to Manage Data Governance • Trust the experience of business-knowledgeable users, so organizations can improve master data maintenance and avoid the delays and mistakes that occur when non- business specialists manage and maintain data.  End users can directly manage the underlying database and data warehouse dimensions and hierarchies using Excel.  Free IT responsibilities so they can focus on the oversight of the overall data warehouse.
  • 16. Data Steward • Key role - Is usually a Business User and not from the Information Technology side • Nutshell: Responsible for maintaining data elements in a metadata registry… • Data Steward -> MDS Client (Web based and Excel add-in) • Create and edit Models, Hierarchies, Business Rules… • Run, process and validate data continually, iteratively, improving… • Maintain high level of data quality MDS/DQS Data Steward MDS/DQS Data Steward DQS SSIS Developer Matching Cleansing Create & Edit
  • 17. Master Data Services - Type of Users Business users – Data stewards - Functional area Administrators - Administrative area
  • 18. Master Data Services – Models Models are the highest level of data organization in Master Data Services. A model defines the structure of data in your master data management solution. A model contains the following objects: • Entities • Attributes and attribute groups • Explicit and derived hierarchies • Collections Accounts; which could include entities such as balance sheet accounts, income statement accounts, statistics, and account type. Customer; which could include entities such as gender, education, occupation, and marital status. Geography; which could include entities such as postal codes, cities, counties, states, provinces, regions, territories, countries, and continents.
  • 19. Master Data Services – Improving Data Quality In order to ensure the quality and accuracy of your master data these are the following features that are available to you: • Business Rules (Automatically update data, send email, start a business process or workflow) • Validation (Business rule – Data type content validations) • Versions (Audit records, prevent from making changes, lock down models) • Notifications (Send email when biz rule fails or model version status changes) • Security
  • 20. Master Data Services – Moving Data • Importing Data  Import data into Staging Tables and process the staged data as batch o stg_nameLeaf o stg_nameConsolidated o stg_nameRelationship • Exporting Data  Subscribe systems can view data through subscription views • Deploying Models  Package, XML format which contains a deployable model structure o Tools: MDSModelDeploy, Model Deployment wizard, Model Package Editor
  • 21. Master Data Services – Extending with Web Services • Master Data Manager Web Service • WCF service that enables you to control MDS programmatically • Custom Workflows • A custom workflow calls code that you write, which can take whatever action you require to process the workflow. Developer’s Guide (Master Data Services) http://msdn.microsoft.com/en-us/library/hh230994.aspx
  • 23. Enterprise Information Management (EIM) The EIM Stack as a whole is the ‘Master Data Management’ solution from Microsoft and consist of the following: • SQL Server Data Quality Services (DQS) - Capture and record knowledge, rules, and actions • SQL Server Master Data Services (MDS) - Master Data Management repository, Dimension data • SQL Server Integration Services (SSIS) – Moves data, integration Enterprise Information Management (EMI) ‘Master Data Management’
  • 24. Summary Master Data Management issues are pervasive within organizations and will always exist. SQL Server Master Data Services is built to be deployed rapidly, the intent is to make it accessible for all type of organizations and enable them to create solutions for themselves. An implementation can be successfully achieved by business users without any programming knowledge.
  • 25. Resources • SQL Server 2012 Master Data Services - http://bit.ly/16ei8w0 • MSDN, Master Data Services - http://bit.ly/z8crur • TechNet, Master Data Services - http://bit.ly/12BfwBH • Channel 9, Master Data Services - http://bit.ly/19ab2Y4 • Master Data Services Team Blog - http://bit.ly/170Ecuc • James Serra’s Blog - http://bit.ly/M3MYI2 • SQL Chick’s Blog - http://bit.ly/ietII4 • Amazon, Microsoft SQL Server 2012 Master Data Services - http://amzn.to/UtVHaO
  • 26. What Questions Do You Have?
  • 27. Thank You For attending this session