↓
 

James Serra's Blog

Big Data and Data Warehousing

  • Home
  • My Book
  • FAQ
  • Presentations
  • Expert Advise
  • About Me
  • Contact Me
Home→Categories MDS/MDM 1 2 >>

Category Archives: MDS/MDM

Post navigation

← Older posts

Data Warehouse vs Master Data Managment

James Serra's Blog Posted on September 24, 2013 by James SerraSeptember 13, 2013

Sometimes I see confusion on the difference between a data warehouse (DW) and master data management (MDM).  Below is a good list of how they differ.  Note the typical scenario is the data in a MDM database is fed into … Continue reading →

Posted in Data warehouse, MDS/MDM, SQLServerPedia Syndication | Leave a reply

Data cleansing in SSIS, DQS, and MDS

James Serra's Blog Posted on May 9, 2013 by James SerraSeptember 16, 2013

Data cleansing can be done via SSIS as well as Data Quality Services (DQS) and Master Data Services (MDS).  The lines are a bit blurred when talking about data cleansing using SSIS, DQS and MDS.  In what product should data … Continue reading →

Posted in DQS, MDS/MDM, SQLServerPedia Syndication, SSIS | 2 Replies

Profisee Master Data Maestro

James Serra's Blog Posted on March 7, 2013 by James SerraMarch 23, 2014

I have been using Microsoft’s Master Data Services (MDS) on a daily basis for the last 8 months.  I also have been using Microsoft’s Data Quality Services (DQS) for the last couple of months.  While both products are very good and … Continue reading →

Posted in DQS, MDS/MDM, SQLServerPedia Syndication | 2 Replies

Introduction to Microsoft’s Master Data Services (MDS) Presentation Slides

James Serra's Blog Posted on February 12, 2013 by James SerraFebruary 12, 2013

Thanks to everyone who attended my presentation “Introduction to Microsoft’s Master Data Services (MDS)” at the Houston Area SQL Server User Group Monthly Meeting. Here is the PowerPoint presentation: Introduction to Microsoft’s Master Data Services (MDS). Introduction to Microsoft’s Master Data Services (MDS) … Continue reading →

Posted in MDS/MDM, Presentation, Session, SQLServerPedia Syndication | Leave a reply

Introduction to Microsoft’s Master Data Services (MDS) Presentation

James Serra's Blog Posted on February 11, 2013 by James SerraFebruary 10, 2013

Tomorrow (Tuesday, Feb 12th) at 11:30am CST, I will be presenting the session “Introduction to Microsoft’s Master Data Services (MDS)” at the Houston Area SQL Server User Group Monthly Meeting.  Below is the abstract.  I will be presenting in person but you … Continue reading →

Posted in MDS/MDM, Presentation, Session, SQLServerPedia Syndication | Leave a reply

MDS Error SYSERR207 after SQL Server 2012 SP1 Upgrade

James Serra's Blog Posted on January 10, 2013 by James SerraJanuary 10, 2013

After upgrading to SQL Server 2012 SP1, I ran into a bug in Master Data Services (MDS) that applies only to models that are deployed or created after SP1 is applied (models deployed or created before SP1 is applied are … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 1 Reply

Master Data Management (MDM) Hub Architecture

James Serra's Blog Posted on January 8, 2013 by James SerraApril 5, 2023

The Master Data Management (MDM) hub is a database with the software to manage the master data that is stored in the database and keep it synchronized with the transactional systems that use the master data.  There are three basic styles … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | Leave a reply

MDS: The Microsoft SQL Server license has expired

James Serra's Blog Posted on January 3, 2013 by James SerraJanuary 6, 2013

When installing Master Data Services (MDS) in SQL Server 2012 or installing SQL Server 2012 sp1 (and possibly a CU), you might see the message “The Microsoft SQL Server license has expired” when trying to pull up the MDS web … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 7 Replies

Introduction to Microsoft’s Master Data Services (MDS) Presentation Slides

James Serra's Blog Posted on December 20, 2012 by James SerraFebruary 12, 2013

Thanks to everyone who attended my “Introduction to Microsoft’s Master Data Services (MDS)” for the Data Architecture Virtual Chapter.  The recording of the session is available here. Here is the PowerPoint presentation: Introduction to Microsoft’s Master Data Services (MDS) I had some … Continue reading →

Posted in MDS/MDM, Presentation, Session, SQLServerPedia Syndication | 2 Replies

Introduction to Microsoft’s Master Data Services (MDS) Presentation

James Serra's Blog Posted on December 17, 2012 by James SerraDecember 17, 2012

I will be presenting the session “Introduction to Microsoft’s Master Data Services (MDS)” at the Data Architecture Virtual Chapter on Thursday, Dec 20th, at Noon CST.  Below is the abstract.  It will be a remote presentation that you can join online.  Details … Continue reading →

Posted in MDS/MDM, Presentation, Session, SQLServerPedia Syndication | Leave a reply

Master Data Services Web Services API Error

James Serra's Blog Posted on November 20, 2012 by James SerraOctober 23, 2012

In Master Data Services (MDS), I received an error when using C# code in the script task in SSIS 2012 to call the MDS web services API: To fix this, I had to edit the web.config in C:\Program Files\Microsoft SQL … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication, SSIS | Leave a reply

Master Data Services (MDS): Miscellaneous tips

James Serra's Blog Posted on October 23, 2012 by James SerraFebruary 19, 2013

I have come across a number of tips while using MDS.  These are tips not big enough for their own blog post, so I list them all here: To “hide” an attribute in the MDS Excel add-in, set the pixel … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 41 Replies

MDS: Copying models and data to another server

James Serra's Blog Posted on October 16, 2012 by James SerraSeptember 26, 2012

Having recently completed a model in Master Data Services (MDS), I needed to move the model from a development environment to a QA environment.  Below is some helpful tips if you need to do the same, along with details on … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 5 Replies

Interacting with Master Data Services (MDS)

James Serra's Blog Posted on October 11, 2012 by James SerraJuly 9, 2013

There are five different way to interact with Master Data Services (MDS) to do things such as create a model, load data into MDS, manage business rules, versioning, etc. Master Data Manager Web User Interface (“UI”), also called the Master Data Manager Web … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 1 Reply

MDS Error: “Cannot insert the value NULL into column ‘Code'”

James Serra's Blog Posted on October 9, 2012 by James SerraOctober 9, 2012

In Microsoft Data Services (MDS), when running a stored procedure to process a staging table (stg.udp_name_Leaf), I received this error: “Cannot insert the value NULL into column ‘Code’, table ‘MDS2012.mdm.tblStgErrorDetail’; column does not allow nulls. INSERT fails.” As described in … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | Leave a reply

Master Data Services (MDS): Bug deleting an attribute

James Serra's Blog Posted on October 4, 2012 by James SerraNovember 28, 2012

UPDATE on 11/28/2012:  I had this same error when trying to delete a model.  Fortunately, SQL Server 2012 SP1 has fixed this bug! In Master Data Services (MDS), when trying to delete an attribute in an entity, I received the … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 2 Replies

Master Data Services: Copy Versions

James Serra's Blog Posted on October 2, 2012 by James SerraSeptember 17, 2012

In Master Data Services (MDS), you can use the Master Data Manager Web User Interface “UI” to copy a version of a model and create a new version of it (via the Version Management screen).  However, you may find the “Copy” … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | Leave a reply

MDS Error: “The status of the specified batch is not valid”

James Serra's Blog Posted on September 27, 2012 by James SerraNovember 28, 2012

In Master Data Services (MDS), I received a strange error when I was calling a stored procedure (stg.upd_name_Leaf) to batch a staging table, which will load data from the staging tables into the appropriate MDS tables: [Execute SQL Task] Error: … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 9 Replies

Master Data Services: Resources

James Serra's Blog Posted on September 25, 2012 by James SerraOctober 26, 2012

Here are some of my favorite Master Data Services (MDS) resources: SQL Server Master Data Services Utilities: A set of useful add-ons for SQL Server Master Data Services, including utilities for generating an MDS model, loading the model, writing a … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | 1 Reply

Master Data Services: Expand the Leaf member attributes box

James Serra's Blog Posted on September 19, 2012 by James SerraSeptember 7, 2012

In Master Data Services (MDS), when using the Master Data Manager Web User Interface (“UI”), you will notice the “Leaf member attributes” box on the “Edit Entity” screen is too small.  It only fits four rows.  This can be very annoying … Continue reading →

Posted in MDS/MDM, SQLServerPedia Syndication | Leave a reply

Post navigation

← Older posts

About James Serra

I work at Microsoft as a big data and data warehousing solution architect where I have been for most of the last ten years.  Prior to that I was an independent consultant working as a Data Warehouse/Business Intelligence architect and developer. I am a prior SQL Server MVP with over 35 years of IT experience. The views and opinions on this blog are mine and not that of Microsoft. Check out my book Deciphering Data Architectures: Choosing Between a Modern Data Warehouse, Data Fabric, Data Lakehouse, and Data Mesh. 

Follow me!

  • LinkedIn
  • Twitter
  • Email
  • SlideShare

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 901 other subscribers

Recent Posts

  • Microsoft Build announcements
  • Deciphering Data Architectures: When to Use a Warehouse, Fabric, Lakehouse, or Mesh
  • Announcements from the Microsoft Fabric Community Conference
  • Real-Time Intelligence in Microsoft Fabric
  • Azure SQL offerings
  • Cool AI sites
  • Introduction to OpenAI and LLMs – Part 3
  • Ways to land data into Fabric OneLake
  • Microsoft Ignite Announcements Nov 2024
  • Benefits of Migrating from Azure Synapse Analytics to Microsoft Fabric
  • European Microsoft Fabric Community Conference announcements
  • Get mentored and coached by me and other industry experts!
  • Microsoft Purview GA menu’s
  • Microsoft Purview FAQ
  • Microsoft Fabric AI Skill
  • Microsoft Fabric reference architecture
  • Classifications and sensitivity labels in Microsoft Purview
  • Copilot in Microsoft Fabric
  • Transform yourself into an Invaluable Data Leader in just 6 weeks
  • Introduction to OpenAI and LLMs – Part 2

Recent Comments

  • Nicole Cyphers on Microsoft Purview FAQ
  • Classifying and Labeling Synapse Spark Data with Microsoft Purview – Learn IT in Sri Lanka on Classifications and sensitivity labels in Microsoft Purview
  • Transitioning from Classic to the New Unified Microsoft Purview Portal for Synapse Governance – Learn IT in Sri Lanka on Microsoft Purview FAQ
  • DevGuy on SSIS package taking forever to load when you open it?
  • Stephane on Microsoft Fabric reference architecture

Top Posts & Pages

  • Classifications and sensitivity labels in Microsoft Purview
  • Microsoft Fabric shortcuts
  • Copilot in Microsoft Fabric
  • Consultants: Corp-to-Corp vs 1099
  • Presentations
  • Transform yourself into an Invaluable Data Leader in just 6 weeks
  • Common Data Model
  • SQL Server does not script indexes by default
  • Data Lakehouse defined
  • Microsoft Purview new data governance features

Archives

  • May 2025 (2)
  • April 2025 (1)
  • March 2025 (1)
  • February 2025 (1)
  • January 2025 (2)
  • December 2024 (1)
  • November 2024 (2)
  • October 2024 (1)
  • September 2024 (3)
  • August 2024 (2)
  • July 2024 (2)
  • June 2024 (2)
  • May 2024 (2)
  • April 2024 (1)
  • March 2024 (2)
  • February 2024 (2)
  • January 2024 (2)
  • December 2023 (1)
  • November 2023 (3)
  • October 2023 (3)
  • September 2023 (1)
  • August 2023 (1)
  • July 2023 (1)
  • June 2023 (2)
  • May 2023 (2)
  • April 2023 (1)
  • March 2023 (1)
  • February 2023 (1)
  • January 2023 (2)
  • December 2022 (1)
  • November 2022 (2)
  • October 2022 (1)
  • September 2022 (2)
  • August 2022 (3)
  • July 2022 (1)
  • June 2022 (2)
  • May 2022 (2)
  • April 2022 (1)
  • March 2022 (2)
  • February 2022 (1)
  • January 2022 (1)
  • December 2021 (2)
  • November 2021 (2)
  • October 2021 (1)
  • September 2021 (1)
  • August 2021 (2)
  • July 2021 (1)
  • June 2021 (2)
  • May 2021 (1)
  • April 2021 (2)
  • March 2021 (3)
  • February 2021 (1)
  • January 2021 (2)
  • December 2020 (4)
  • November 2020 (2)
  • October 2020 (2)
  • September 2020 (4)
  • August 2020 (2)
  • July 2020 (2)
  • June 2020 (2)
  • May 2020 (4)
  • April 2020 (2)
  • March 2020 (3)
  • February 2020 (1)
  • January 2020 (2)
  • December 2019 (3)
  • November 2019 (2)
  • October 2019 (1)
  • September 2019 (1)
  • August 2019 (2)
  • July 2019 (3)
  • June 2019 (2)
  • May 2019 (1)
  • April 2019 (2)
  • March 2019 (2)
  • February 2019 (1)
  • January 2019 (2)
  • December 2018 (1)
  • November 2018 (2)
  • October 2018 (2)
  • September 2018 (2)
  • August 2018 (3)
  • July 2018 (3)
  • June 2018 (3)
  • May 2018 (3)
  • April 2018 (3)
  • March 2018 (4)
  • February 2018 (4)
  • January 2018 (1)
  • December 2017 (1)
  • November 2017 (3)
  • October 2017 (4)
  • September 2017 (2)
  • August 2017 (4)
  • July 2017 (2)
  • June 2017 (4)
  • May 2017 (4)
  • April 2017 (3)
  • March 2017 (6)
  • February 2017 (1)
  • January 2017 (2)
  • December 2016 (4)
  • November 2016 (8)
  • October 2016 (3)
  • September 2016 (3)
  • August 2016 (4)
  • July 2016 (3)
  • June 2016 (2)
  • May 2016 (5)
  • April 2016 (4)
  • March 2016 (5)
  • February 2016 (5)
  • January 2016 (2)
  • December 2015 (2)
  • November 2015 (1)
  • October 2015 (1)
  • September 2015 (2)
  • August 2015 (3)
  • July 2015 (3)
  • June 2015 (1)
  • May 2015 (5)
  • April 2015 (2)
  • March 2015 (1)
  • February 2015 (5)
  • January 2015 (2)
  • December 2014 (2)
  • November 2014 (4)
  • October 2014 (2)
  • September 2014 (1)
  • August 2014 (3)
  • July 2014 (2)
  • June 2014 (1)
  • May 2014 (6)
  • April 2014 (3)
  • March 2014 (6)
  • February 2014 (8)
  • January 2014 (7)
  • December 2013 (8)
  • November 2013 (8)
  • October 2013 (10)
  • September 2013 (10)
  • August 2013 (12)
  • July 2013 (9)
  • June 2013 (10)
  • May 2013 (10)
  • April 2013 (10)
  • March 2013 (10)
  • February 2013 (10)
  • January 2013 (8)
  • December 2012 (10)
  • November 2012 (11)
  • October 2012 (10)
  • September 2012 (9)
  • August 2012 (4)
  • July 2012 (9)
  • June 2012 (7)
  • May 2012 (6)
  • April 2012 (10)
  • March 2012 (15)
  • February 2012 (14)
  • January 2012 (13)
  • December 2011 (12)
  • November 2011 (12)
  • October 2011 (14)
  • September 2011 (14)
  • August 2011 (15)
  • July 2011 (15)
  • June 2011 (20)
  • May 2011 (13)
  • April 2011 (3)

Categories

  • Active Directory
  • Antivirus
  • Appliance
  • Azure
  • Azure Analysis Services
  • Azure Arc
  • Azure Cosmos DB
  • Azure Data Factory
  • Azure Data Lake
  • Azure Data Lake Analytics
  • Azure Databricks
  • Azure Purview
  • Azure SQL Database
  • Azure Stack
  • Azure Synapse Analytics/SQL DW
  • Big Data
  • BISM
  • Blob Storage
  • Blog
  • Business Intelligence
  • Career
  • Certification
  • Cloud
  • Columnstore indexes
  • Consulting
  • Cortana Intelligence Suite
  • Data Lake
  • Data Mesh
  • Data warehouse
  • Database Migration Service
  • DataOps
  • DAX
  • Delta Lake
  • Dimensions
  • DNS
  • DQS
  • ETL
  • Excel
  • Fast Track
  • Fuzzy Lookup
  • Hadoop
  • HDInsight
  • Introduction
  • IoT
  • KPI
  • MDS/MDM
  • MDX
  • Microsoft
  • Microsoft Fabric
  • OpenAI
  • PASS
  • PDW/APS
  • PerformancePoint
  • Podcast
  • PolyBase
  • Power BI
  • Power Map
  • Power Pivot
  • Power Query
  • Power View/Project Crescent
  • Presentation
  • ProClarity
  • Quick Tip
  • Report Builder
  • Security
  • Session
  • SharePoint
  • SharePoint 2013
  • SQL Server
  • SQL Server 2012
  • SQL Server 2014
  • SQL Server 2016
  • SQL Server 2017
  • SQL Server 2019
  • SQLServerPedia Syndication
  • SSAS
  • SSDT/Juneau
  • SSIS
  • SSMS
  • SSRS
  • Tabular
  • Team Foundation Server
  • Tools
  • Training
  • Videos
  • Virtualization
  • Visio
  • Visual Studio 2008
  • Visual Studio 2010
  • Visual Studio 2012
  • Visual Studio 2013
  • Visual Studio vNext
  • White Paper
  • Windows 8

Favorite Blogs/YouTube

Piethein Strengholt
Chris Webb
Paul Randal
Brent Ozar
sqlbi
Paul Turley SQL Server BI Blog
Melissa Coates
Paul Andrew
Matthew Roche
Azure Data Blog
Curbal
Fun with Azure
Advancing Analytics
Guy in a Cube
Bryan Cafferky
RADACAD
Kasper on BI

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

I’m a Top 10 SQL Server blogger of 2018

I’m a former SQL Server MVP

I’m a Rockstar Blogger

©2025 - James Serra's Blog - Weaver Xtreme Theme
↑