Microsoft SQL Server Analysis Services Multidimensional Performance and Operations Guide Thomas Kejser and Denny Lee

Total Page:16

File Type:pdf, Size:1020Kb

Microsoft SQL Server Analysis Services Multidimensional Performance and Operations Guide Thomas Kejser and Denny Lee Microsoft SQL Server Analysis Services Multidimensional Performance and Operations Guide Thomas Kejser and Denny Lee Contributors and Technical Reviewers: Peter Adshead (UBS), T.K. Anand, KaganArca, Andrew Calvett (UBS), Brad Daniels, John Desch, Marius Dumitru, WillfriedFärber (Trivadis), Alberto Ferrari (SQLBI), Marcel Franke (pmOne), Greg Galloway (Artis Consulting), Darren Gosbell (James & Monroe), DaeSeong Han, Siva Harinath, Thomas Ivarsson (Sigma AB), Alejandro Leguizamo (SolidQ), Alexei Khalyako, Edward Melomed, AkshaiMirchandani, Sanjay Nayyar (IM Group), TomislavPiasevoli, Carl Rabeler (SolidQ), Marco Russo (SQLBI), Ashvini Sharma, Didier Simon, John Sirmon, Richard Tkachuk, Andrea Uggetti, Elizabeth Vitt, Mike Vovchik, Christopher Webb (Crossjoin Consulting), SedatYogurtcuoglu, Anne Zorner Summary: Download this book to learn about Analysis Services Multidimensional performance tuning from an operational and development perspective. This book consolidates the previously published SQL Server 2008 R2 Analysis Services Operations Guide and SQL Server 2008 R2 Analysis Services Performance Guide into a single publication that you can view on portable devices. Category: Guide Applies to: SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012 Source: White paper (link to source content, link to source content) E-book publication date: May 2012 200 pages This page intentionally left blank Copyright © 2012 by Microsoft Corporation All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. Microsoft and the trademarks listed at http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Trademarks/EN-US.aspx are trademarks of the Microsoft group of companies. All other marks are property of their respective owners. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred. This book expresses the author’s views and opinions. The information contained in this book is provided without any express, statutory, or implied warranties. Neither the authors, Microsoft Corporation, nor its resellers, or distributors will be held liable for any damages caused or alleged to be caused either directly or indirectly by this book. Contents 1 Introduction .......................................................................................................................................... 5 2 Part 1: Building a High‐Performance Cube ........................................................................................... 6 2.1 Design Patterns for Scalable Cubes ........................................................................................... 6 2.2 Testing Analysis Services Cubes .............................................................................................. 32 2.3 Tuning Query Performance ..................................................................................................... 39 2.4 Tuning Processing Performance .............................................................................................. 76 2.5 Special Considerations ............................................................................................................ 93 3 Part 2: Running a Cube in Production ............................................................................................... 105 3.1 Configuring the Server ........................................................................................................... 106 3.2 Monitoring and Tuning the Server ........................................................................................ 133 3.3 Security and Auditing ............................................................................................................ 143 3.4 High Availability and Disaster Recovery ................................................................................ 147 3.5 Diagnosing and Optimizing .................................................................................................... 150 3.6 Server Maintenance .............................................................................................................. 189 3.7 Special Considerations .......................................................................................................... 192 4 Conclusion ......................................................................................................................................... 200 Send feedback. .......................................................................................................................................... 200 4 1 Introduction This book consolidates two previously published guides into one essential resource for Analysis Services developers and operations personnel. Although the titles of the original publications indicate SQL Server 2008 R2, most of the knowledge that you gain from this book is easily transferred to other versions of Analysis Services, including multidimensional models built using SQL Server 2012. Part 1 is from the “SQL Server 2008 R2 Analysis Services Performance Guide”. Published in October 2011, this guide was created for developers and cube designers who want to build high‐performance cubes using best practices and insights learned from real‐world development projects. In Part 1, you’ll learn proven techniques for building solutions that are faster to process and query, minimizing the need for further tuning down the road. Part 2 is from the “SQL Server 2008 R2 Analysis Services Operations Guide“. This guide, published in June 2011, is intended for developers and operations specialists who manage solutions that are already in production. Part 2 shows you how to extract performance gains from a production cube, including changing server and system properties, and performing system maintenance that help you avoid problems before they start. While each guide targets a different part of a solution lifecycle, having both in a single portable format gives you an intellectual toolkit that you can access on mobile devices wherever you may be. We hope you find this book helpful and easy to use, but it is only one of several formats available for this content. You can also get printable versions of both guides by downloading them from the Microsoft web site. 5 2 Part 1: Building a High-Performance Cube This section provides information about building and tuning Analysis Services cubes for the best possible performance. It is primarily aimed at business intelligence (BI) developers who are building a new cube from scratch or optimizing an existing cube for better performance. The goal of this section is to provide you with the necessary background to understand design tradeoffs and with techniques and design patterns that will help you achieve the best possible performance of even large cubes. Cube performance can be divided into two types of workload: query performance and processing performance. Because these workloads are very different, this sectionis organized into four main groups. Design Patterns for Scalable Cubes – No amount of query tuning and optimization can beat the benefits of a well‐designed data model. This section contains guidance to help you get the design right the first time. In general, good cube design follows Kimball modeling techniques, and if you avoid some typical design mistakes, you are in very good shape. Testing Analysis Services Cubes – In every IT project, preproduction testing is a crucial part of the development and deployment cycle. Even with the most careful design, testing will still be able to shake out errors and avoid production issues. Designing and running a test run of an enterprise cube is time well invested. Hence, this section includes a description of the test methods available to you. Tuning Query Performance ‐ Query performance directly impacts the quality of the end‐user experience. As such, it is the primary benchmark used to evaluate the success of an online analytical processing (OLAP) implementation. Analysis Services provides a variety of mechanisms to accelerate query performance, including aggregations, caching, and indexed data retrieval. This section also provides guidance on writing efficient Multidimensional Expressions (MDX) calculation scripts. Tuning Processing Performance ‐ Processing is the operation that refreshes data in an Analysis Services database. The faster the processing performance, the sooner users can access refreshed data. Analysis Services provides a variety of mechanisms that you can use to influence processing performance, including parallelized processing designs, relational tuning, and an economical processing strategy (for example, incremental versus full refresh versus proactive caching). Special Considerations – Some features of Analysis Services such as distinct count measures and many‐ to‐many dimensions require more careful attention to the cube design than others. At the end of Part 1, you will find a section that describes the special techniques you should apply when using these features. 2.1 Design Patterns for Scalable Cubes Cubes present a unique challenge to the BI developer: they are ad‐hoc databases that are expected to respond to most queries in short time. The freedom of the end user is limited only by the data model
Recommended publications
  • Multidimensional Expressions (MDX) Reference SQL Server 2012 Books Online
    Multidimensional Expressions (MDX) Reference SQL Server 2012 Books Online Summary: Multidimensional Expressions (MDX) is the query language that you use to work with and retrieve multidimensional data in Microsoft Analysis Services. MDX is based on the XML for Analysis (XMLA) specification, with specific extensions for SQL Server Analysis Services. MDX utilizes expressions composed of identifiers, values, statements, functions, and operators that Analysis Services can evaluate to retrieve an object (for example a set or a member), or a scalar value (for example, a string or a number). Category: Reference Applies to: SQL Server 2012 Source: SQL Server Books Online (link to source content) E-book publication date: June 2012 Copyright © 2012 by Microsoft Corporation All rights reserved. No part of the contents of this book may be reproduced or transmitted in any form or by any means without the written permission of the publisher. Microsoft and the trademarks listed at http://www.microsoft.com/about/legal/en/us/IntellectualProperty/Trademarks/EN-US.aspx are trademarks of the Microsoft group of companies. All other marks are property of their respective owners. The example companies, organizations, products, domain names, email addresses, logos, people, places, and events depicted herein are fictitious. No association with any real company, organization, product, domain name, email address, logo, person, place, or event is intended or should be inferred. This book expresses the author’s views and opinions. The information contained in this book is provided without any express, statutory, or implied warranties. Neither the authors, Microsoft Corporation, nor its resellers, or distributors will be held liable for any damages caused or alleged to be caused either directly or indirectly by this book.
    [Show full text]
  • Ÿþp Rovider S Ervices a Dministrator
    Oracle® Hyperion Provider Services Administrator's Guide Release 12.2.1.0.0 Provider Services Administrator's Guide, 12.2.1.0.0 Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved. Authors: EPM Information Development Team This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
    [Show full text]
  • Deployment Guide for Sharepoint Foundation 2010
    Deployment guide for SharePoint Foundation 2010 Microsoft Corporation Published: May 2010 Author: Microsoft Office System and Servers Team ([email protected]) Abstract This book provides deployment instructions for Microsoft SharePoint Foundation 2010. The audiences for this book include application specialists, line-of-business application specialists, and IT administrators who are ready to deploy SharePoint Foundation 2010 and want installation steps. The content in this book is a copy of selected content in the SharePoint Foundation 2010 technical library (http://go.microsoft.com/fwlink/?LinkId=1814 63) as of the publication. For the most current content, see the technical library on the Web. This document is provided “as-is”. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes. © 2010 Microsoft Corporation. All rights reserved. Microsoft, Access, Active Directory, Backstage, Excel, Groove, Hotmail, InfoPath, Internet Explorer, Outlook, PerformancePoint, PowerPoint, SharePoint, Silverlight, Windows, Windows Live, Windows Mobile, Windows PowerShell, Windows Server, and Windows Vista are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.
    [Show full text]
  • Visual Studio Team Test Quick Reference a Quick Reference for Users of the Team Testing Features of Visual Studio Team System
    MICROSOFT Visual Studio Team Test Quick Reference A quick reference for users of the Team Testing features of Visual Studio Team System Geoff Gray and the Microsoft VSTS Rangers team 3/30/2009 VSTS Rangers This content was originally created by Geoff Gray for internal Microsoft use and then adopted and expanded as a Visual Studio Team System (“VSTS”) Rangers project. “Our mission is to accelerate the adoption of Team System by delivering out of band solutions for missing features or guidance. We work closely with members of Microsoft Services to make sure that our solutions address real world blockers.” -- Bijan Javidi, VSTS Rangers Lead Copyright 2009 Microsoft Corporation Page | 1 Summary This document is a collection of items from public blog sites, Microsoft® internal discussion aliases (sanitized) and experiences from various Test Consultants in the Microsoft Services Labs. The idea is to provide quick reference points around various aspects of Microsoft Visual Studio® Team Test edition that may not be covered in core documentation, or may not be easily understood. The different types of information cover: How does this feature work under the covers? How can I implement a workaround for this missing feature? This is a known bug and here is a fix or workaround. How do I troubleshoot issues I am having? The document contains two Tables of Contents (high level overview, and list of every topic covered) as well as an index. The current plan is to update the document on a regular basis as new information is found. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.
    [Show full text]
  • Download Full CV (PDF)
    Full name : Lars Bjergner Mikkelsen. Practical experience: Company name: LARSMIKKELSEN.COM Aps Street & number: Husoddebakken 26 City: Horsens Zip code: 8700 Country: Denmark. Web address: http://www.larsmikkelsen.com Start date of employment: 27-July-2007. End date of employment: Not ended Job title: Owner at LARSMIKKELSEN.COM Aps. Job description: Freelance specialist Microsoft Dynamics Ax and .NET. Technical solution architect Dynamics Ax projects. Development in x++ and C#. Integration specialist between Dynamics Ax and .NET on several projects. SharePoint Enterprise Portal solutions on Dynmaics Ax 4.0 and ASP.NET based Dynamics Ax 2009 solution. Invented, designed and developed Advanced Ax Batch. Advanced Ax Batch is a Dynamics Ax and .NET based scheduler which are used by several companies for batch execution in Dynamcis Ax. Performance optimization Dynamics Ax solutions. Specialized knowledge: Highly experienced with performance optimization and trouble shooting of Dynamics Ax installations. Technologies mastered: Programming Languages (X++, C#) Programming Libraries (Axapta, .NET Framework) Component Technology (Axapta, .NET , COM, COM+, Active X) Databases (SQL server) Markup Languages (HTML, XML) Internet (SharePoint Enterprise Portal) Development tools (Axapta, Visual studio .NET) Protocols (HTTP, SOAP, TCP/IP) 1 Company name: Columbus IT Street & number: 3151 Airway, Building N-1 City: Costa Mesa, CA Zip code: 8240 Country: USA. Web address: http://www.columbusit.com Start date of employment: 23-May-2005. End date of employment: 27-July-2007. Job title: Technology / integration manager and solution architect. Job description: Responsible for technology and integration strategies. Technical solution architect on major Dynamics Ax projects. Development in x++ and C#. Technical responsible for worldwide mobility platform.
    [Show full text]
  • Data Warehousing
    DMIF, University of Udine Data Warehousing Andrea Brunello [email protected] April, 2020 (slightly modified by Dario Della Monica) Outline 1 Introduction 2 Data Warehouse Fundamental Concepts 3 Data Warehouse General Architecture 4 Data Warehouse Development Approaches 5 The Multidimensional Model 6 Operations over Multidimensional Data 2/80 Andrea Brunello Data Warehousing Introduction Nowadays, most of large and medium size organizations are using information systems to implement their business processes. As time goes by, these organizations produce a lot of data related to their business, but often these data are not integrated, been stored within one or more platforms. Thus, they are hardly used for decision-making processes, though they could be a valuable aiding resource. A central repository is needed; nevertheless, traditional databases are not designed to review, manage and store historical/strategic information, but deal with ever changing operational data, to support “daily transactions”. 3/80 Andrea Brunello Data Warehousing What is Data Warehousing? Data warehousing is a technique for collecting and managing data from different sources to provide meaningful business insights. It is a blend of components and processes which allows the strategic use of data: • Electronic storage of a large amount of information which is designed for query and analysis instead of transaction processing • Process of transforming data into information and making it available to users in a timely manner to make a difference 4/80 Andrea Brunello Data Warehousing Why Data Warehousing? A 3NF-designed database for an inventory system has many tables related to each other through foreign keys. A report on monthly sales information may include many joined conditions.
    [Show full text]
  • Working with Mondrian and Pentaho 176
    Open source business analytics William D. Back Nicholas Goodman Julian Hyde SAMPLE CHAPTER MANNING Mondrian in Action by William D. Back Nicholas Goodman and Julian Hyde Chapter 9 Copyright 2014 Manning Publications brief contents 1 ■ Beyond reporting: business analytics 1 2 ■ Mondrian: a first look 17 3 ■ Creating the data mart 36 4 ■ Multidimensional modeling: making analytics data accessible 57 5 ■ How schemas grow 86 6 ■ Securing data 115 7 ■ Maximizing Mondrian performance 133 8 ■ Dynamic security 162 9 ■ Working with Mondrian and Pentaho 176 10 ■ Developing with Mondrian 198 11 ■ Advanced analytics 227 v Working with Mondrian and Pentaho This chapter is recommended for ✓ Business analysts ✓ Data architects ✓ Enterprise architects ✓ Application developers As we pointed out in chapter 1, Mondrian is an OLAP engine. It provides a lot of power, but you need to couple it with an end-user tool to make it effective. As we’ve explored Mondrian’s various capabilities, we’ve used examples of end-user tools use to explain particular points, but we haven’t looked very deeply into any of the specific tools. In this chapter, we’ll broaden our scope and cover topics that should be of interest to all users of Mondrian. We’re going to take a look at several tools that are commonly used with Mondrian and show how they’re used. These tools are written and maintained by Pentaho, as well as several tools from other companies that work closely with Pentaho. As you’ll see, there is a rich variety of tools tai­ lored to specific needs: 176 Pentaho Analyzer 177 ■ Pentaho Analyzer—An Enterprise Edition plugin that provides drag-and-drop analysis as well as advanced charting.
    [Show full text]
  • Portrait Foundation V5.0.4 Enhancing ASP.NET Applications User Guide
    Enhancing ASP.NET Applications User Guide Edition 2.0 30 June 2014 Portrait Foundation Enhancing ASP.NET Applications User Guide ©2014 Copyright Portrait Software International Limited All rights reserved. This document may contain confidential and proprietary information belonging to Portrait Software plc and/or its subsidiaries and associated companies. Portrait Software, the Portrait Software logo, Portrait, Portrait Software's Portrait brand and Million Handshakes are the trademarks of Portrait Software International Limited and may not be used or exploited in any way without the prior express written authorization of Portrait Software International Limited. Acknowledgement of trademarks Other product names, company names, marks, logos and symbols referenced herein may be the trademarks or registered trademarks of their registered owners. About Portrait Software Portrait Software is now part of Pitney Bowes Software Inc. Portrait Software enables organizations to engage with each of their customers as individuals, resulting in improved customer profitability, increased retention, reduced risk, and outstanding customer experiences. This is achieved through a suite of innovative, insight-driven applications which empower organizations to create enduring one-to-one relationships with their customers. Portrait Software was acquired in July 2010 by Pitney Bowes to build on the broad range of capabilities at Pitney Bowes Software for helping organizations acquire, serve and grow their customer relationships more effectively. The Portrait Customer Interaction Suite combines world leading customer analytics, powerful inbound and outbound campaign management, and best-in-class business process integration to deliver real-time customer interactions that communicate precisely the right message through the right channel, at the right time. Our 300 + customers include industry-leading organizations in customer-intensive sectors.
    [Show full text]
  • Protótipo De Ferramenta/Plug-In Para Geração De Imagens 3D a Partir De Imagens Raster 2D Em Grayscale Para O Photoshop 
    UNIVERSIDADE REGIONAL DE BLUMENAU CENTRO DE CIÊNCIAS EXATAS E NATURAIS CURSO DE CIÊNCIAS DA COMPUTAÇÃO (Bacharelado) PROTÓTIPO DE FERRAMENTA/PLUG-IN PARA GERAÇÃO DE IMAGENS 3D A PARTIR DE IMAGENS RASTER 2D EM GRAYSCALE PARA O PHOTOSHOP TRABALHO DE CONCLUSÃO DE CURSO SUBMETIDO À UNIVERSIDADE REGIONAL DE BLUMENAU PARA A OBTENÇÃO DOS CRÉDITOS NA DISCIPLINA COM NOME EQUIVALENTE NO CURSO DE CIÊNCIAS DA COMPUTAÇÃO — BACHARELADO RICARDO FACHINI BLUMENAU, JUNHO/2000 2000/1-57 PROTÓTIPO DE FERRAMENTA/PLUG-IN PARA GERAÇÃO DE IMAGENS 3D A PARTIR DE IMAGENS RASTER 2D EM GRAYSCALE PARA O PHOTOSHOP RICARDO FACHINI ESTE TRABALHO DE CONCLUSÃO DE CURSO, FOI JULGADO ADEQUADO PARA OBTENÇÃO DOS CRÉDITOS NA DISCIPLINA DE TRABALHO DE CONCLUSÃO DE CURSO OBRIGATÓRIA PARA OBTENÇÃO DO TÍTULO DE: BACHAREL EM CIÊNCIAS DA COMPUTAÇÃO Prof. Antônio Carlos Tavares — Orientador na FURB Prof. José Roque Voltolini da Silva — Coordenador do TCC BANCA EXAMINADORA Prof. Antônio Carlos Tavares Prof. Dalton Solano dos Reis Prof. José Roque Voltolini da Silva ii DEDICATÓRIA Dedico este trabalho a minha namorada Sabrina, aos meus familiares e amigos e principalmente a meus pais Mário e Vergínia, pelo apoio dado durante a elaboração deste trabalho. iii AGRADECIMENTOS Ao Professor Antônio Carlos Tavares, pela paciência e pelo interesse com o qual orientou este trabalho. Ao Professor Dalton Solano dos Reis, pelos esforços dispensados no decorrer do semestre, auxiliando assim o desenvolvimento deste trabalho. Ao Professor José Roque Voltolini da Silva, coordenador do Trabalho de Conclusão de Curso. A todos os professores e funcionários do Departamento de Sistemas e Computação que auxiliaram para que este trabalho pudesse ser realizado.
    [Show full text]
  • Kindle \\ Windows Software Introduction « Download
    Windows software Introduction < PDF / 6UJIY3QLQT Windows software Introduction By Source Reference Series Books LLC Jun 2011, 2011. Taschenbuch. Book Condition: Neu. 246x192x10 mm. Neuware - Source: Wikipedia. Pages: 64. Chapters: MediaMonkey, Microsoft SharePoint Designer, Microsoft Office 95, Genbox Family History, EMC Legato NetWorker, IObit Security 360, DoPDF, Conserver, RootsMagic, Intel Parallel Studio, Exposé clone, Microsoft Office Accounting, IsoBuster, Microsoft Digital Image, DOSKey, Creo Elements/Direct, GoldWave, Universal Converter, Indigo Renderer, Jing, Internet Explorer 1, DirectVobSub, Adobe Flash Builder, MSDN Academic Alliance, Unidrv, Microsoft Write, Cadstar, DVD Flick, Winpooch, GoBinder, ICore Virtual Accounts, Contig, VSTS Profiler, Xplorer , Portrait Professional, Emergent, Bootsplash, STDU Explorer, UltraISO, Recuva, GCompris, WinEdt, ATOK, The Hessling Editor, SpeedCommander, FlexWiki, Brother's Keeper, Microsoft Live Labs Deepfish, Orbit Downloader, FreeCAD, BullsHit Converter, XYplorer, TUGZip, Take Command, AppLocale, Group Shot, Adobe Technical Communication Suite, DiskXtender, Network UPS Tools, SE-Explorer, SpywareBlaster, Adobe eLearning Suite, Foxy, TortoiseCVS, Adobe Version Cue, FlexPro, Altap Salamander, ConTEXT, Norton PC Checkup, Family Historian, Format, Dolphin Smalltalk, GenStat, Keynote, Resource Hacker, CDRWIN, Crystal Enterprise, RUMBA, Cartes du Ciel, Enigmail, Apcupsd, Biblioscape, ChemDraw, Pocomail, Glk, WinBUGS, Bandicam, EPrompter, Microsoft Vizact, SwordSearcher, HP NewWave, Microsoft
    [Show full text]
  • Source Code Control
    Y L F M A E T Team-Fly® Strategy Game Programming with DirectX 9.0 Todd Barron Wordware Publishing, Inc. Library of Congress Cataloging-in-Publication Data Barron, Todd. Strategy game programming with DirectX 9.0 / by Todd Barron. p. cm. ISBN 1-55622-922-4 (pbk.) 1. Computer games--Programming. 2. DirectX. I. Title. QA76.76.C672B369 2003 794.8'15268--dc21 2003012699 CIP © 2003, Wordware Publishing, Inc. All Rights Reserved 2320 Los Rios Boulevard Plano, Texas 75074 No part of this book may be reproduced in any form or by any means without permission in writing from Wordware Publishing, Inc. Printed in the United States of America ISBN 1-55622-922-4 10987654321 0306 DirectX is a registered trademark of Microsoft Corporation in the United States and/or other countries. All screen shots and game titles used in this book remain the property of their respective publishers. Screen images and concept art from Warcraft® III: Reign of Chaos™ and StarCraft® courtesy of Blizzard Entertainment®. All brand names and product names mentioned in this book are trademarks or service marks of their respective companies. Any omission or misuse (of any kind) of service marks or trademarks should not be regarded as intent to infringe on the property of others. The publisher recognizes and respects all marks used by companies, manufacturers, and developers as a means to distinguish their products. This book is sold as is, without warranty of any kind, either express or implied, respecting the contents of this book and any disks or programs that may accompany it, including but not limited to implied warranties for the book’s quality, performance, merchantability, or fitness for any particular purpose.
    [Show full text]
  • Microsoft Business Intelligence Interoperability with SAP
    Microsoft Business Intelligence Interoperability with SAP Published: April 2009 Abstract : This white paper describes the key aspects of the Microsoft Business Intelligence (BI) solution including the Microsoft products and services that are used in the solution. The paper also describes how these components can interoperate together to deliver an effective BI solution to SAP customers. It assumes that the reader has a working knowledge of SAP ERP solutions, and an understanding of Microsoft ® products including Microsoft ® Office Excel ® 2007, Microsoft ® Office SharePoint ® Server 2007, and Microsoft ® SQL Server ® 2008. ii Contents Executive Summary....................................................................................................................1 Microsoft BI Introduction .............................................................................................................2 Making Microsoft BI People Ready.............................................................................................3 The SAP and Microsoft Alliance .................................................................................................4 Microsoft Business Intelligence for SAP.....................................................................................5 Scenario 1: Connect Directly to SAP......................................................................................5 Scenario 2: Extract Data from SAP BW .................................................................................7 SAP Business Suite
    [Show full text]