Getting started with SQL Server 2008 R2's Master Data ServicesSeptember 15, 2010 The Master Data Management (MDM) platform is built on top of the SQL Server 2008 R2 database and Windows Communication Foundation (WCF). This article offers a step-by-step guide to installing and configuring this new capability, called Master Data Services (MDS). IntroductionSQL Server 2008 R2 introduced an extensible Master Data Management (MDM) platform, which is built on top of the SQL Server 2008 R2 database and Windows Communication Foundation (WCF). This new capability is called Master Data Services (MDS). In this article, I am going to help you, step by step, to understand how to install this new capability and then how to configure it to use this great feature for creating, organizing, and managing master data centrally. Note: Master Data Services is available with SQL Server 2008 R2 Enterprise edition, Datacenter Edition, Developer edition (for development purpose only) and Evaluation edition (for evaluating the product) only. For licensing details, you can visit the Master Data Service site. PrerequisitesMaster Data Services (MDS) has two main components viz. MDS database component (which stores all of the versions of master data, meta data, system wide settings, security related data, transaction logging, etc.) and Web component (a web portal called Master Data Manager and WCF Service to programmatically access all the features of MDS). You can install both of these components on the same machine or you can install them separately on different machines. These are prerequisites for installing and configuring Master Data Services:
Installing MDSWhen you install SQL Server 2008 R2, this new capability, called MDS, is not installed by default or as part of the regular installation. You need to install it separately from the SQL Server 2008 R2 installation. Go to the Master Data Services folder in the SQL Server 2008 R2 installation media, there you will find masterdataservices.msi; double click on this file to get started, and you will see a welcome screen.
Click Next and then you will see the License Agreement screen. Read through the details and select I accept the terms in the license agreement radio button and finally click on the Next button to move ahead.
The next screen will ask your name and your company name to personalize your installation. Enter these details and click on the Next button.
on the next screen you can see that all of the components of Master Data Services are selected for installation along with a default installation path. If required, you can change this default selection to suit your environment and need.
The next screen is the final screen. Here, if you want to change your selection you can go back and change it or else simply click on the Finish button to start the installation of Master Data Services.
The installation will take few minutes and then finally you will see a completion screen with installation status.
Now that we have installed the Master Data Services bits on the machine, we need to configure it to make it available for use. The next section discusses how to configure both the database and web application components of Master Data Services. |