Showing posts with label Master Data Services. Show all posts
Showing posts with label Master Data Services. Show all posts

Tuesday, November 23, 2010

Download SSIS Denali Video Tutorials and Master Data Services Video Tutorials

I'm reading: Download SSIS Denali Video Tutorials and Master Data Services Video TutorialsTweet this !
SSIS Team has posted lot of videos and resources on the SQL Server Denali Resource Center. My blog readers would have noticed that I have added a permanent link before a week. Recently SSIS Team have shared couple of SSIS Denali Videos on their blog, and without any big background story, keeping it plain and simple, find these videos listed below available for your download. Also there's a How-to video made available on Technet, which is related to Master Data Services and it explains how to import data into Master Data Services in SQL Server 2008 R2.

Master Data Services Video Tutorial

SQL Server Integration Services Denali Video Tutorials

Migration and Deployment

Impact Analysis and Data Lineage

SSIS Designer Enhancements

Monday, August 16, 2010

Enterprise Master Data Management

I'm reading: Enterprise Master Data ManagementTweet this !
Master Data Management is one of the most sought after skills in Business Intelligence. Master Data Services in SQL Server 2008 R2 is a first move in this direction and to the best of my knowledge the documentation is still in a work-in-progress phase. One can find nice reference material on how to use and implement MDS, but any tool or technology is not effective unless the fundamental theory behind using the tool or technology is crystal clear to the strategist. How about a free primer on MDM by one of the industry experts - Mike Ferguson ? Read this article titled "Transitioning to Enterprise MDM" by Mike Ferguson and alleviate your BI fundamentals to a new level.

Image Courtesy: DataQualityPro.com

Wednesday, June 30, 2010

Master Data Services and IIS Dependency

I'm reading: Master Data Services and IIS DependencyTweet this !

Before I start to explain the question in topic, below is a list of tasks summarized from BOL for installing Master Data Services.

Pre-Installation Tasks

  • Verify Installation Requirements
  • Configure required roles, role services and features
  • Review language support considerations.

Installation Operations

  • Run master data services Setup
  • Allow Master Data Services Configuration Manager to open and complete post-installation operations

Post-Installation Tasks

  • Create a Master Data Services database
  • Create a Master Data Manager Web application
  • Associate a Master Data Services database with a Web application
  • Enable Web services

Now coming to the point that I am not pleased with is the point highlighted above.

  1. When you want to create the Master Data Manager web application, you need to have IIS installed as it's one of the prerequisite for this application. For those who are completely blank about MDS, MDS Configuration Manager can be seen as SSRS Configuration manager and this web application can be seen as Reports Manager kind of application.
  2. If you want to enable web services or you want to associate MDS database with the web application, you need to have the web application installed on the local machine on which the database exists.
  3. If I consider a scenario, where I am deploying MDS in a server farm or in an environment where I have multiple servers having MDS on it, from the above two points I derive that I need to have IIS on all those machines. Even though using SSRS 2008 or higher versions, I can skip IIS dependency, if I want to use MDS, I would be again stuck with IIS.
  4. My point is, if we take a look at the history of SSRS, in 2005 version IIS was a prerequisite. With 2008 and higher versions, this dependency was removed smartly. Why MDS didn't took lessons from this architecture revision of SSRS ?

I am sure there would have been some real technical challenges for hosting on IIS, but I would wish that in the next version this dependency should be removed like what SSRS did in it's release cycle. Also one more feature in my wishlist is that it should be enabled for 32-bit systems also. As of the date of draft, it's supported only on 64-bit systems. Do feel free to share your views on this with me by your comments.

  1. For a thorough step-by-step tutorial on how to install Master Data Services, please read this article by MDS Team.
  2. If you want to know why IIS dependency was removed for SSRS 2008, the same can be read from here.
Related Posts with Thumbnails