SQL Server Master Data Services A Point of View

Size: px
Start display at page:

Download "SQL Server Master Data Services A Point of View"

Transcription

1 SQL Server Master Data Services A Point of View SUBRAHMANYA V SENIOR CONSULTANT SUBRAHMANYA.VENKATAGIRI@WIPRO.COM Abstract Is Microsoft s Master Data Services an answer for low cost MDM solution? Will it provide enough capabilities to address master data requirements of an enterprise in its first edition? Read this article to know more on this. The article gives an MDM architect s perspective on Microsoft s MDS to address different master data requirements of an enterprise. It provides a comprehensive assessment of the tool on different functional and non-functional MDM dimensions. The findings presented here are based on author s experience with the tool in a proof of concept project involving multiple MDM tools. 1

2 TABLE OF CONTENTS Introduction... 3 Parameters Considered for MDS Capabilities Assessment... 4 Our View Point of MDS along MDM Dimensions... 6 Data Repository... 6 Data Integration... 6 Data Quality... 8 Metadata Management... 9 Data Management... 9 Data Governance Architecture & System Management Concluding Remarks ABOUT

3 INTRODUCTION Microsoft has introduced its Master Data Services (MDS), a Master Data Management tool, in its SQL Server 2008 platform which was officially released in the middle of With this release, Microsoft has made an official entry into MDM space as a tool vendor targeting mainly SME customer segment. Microsoft had made a strategic acquisition of Stratature, predominantly a Hierarchy Management tool and MDS is the new avatar of this Stratature with Microsoft investing good amount of time and effort in integrating this acquired solution into its SQL Server product stack. It is making all efforts to best integrate this acquired technology with the Microsoft product line to maximize customer value and reduce functional overlaps with its other products. As published by Microsoft, the first delivery of MDS will focus mainly on analytical hierarchy management that potentially can provide business executives the ability to create and manage existing and custom data hierarchies. Microsoft has recently made its CTP Nov 09 version of SQL Server 2008 available to some of its partners and customers that includes Master Data Services as an additional component. The intention of this release was to evaluate the tool capabilities in real world customer scenarios, learn about customer expectations from the tool from features perspective and get feedback from customers and partners. The purpose of this document is to present a perspective on Microsoft s Master Data Services tool s capabilities to address master data management requirements of an enterprise. This view is primarily based on author s involvement and experience in an evaluation exercise of MDS conducted for an Energy industry customer. 3

4 PARAMETERS CONSIDERED FOR MDS CAPABILITIES ASSESSMENT In general, tool s capabilities evaluation exercise involves assessment of its features richness and completeness against all functional and non-functional requirements that are expected to be fulfilled by the solution that uses the tool as the basic building block. Generic evaluations can at best serve as starting point in selecting MDM tools. Such evaluations lack the context of organizational requirements - the key in a MDM tool evaluation. To address this vital requirement in tool evaluations, Wipro has built a Product Capabilities Evaluation Framework (PCEF) specifically for assessing the MDM tools. Wipro s MDM Product Capabilities Evaluation Framework defines multiple conceptual dimensions which comprehensively addresses all master data management requirements of an enterprise. Each of these dimensions defines a group of requirements that needs to be satisfied by an enterprise level MDM solution. We have used these MDM dimensions to assess the capabilities of Enterprise SQL Server s Master Data Services. Since Microsoft considers MDS as a feature component of Enterprise SQL Server and is meant to leverage SQL Server Integration Services (SSIS) wherever possible, we have made a conscious decision to include the support capabilities of other tools (such as SSIS, SSRS, Service Broker) of SQL Server stack for the purpose of this evaluation. Following MDM dimensions were considered to arrive at this point of view - Data Repository This dimension explores data modeling capabilities of an MDM solution to model multiple and complex master data domains, associated entities and their inter-relationships, hierarchies, etc Data Integration The ability of MDM solution to integrate with different source and subscribing systems both in batch and real time modes are evaluated using this dimension Data Quality This dimension captures the capabilities required for maintaining high quality master data in the MDM solution particularly focusing on data standardization, de-duplication, match and merge, data enrichment from external sources, ability to maintain source data references Metadata Management This dimension examines MDM solution s ability to manage business, technical and process metadata Data Management This dimension attempts to assess the capabilities around content authoring and editing and its associated security, search functions, workflow support for master data quality control, etc Data Governance The ability to manage data governance policies, practices/procedures and their enforcement though workflows and security features of the MDM solution is assessed by this dimension Architecture & System Management This dimension examines the MDS solution s ability to support different styles of MDM, security aspects in terms of Single Sign On, integration capability with enterprise LDAP, MDM s performance & scalability aspects, general server administration capabilities such as monitoring, error handling, backup & recovery, ability to migrate configurations and data between environments 4

5 As mentioned earlier, Microsoft is in the process of reducing capabilities overlap across its Enterprise SQL Server tool stack and recommends the usage of complete SQL Server capabilities (to supplement MDS features) for any MDM implementation. Hence, we are treating all support capabilities of SQL Server tool set as part of MDM capabilities in this evaluation. This overall MDM capability of SQL Server is henceforth named as MS MDM Platform in this document. The following section attempts to assess MS MDM Platform capabilities with reference to aforementioned dimensions and provides our point of view on each of the MDM dimensions. 5

6 POINT OF MDS ALONG MDM DIMENSIONS DATA REPOSITORY KEY CHARACTERISTICS The model in MDS is metadata driven and hence a business user can model the master data entities and their relationships using the standard UI provided. MDS comes with no pre-built repository for any master data domain and is domain neutral. It provides good support for modeling parent-child / hierarchical, lookup type of relationships (one to many cardinality). It also supports modeling of many-to-many relationships through relationship entity, but requires the user to be proficient in relational data modeling concepts. It does not provide support for cross domain/model relationships. Strengths Provides a simple UI for data model management with ability to model most relational data modeling constructs Domain neutral with no default domain / data model at creation Good support for defining look up and hierarchical relationships Ability to create custom hierarchies and excellent UI capabilities for hierarchy management Weaknesses No capability to model cross domain relationships Limited navigation capability through UI for many to many relationships No support for multi-valued attributes, attribute inheritance across nodes in hierarchies Limited support for unstructured content management MDS is a good candidate where data domains are isolated and do not have inter-relationships. It provides sufficiently good support for modeling relationships between entities within a model. Its suitability for complex master data domains with high data volumes and where there is a requirement for unstructured content management needs to be evaluated through pilot implementations. DATA INTEGRATION KEY CHARACTERISTICS MDS has 3 pre-defined staging tables to support bulk load of master data into its repository (one each for entity, attributes and relationships). Data from source systems have to be massaged, transformed to the required format using 6

7 SSIS (any other ETL tool) before loading to staging tables. There is no support for real time or near real time data transfer from source systems. Data syndication from MDS is limited to exposing subscription views (data base views) of entities in SQL server database. It does not provide inbuilt support for delta load or delta export. Strengths Simple, unified staging table structure for bulk data loads Provides capabilities to bulk delete (de-activate) and bulk update objects in MDS repository Web services support for real time integration Export is based on subscription views which are basically database views and hence are highly accessible by most subscribing systems Weaknesses No MDS support for extraction, transformation and loading of data into staging table, requires processes to be created in SSIS tool Source data needs to be un-pivoted leading to huge amount of data in staging tables Could take long time for large data loads Error reporting is onerous and not very useful at times No delta detection mechanism for delta loading & exports No unified UI for overall data load process. Requires lot of work to be done in SSIS No support to run business validations before bulk loads (No staging area for data quality checks prior to load) No out-of-the-box support for exporting data in standard formats. Relies on ETL jobs created in SSIS Limited messaging based integration support Bulk data loading into MDS is cumbersome and it is a time consuming task as data from source systems have to be unpivoted, transformed before loading into staging tables. These tasks have to be done outside of MDS. Moreover, SSIS is not integrated into MDS leading to the usage of multiple tools / development environments / UI s to accomplish bulk load task. Bulk load function may not scale for large volumes of data specifically for entities with large number of attributes. Similarly, data exports in any given format (such as XML, CSV, etc) have to be performed using SSIS and since MDS is not tightly integrated with SSIS, this task requires different skill set. In our view, the current features provided by MDS for bulk load and export are very primitive. Microsoft should tightly integrate MDS with SSIS and provide a unified user interface in MDS for bulk data loads and exports. It is also recommended to include additional features to support delta detection mechanisms for delta loads and delta exports. 7

8 DATA QUALITY KEY CHARACTERISTICS MDS provides capabilities to configure and execute business rules to control the quality of data loaded into its repository. It has a simple business rule builder to configure business rules on entities and attributes. The validation status will be set appropriately on each record when these rules are executed on the records. There is no out-of-the-box support in MDS for any other data quality enforcement functions such as data standardization, de-duplication, data enrichment through connectivity to external data sources, match and merge, etc. Strengths Provides a simple business rule builder to create business rules to control the data quality with ability to assign priority for execution Ability to exclude certain business rules from execution Provides facility to define cross entity validations and complex validation rules Business rules can be executed from external application through web services Weaknesses Validations cannot be enforced at data model level (such as required attribute) No features in MDS to support de-duplication, data standardization, match (exact and/or probabilistic), merge & unmerge, data enrichment of master data records. All these data quality processes have to implemented using available functions of SSIS No integration support with external DQ tools Primarily supports Load and Validate mode of data quality process as there is no staging area available for data quality processes No in-built support for maintaining references to source data records. This has to be built explicitly into the data model and managed MDS is heavily dependent on SSIS for most data quality process implementation. Only business rule validations can be configured in MDS. With SSIS supporting MDS, data standardization, matching functions can be implemented. But, functions such as merge, survivorship at attribute level for merged records require lot of custom development. One of the major deficiencies of the MS MDM Platform is its lack of support for integration with external DQ tools. So, in our view, the data quality process support from MS MDM Platform is insufficient at this point of time. 8

9 METADATA MANAGEMENT KEY CHARACTERISTICS MDS provides a deployment utility which provides capability to export metadata created in an MDS repository. The extracted metadata can be imported into a new repository using the import metadata function. However, security and subscription view metadata cannot be exported. Although some of the advanced metadata management features such as managing business glossaries, process related metadata such as review policies, etc are missing, MDS enables management of technical metadata (models, configurations, etc) which is sufficient for most MDM implementations. DATA MANAGEMENT KEY CHARACTERISTICS MDS provides an explorer function for data management through user interface. CRUD operations on master data can be controlled by configuring security in MDS. All changes made to master data records in MDS are logged and changes can be rolled back through undo operation. It provides good user interface to browse and manipulate hierarchy data. It also has good search capabilities which includes probabilistic search. However, there are few deficiencies in MDS w.r.t. data management. It neither provides UI based bulk-edit functionality nor there is any in-built support for data management workflows or entity level version control mechanism. Strengths Good UI for CRUD operations on master data objects Ability to control access on master data management operations at attribute level with security features Ability to trigger external workflows for data enrichments & data quality control Excellent search capabilities with support for exact and probabilistic searches including hierarchy data Ability to log each change on the master data element and feature to reverse changes if required Weaknesses No built-in workflows for data management, but has ability to trigger external workflow processes It does not provide concurrency control mechanism (such as record level locks) and state management which are essential for DM workflows No version control mechanism at entity level, entire model with data has to be versioned No bulk update is possible using the standard UI provided Capabilities to export hierarchy and other master data 9

10 into excel Web services support for custom UI development Thin (web browser based) UI MDS has adequate data management functions which can be leveraged to manage master data for specific data domains where solution is used mainly for operational and analytical purposes. Since it lacks workflow and concurrency control features, it may not suitable in situations (such as product domain) where there is a strong need for collaborative data creation and management requirements. DATA GOVERNANCE KEY CHARACTERISTICS Data governance in MDS is limited to setting up access control to different data elements in its repository. It has no inbuilt workflow capabilities, and hence relies heavily on external workflow engines to support any data management workflow requirements. Microsoft has plans to develop add-on components in their future release to support integration with its Share Point workflows. Data governance, in general, is not adequately supported by most MDM solutions available in the market today. It is related to the definitions of processes, policies/practices and enforcing compliance to these processes and practices within enterprise to control quality of master data. Tools can only enable the enforcement of these data governance processes and practices to some extent through access control and workflow mechanisms. In this context, MDS although provides security features to control data access, has limited support for the required workflow processes. In our opinion, there is scope for improvement for MS MDM platform in data governance area. ARCHITECTURE & SYSTEM MANAGEMENT Architecturally, MDS can support analytical and operational MDM styles more effectively than the collaboration style as MDS lacks support for workflows. MDS is more suited for consolidation and/or centralized architectural styles of implementation. Registry style may not be very well addressed by MDS as there is no support for this style of implementation and has to be built into MDS installation at data model level. 10

11 From security perspective, while MDS provides integration with active directory, its integration capabilities with enterprise LDAP is yet to be tested. The database behind the MDS is completely exposed to other users and MDS has no means of securing access to its database from external users and systems. Data load performance from MDS is debatable specifically in large implementation with large number of entities and attributes and huge data volumes as all incoming data needs to be un-pivoted and loaded into staging tables resulting in multi-fold increase in the overall data load volumes. User interface seems to perform adequately well specifically for search operations when master data in the repository is limited to less than a million records. Microsoft is yet to publish any benchmark figures on MDS performance and hence it may be too early to comment on MDS performance. MDS provides capabilities to archive the entire repository along with its contents and deploy the same in another environment. This is an important requirement from an MDM solution where configurations with or without data need to be migrated from development to test to production environments. However, incremental repository migration is not supported which may be a concern. 11

12 CONCLUDING REMARKS With MDS as part of its Enterprise SQL Server stack, Microsoft is making a late entry into the MDM market where there are already many established vendors with wide implementation experience. However, most of the available MDM platforms in the market are a little too expensive for SME customers and many of the features that are provided by these MDM tools may not be of much relevance to customers in this segment. The positives of MDS as compared to its competing products are its ability to provide a low-cost MDM solution which is domain neutral with good data modeling capabilities, easy configurability with good hierarchy management features. Its ability to leverage earlier investments of enterprises in SQL Server and other Microsoft products also works to its advantage. However, since it will be the first version of the product (released during mid of 2010), its ability to scale, perform at an enterprise level needs to be tested with pilot implementations. The stability of the platform will also be unknown with the initial release of the product. Moreover, MDS is best suited for either transactional and/or analytical MDM implementations while it is not recommended for collaborative MDM needs. It may not be suitable for registry-style of MDM implementations either. To conclude, Microsoft s MDM platform is best suited for low cost, low to medium volume MDM implementations particularly for Small and Medium sized Enterprises. However, since it is still a new product, enterprises are advised to take cautious step to first use this product in a pilot implementation to assess its performance, scalability and usability for the enterprise before embarking on full scale enterprise level implementation. 12

13 ABOUT Wipro is the first PCMM Level 5 and SEI CMMi Level 5 certified IT Services Company globally. Wipro provides comprehensive IT solutions and services (including systems integration, IS outsourcing, package implementation, software application development and maintenance) and Research & Development services (hardware and software design, development and implementation) to corporations globally. Wipro's unique value proposition is further delivered through our pioneering Offshore Outsourcing Model and stringent Quality Processes of SEI and Six Sigma. Copyright Wipro Technologies. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without express written permission from Wipro Technologies 13

Jeremy Kashel Tim Kent Martyn Bullerwell. Chapter No.2 "Master Data Services Overview"

Jeremy Kashel Tim Kent Martyn Bullerwell. Chapter No.2 Master Data Services Overview Jeremy Kashel Tim Kent Martyn Bullerwell Chapter No.2 "Master Data Services Overview" Master Data Services Overview In this chapter, we will provide an overview of SQL Server 2008 R2 Master Data Services

More information

Microsoft SQL Server Master Data Services Roadmap

Microsoft SQL Server Master Data Services Roadmap Microsoft SQL Server Master Data Services Roadmap Introduction In June 2007, Microsoft announced the acquisition of Stratature, a privately held company based in Alpharetta, Georgia, and a leading provider

More information

INTRODUCTION PRODUCT PRIORITIES INTEGRATION

INTRODUCTION PRODUCT PRIORITIES INTEGRATION INTRODUCTION In June 2007, Microsoft announced the acquisition of Stratature, a privately held company based in Alpharetta, Georgia, and a leading provider of master data management (MDM) software. This

More information

for Oil & Gas Industry

for Oil & Gas Industry Wipro s Upstream Storage Solution for Oil & Gas Industry 1 www.wipro.com/industryresearch TABLE OF CONTENTS Executive summary 3 Business Appreciation of Upstream Storage Challenges...4 Wipro s Upstream

More information

James Serra Data Warehouse/BI/MDM Architect JamesSerra3@gmail.com JamesSerra.com

James Serra Data Warehouse/BI/MDM Architect JamesSerra3@gmail.com JamesSerra.com James Serra Data Warehouse/BI/MDM Architect JamesSerra3@gmail.com JamesSerra.com Agenda Do you need Master Data Management (MDM)? Why Master Data Management? MDM Scenarios & MDM Hub Architecture Styles

More information

Salesforce Certified Data Architecture and Management Designer. Study Guide. Summer 16 TRAINING & CERTIFICATION

Salesforce Certified Data Architecture and Management Designer. Study Guide. Summer 16 TRAINING & CERTIFICATION Salesforce Certified Data Architecture and Management Designer Study Guide Summer 16 Contents SECTION 1. PURPOSE OF THIS STUDY GUIDE... 2 SECTION 2. ABOUT THE SALESFORCE CERTIFIED DATA ARCHITECTURE AND

More information

SaaS Implementation for Technology & Business software companies

SaaS Implementation for Technology & Business software companies SaaS Implementation for Technology & Business software companies Primary Author s Name: Amitoj Singh Designation: Assistant Manager (Product Management), Productized Solutions Group Secondary Author Names:

More information

Microsoft SQL Server 2008 R2 Master Data Services

Microsoft SQL Server 2008 R2 Master Data Services P U B L I S H I N G professional expertise distilled Microsoft SQL Server 2008 R2 Master Data Services Jeremy Kashel Tim Kent Martyn Bullerwell Chapter No.2 "Master Data Services Overview" In this package,

More information

Implementation & Administration

Implementation & Administration Microsoft SQL Server 2008 R2 Master Data Services: Implementation & Administration Tyler Graham Suzanne Selhorn Mc Grauu Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi

More information

Master Data Management as a Solution Using SAP MDM and Complementing Technologies

Master Data Management as a Solution Using SAP MDM and Complementing Technologies White paper Master Data Management as a Solution Using SAP MDM and Complementing Technologies Abstract SAP MDM provides typical features of Data Consolidation, Management and Data Harmonization to be able

More information

MDM and Data Warehousing Complement Each Other

MDM and Data Warehousing Complement Each Other Master Management MDM and Warehousing Complement Each Other Greater business value from both 2011 IBM Corporation Executive Summary Master Management (MDM) and Warehousing (DW) complement each other There

More information

Master Data Services. SQL Server 2012 Books Online

Master Data Services. SQL Server 2012 Books Online Master Data Services SQL Server 2012 Books Online Summary: Master Data Services (MDS) is the SQL Server solution for master data management. Master data management (MDM) describes the efforts made by an

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 Module 1: Introduction to Data Warehousing Describe data warehouse concepts and architecture considerations Considerations for a Data Warehouse

More information

Building a Data Warehouse

Building a Data Warehouse Building a Data Warehouse With Examples in SQL Server EiD Vincent Rainardi BROCHSCHULE LIECHTENSTEIN Bibliothek Apress Contents About the Author. ; xiij Preface xv ^CHAPTER 1 Introduction to Data Warehousing

More information

Customer Interaction Analytics Speech Analytics The Next Frontier

Customer Interaction Analytics Speech Analytics The Next Frontier Customer Interaction Analytics Speech Analytics The Next Frontier www.wipro.com RAJESH SEHGAL & SHALABH SRIVASTAVA PROCESS LAB, MISSION QUALITY & OPERATIONAL EXCELLENCE, WIPRO BPO Table of Contents Customer

More information

ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE

ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE KEY FEATURES Rich and comprehensive business metadata allows business users to interact with financial services data model to configure

More information

SharePoint 2010 Interview Questions-Architect

SharePoint 2010 Interview Questions-Architect Basic Intro SharePoint Architecture Questions 1) What are Web Applications in SharePoint? An IIS Web site created and used by SharePoint 2010. Saying an IIS virtual server is also an acceptable answer.

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777

Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Implementing a Data Warehouse with Microsoft SQL Server 2012 MOC 10777 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning

Course Outline: Course: Implementing a Data Warehouse with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Course Outline: Course: Implementing a Data with Microsoft SQL Server 2012 Learning Method: Instructor-led Classroom Learning Duration: 5.00 Day(s)/ 40 hrs Overview: This 5-day instructor-led course describes

More information

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014

AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 AV-005: Administering and Implementing a Data Warehouse with SQL Server 2014 Career Details Duration 105 hours Prerequisites This career requires that you meet the following prerequisites: Working knowledge

More information

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE 20463C: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER Page 1 of 8 ABOUT THIS COURSE This 5 day 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

SQL Server 2012 Business Intelligence Boot Camp

SQL Server 2012 Business Intelligence Boot Camp SQL Server 2012 Business Intelligence Boot Camp Length: 5 Days Technology: Microsoft SQL Server 2012 Delivery Method: Instructor-led (classroom) About this Course Data warehousing is a solution organizations

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Page 1 of 7 Overview This 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 2014, implement ETL

More information

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463

Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Implementing a Data Warehouse with Microsoft SQL Server MOC 20463 Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing

More information

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER

COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER COURSE OUTLINE MOC 20463: IMPLEMENTING A DATA WAREHOUSE WITH MICROSOFT SQL SERVER MODULE 1: INTRODUCTION TO DATA WAREHOUSING This module provides an introduction to the key components of a data warehousing

More information

Knowledgent White Paper Series. Developing an MDM Strategy WHITE PAPER. Key Components for Success

Knowledgent White Paper Series. Developing an MDM Strategy WHITE PAPER. Key Components for Success Developing an MDM Strategy Key Components for Success WHITE PAPER Table of Contents Introduction... 2 Process Considerations... 3 Architecture Considerations... 5 Conclusion... 9 About Knowledgent... 10

More information

RS MDM. Integration Guide. Riversand

RS MDM. Integration Guide. Riversand RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.

More information

Microsoft Project Server 2010 Technical Boot Camp

Microsoft Project Server 2010 Technical Boot Camp Microsoft Project Server 2010 Technical Boot Camp Course M50558 5 Day(s) 30:00 Hours Introduction Course retirement date: November 30, 2012 For a complete list of courseware retirements, see: www.microsoft.com/learning/en/us/training/retired

More information

Master data value, delivered.

Master data value, delivered. Master data value, delivered. Master Data Management making the most of information assets Master data consists of the information that is key to the core operations of a business. Master data may include

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course Code: M20463 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing a Data Warehouse with Microsoft SQL Server Overview This course describes how to implement a data warehouse platform

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION Oracle Data Integrator Enterprise Edition 12c delivers high-performance data movement and transformation among enterprise platforms with its open and integrated

More information

SQL Server 2012 End-to-End Business Intelligence Workshop

SQL Server 2012 End-to-End Business Intelligence Workshop USA Operations 11921 Freedom Drive Two Fountain Square Suite 550 Reston, VA 20190 solidq.com 800.757.6543 Office 206.203.6112 Fax info@solidq.com SQL Server 2012 End-to-End Business Intelligence Workshop

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server 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 SQL Server Integration Services, and

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data

More information

Course Outline. Module 1: Introduction to Data Warehousing

Course Outline. Module 1: Introduction to Data Warehousing Course Outline Module 1: Introduction to Data Warehousing This module provides an introduction to the key components of a data warehousing solution and the highlevel considerations you must take into account

More information

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days

Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Implement a Data Warehouse with Microsoft SQL Server 20463C; 5 days Course

More information

Logical Modeling for an Enterprise MDM Initiative

Logical Modeling for an Enterprise MDM Initiative Logical Modeling for an Enterprise MDM Initiative Session Code TP01 Presented by: Ian Ahern CEO, Profisee Group Copyright Speaker Bio Started career in the City of London: Management accountant Finance,

More information

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server

Microsoft. Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Course 20463C: Implementing a Data Warehouse with Microsoft SQL Server Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Microsoft SQL Server 2014 Delivery Method : Instructor-led

More information

Corralling Data for Business Insights. The difference data relationship management can make. Part of the Rolta Managed Services Series

Corralling Data for Business Insights. The difference data relationship management can make. Part of the Rolta Managed Services Series Corralling Data for Business Insights The difference data relationship management can make Part of the Rolta Managed Services Series Data Relationship Management Data inconsistencies plague many organizations.

More information

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform Technical Discussion David Churchill CEO DraftPoint Inc. The information contained in this document represents the current

More information

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012

Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 OVERVIEW About this Course Data warehousing is a solution organizations use to centralize business data for reporting and analysis.

More information

Redeploying Microsoft CRM 3.0

Redeploying Microsoft CRM 3.0 Redeploying Microsoft CRM 3.0 2005 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies,

More information

Implementing a SQL Data Warehouse 2016

Implementing a SQL Data Warehouse 2016 Implementing a SQL Data Warehouse 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This 4-day instructor led course describes how to implement a data

More information

Implementing a Data Warehouse with Microsoft SQL Server 2014

Implementing a Data Warehouse with Microsoft SQL Server 2014 Implementing a Data Warehouse with Microsoft SQL Server 2014 MOC 20463 Duración: 25 horas Introducción This course describes how to implement a data warehouse platform to support a BI solution. Students

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777A: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: Audience(s): 5 Days Level: 200 IT Professionals Technology: Microsoft SQL Server 2012 Type: Delivery Method: Course Instructor-led

More information

Microsoft SQL Business Intelligence Boot Camp

Microsoft SQL Business Intelligence Boot Camp To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com Microsoft SQL Business Intelligence Boot Camp 3 classes 1 Week! Business Intelligence is HOT! If

More information

Standardization in the Outsourcing Industry

Standardization in the Outsourcing Industry Standardization in the Outsourcing Industry November 2010 Outsourcing provides rapid business transformation and cost reductions through labor arbitrage and consolidation of business processes spread across

More information

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012

Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10777: Beta: Implementing a Data Warehouse with Microsoft SQL Server 2012 Length: 5 Days Audience:

More information

Multi-Domain Master Data Management. Subhash Ramachandran VP, Product Management

Multi-Domain Master Data Management. Subhash Ramachandran VP, Product Management Multi-Domain Master Data Management Subhash Ramachandran VP, Product Management 8 June 2011 ProcessWorld 2011 2 DONT OPEN THE ENVELOPE! WAIT FOR THE SURPRISE CONTEST! 8 June 2011 ProcessWorld 2011 3 The

More information

Sophos Mobile Control Technical guide

Sophos Mobile Control Technical guide Sophos Mobile Control Technical guide Product version: 2 Document date: December 2011 Contents 1. About Sophos Mobile Control... 3 2. Integration... 4 3. Architecture... 6 4. Workflow... 12 5. Directory

More information

Migrate from Exchange Public Folders to Business Productivity Online Standard Suite

Migrate from Exchange Public Folders to Business Productivity Online Standard Suite Migrate from Exchange Public Folders to Business Productivity Online Standard Suite White Paper Microsoft Corporation Published: July 2009 Information in this document, including URL and other Internet

More information

Implementing Project Server 2010

Implementing Project Server 2010 Implementing Project Server 2010 Course ISI-1327 4 Days Instructor-led, Hands-on Course Description This instructor-led course will provide you with the knowledge and skills to effectively install and

More information

Data Integration Checklist

Data Integration Checklist The need for data integration tools exists in every company, small to large. Whether it is extracting data that exists in spreadsheets, packaged applications, databases, sensor networks or social media

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2008 Vol. 7, No. 8, November-December 2008 What s Your Information Agenda? Mahesh H. Dodani,

More information

What's New in SAS Data Management

What's New in SAS Data Management Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases

More information

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya

Chapter 6 Basics of Data Integration. Fundamentals of Business Analytics RN Prasad and Seema Acharya Chapter 6 Basics of Data Integration Fundamentals of Business Analytics Learning Objectives and Learning Outcomes Learning Objectives 1. Concepts of data integration 2. Needs and advantages of using data

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper June 2011 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

For Sales Kathy Hall 402-963-4466 khall@it4e.com

For Sales Kathy Hall 402-963-4466 khall@it4e.com IT4E Schedule 13939 Gold Circle Omaha NE 68144 402-431-5432 Course Number 10777 For Sales Chris Reynolds 402-963-4465 creynolds@it4e.com www.it4e.com For Sales Kathy Hall 402-963-4466 khall@it4e.com Course

More information

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT

ORACLE HYPERION DATA RELATIONSHIP MANAGEMENT Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

Category: Business Process and Integration Solution for Small Business and the Enterprise

Category: Business Process and Integration Solution for Small Business and the Enterprise Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference

More information

An Introduction to Master Data Management (MDM)

An Introduction to Master Data Management (MDM) An Introduction to Master Data Management (MDM) Presented by: Robert Quinn, Sr. Solutions Architect FYI Business Solutions Agenda Introduction MDM Definition MDM Terms Best Practices Data Challenges MDM

More information

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises)

How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) How to Prepare for the Upgrade to Microsoft Dynamics CRM 2013 (On-premises) COMPANY: Microsoft Corporation RELEASED: September 2013 VERSION: 1.0 Copyright This document is provided "as-is". Information

More information

University. Course Catalog. December 2009

University. Course Catalog. December 2009 University Course Catalog December 2009 Course Catalog December 2009 The Siperian Master Data Management (MDM) training courses address the needs of all core roles involved in implementing, developing,

More information

ORACLE DATA INTEGRATOR ENTERPRISE EDITION

ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES Out-of-box integration with databases, ERPs, CRMs, B2B systems, flat files, XML data, LDAP, JDBC, ODBC Knowledge

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

COURSE SYLLABUS COURSE TITLE:

COURSE SYLLABUS COURSE TITLE: BLUE BUFFALO PRESS LLC 55073A MASTER DATA SERVICES, DATA QUALITY SERVICES WITH SQL 2012-2014 AND EXCEL 1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55073A Master Data Services, Data Quality

More information

COURSE SYLLABUS COURSE TITLE:

COURSE SYLLABUS COURSE TITLE: 1 COURSE SYLLABUS COURSE TITLE: FORMAT: CERTIFICATION EXAMS: 55043AC Microsoft End to End Business Intelligence Boot Camp Instructor-led None This course syllabus should be used to determine whether the

More information

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Application Deployment Manager Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Application Deployment Manager Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related

More information

BDR TM V3.0 DEPLOYMENT AND FEATURES

BDR TM V3.0 DEPLOYMENT AND FEATURES BDR TM V3.0 DEPLOYMENT AND FEATURES VEMBU TECHNOLOGIES www.vembu.com Copyright Information Information in this document is subject to change without notice. The entire risk of the use or the results of

More information

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014

VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 VMware vsphere Data Protection 5.8 TECHNICAL OVERVIEW REVISED AUGUST 2014 Table of Contents Introduction.... 3 Features and Benefits of vsphere Data Protection... 3 Additional Features and Benefits of

More information

Evolutionary Multi-Domain MDM and Governance in an Oracle Ecosystem

Evolutionary Multi-Domain MDM and Governance in an Oracle Ecosystem Evolutionary Multi-Domain MDM and Governance in an Oracle Ecosystem FX Nicolas Semarchy Keywords: Master Data Management, MDM, Data Governance, Data Integration Introduction Enterprise ecosystems have

More information

Cabarrus County SharePoint Governance

Cabarrus County SharePoint Governance Cabarrus County SharePoint Governance Table of Contents Table of Contents... 2 Document Control... 3 Executive Summary... 3 Strategic Goals... 3 Roles and Responsibilities... 3 Operations and Support...

More information

Semarchy Convergence for Data Integration The Data Integration Platform for Evolutionary MDM

Semarchy Convergence for Data Integration The Data Integration Platform for Evolutionary MDM Semarchy Convergence for Data Integration The Data Integration Platform for Evolutionary MDM PRODUCT DATASHEET BENEFITS Deliver Successfully on Time and Budget Provide the Right Data at the Right Time

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

Microsoft Project Server 2010 Administrator's Guide

Microsoft Project Server 2010 Administrator's Guide Microsoft Project Server 2010 Administrator's Guide 1 Copyright This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

ASYST Intelligence South Africa A Decision Inc. Company

ASYST Intelligence South Africa A Decision Inc. Company Business Intelligence - SAP BusinessObjects BI Platform 4.0... 2 SBO BI Platform 4.0: Admin and Security (2 days)... 2 SBO BI Platform 4.0: Administering Servers (3 days)... 3 SBO BI Platform 4.0: Designing

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

DISK IMAGE BACKUP. For Physical Servers. VEMBU TECHNOLOGIES www.vembu.com TRUSTED BY OVER 25,000 BUSINESSES

DISK IMAGE BACKUP. For Physical Servers. VEMBU TECHNOLOGIES www.vembu.com TRUSTED BY OVER 25,000 BUSINESSES DISK IMAGE BACKUP For Physical Servers VEMBU TECHNOLOGIES www.vembu.com Copyright Information Information in this document is subject to change without notice. The entire risk of the use or the results

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463)

Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Implementing a Data Warehouse with Microsoft SQL Server 2012 (70-463) Course Description Data warehousing is a solution organizations use to centralize business data for reporting and analysis. This five-day

More information

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014

Siebel Installation Guide for Microsoft Windows. Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Siebel Installation Guide for Microsoft Windows Siebel Innovation Pack 2013 Version 8.1/8.2, Rev. A April 2014 Copyright 2005, 2014 Oracle and/or its affiliates. All rights reserved. This software and

More information

SSM6437 DESIGNING A WINDOWS SERVER 2008 APPLICATIONS INFRASTRUCTURE

SSM6437 DESIGNING A WINDOWS SERVER 2008 APPLICATIONS INFRASTRUCTURE SSM6437 DESIGNING A WINDOWS SERVER 2008 APPLICATIONS INFRASTRUCTURE Duration 5 Days Course Outline Module 1: Designing IIS Web Farms The students will learn the process of designing IIS Web Farms with

More information

Evaluation Framework: To Build or to Buy CRM Software?

Evaluation Framework: To Build or to Buy CRM Software? White paper Evaluation Framework: To Build or to Buy CRM Software? Abstract Creating new customers and managing loyalty of existing customers has become a key challenge for businesses in today s hyper-competitive

More information

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR

ENTERPRISE EDITION ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ORACLE DATA INTEGRATOR ENTERPRISE EDITION KEY FEATURES AND BENEFITS ORACLE DATA INTEGRATOR ENTERPRISE EDITION OFFERS LEADING PERFORMANCE, IMPROVED PRODUCTIVITY, FLEXIBILITY AND LOWEST TOTAL COST OF OWNERSHIP

More information

How to Secure Your SharePoint Deployment

How to Secure Your SharePoint Deployment WHITE PAPER How to Secure Your SharePoint Deployment Some of the sites in your enterprise probably contain content that should not be available to all users [some] information should be accessible only

More information

Enterprise Content Management with Microsoft SharePoint

Enterprise Content Management with Microsoft SharePoint Enterprise Content Management with Microsoft SharePoint Overview of ECM Services and Features in Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0. A KnowledgeLake, Inc. White

More information

Interoperability solution for medical devices

Interoperability solution for medical devices Interoperability solution for medical devices Mohan.. S Solution Architect mohan.nathan@wipro.com PES-Medical Devices Practice Abstract New technologies are being introduced in hospitals and labs at an

More information

Retail POS Data Analytics Using MS Bi Tools. Business Intelligence White Paper

Retail POS Data Analytics Using MS Bi Tools. Business Intelligence White Paper Retail POS Data Analytics Using MS Bi Tools Business Intelligence White Paper Introduction Overview There is no doubt that businesses today are driven by data. Companies, big or small, take so much of

More information

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities April, 2013 gaddsoftware.com Table of content 1. Introduction... 3 2. Vendor briefings questions and answers... 3 2.1.

More information

CHAPTER 6: TECHNOLOGY

CHAPTER 6: TECHNOLOGY Chapter 6: Technology CHAPTER 6: TECHNOLOGY Objectives Introduction The objectives are: Review the system architecture of Microsoft Dynamics AX 2012. Describe the options for making development changes

More information

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO Copyright 2005 Shavlik Technologies. All rights reserved. No part of this document may be reproduced or retransmitted in

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20463 Implementing a Data Warehouse with Microsoft SQL Server Length: 5 Days Audience: IT Professionals

More information

Proven Testing Techniques in Large Data Warehousing Projects

Proven Testing Techniques in Large Data Warehousing Projects A P P L I C A T I O N S A WHITE PAPER SERIES A PAPER ON INDUSTRY-BEST TESTING PRACTICES TO DELIVER ZERO DEFECTS AND ENSURE REQUIREMENT- OUTPUT ALIGNMENT Proven Testing Techniques in Large Data Warehousing

More information

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface

Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface Oracle Financial Services Data Integration Hub Foundation Pack Extension for Data Relationship Management Interface User Manual 8.0.1.0.0 Page i Table of Contents TABLE OF CONTENTS PREFACE... 4 Audience...

More information

LearnFromGuru Polish your knowledge

LearnFromGuru Polish your knowledge SQL SERVER 2008 R2 /2012 (TSQL/SSIS/ SSRS/ SSAS BI Developer TRAINING) Module: I T-SQL Programming and Database Design An Overview of SQL Server 2008 R2 / 2012 Available Features and Tools New Capabilities

More information

Mastering Big Data. Steve Hoskin, VP and Chief Architect INFORMATICA MDM. October 2015

Mastering Big Data. Steve Hoskin, VP and Chief Architect INFORMATICA MDM. October 2015 Mastering Big Data Steve Hoskin, VP and Chief Architect INFORMATICA MDM October 2015 Agenda About Big Data MDM and Big Data The Importance of Relationships Big Data Use Cases About Big Data Big Data is

More information

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM

IBM Tivoli Storage Manager Version 7.1.4. Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM IBM Tivoli Storage Manager Version 7.1.4 Introduction to Data Protection Solutions IBM Note: Before you use this

More information

Designing a Windows Server 2008 Applications Infrastructure

Designing a Windows Server 2008 Applications Infrastructure Designing a Windows Server 2008 Applications Infrastructure Course 6437A : Three days; Instructor-Led Introduction This three day course will prepare IT professionals for the role of Enterprise Administrator.

More information

Data warehouse and Business Intelligence Collateral

Data warehouse and Business Intelligence Collateral Data warehouse and Business Intelligence Collateral Page 1 of 12 DATA WAREHOUSE AND BUSINESS INTELLIGENCE COLLATERAL Brains for the corporate brawn: In the current scenario of the business world, the competition

More information

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT

User-Centric Client Management with System Center 2012 Configuration Manager in Microsoft IT Situation Microsoft IT needed to evolve their Configuration Manager 2007-based environment that used homegrown application distribution services to meet the self-service needs of Microsoft personnel. Solution

More information