zoukankan      html  css  js  c++  java
  • Expert Cube Development with Microsoft SQL Server 2008 Analysis Services(1)

    本书构建在sql 2008基础上。

    本书主要包括以下内容:

    第一章,展示如何建立一个数据集市,作为分析服务的数据源。

    第二章,介绍如何在bi开发环境里简单的建立维库和cube,就是:dimensions and cubes.

    第三章:discusses more complex dimension design problems such as slowly changing dimensions and ragged hierarchies.

        slowly changing dimensions:渐变维度;见:http://msdn.microsoft.com/zh-cn/library/ms141715.aspx;

        ragged hierarchies:不规则层次结构.见:http://msdn.microsoft.com/zh-cn/library/ms365406.aspx

    第四章:主要是学习度量和度量组(Measures and Measure Groups),如何控制度量的聚集,以及纬度和度量组的关联。

    第五章:钻取(drillthrough),事实维度(fact dimensions)和多对多关系。

    第六章:shows how to add calculations to a cube, and gives some examples of how  to implement common calculations in MDX

       参见 http://technet.microsoft.com/en-us/magazine/ee677579.aspx

    第七章:deals with the various ways we can implement currency conversion in a cube.

    第八章:性能优化,包括如何设计聚集和分区,以及如何写高效的mdx。

    第九章:不同途径实现安全策略,包括cell的安全,维度安全,以及动态安全。

    第十章:looks at some common issues we'll face when a cube is in production,
    including how to deploy changes, and how to automate partition management
    and processing.

    第十一章:discusses how we can monitor query performance, processing
    performance and usage once the cube has gone into production.

  • 相关阅读:
    Gmail总是把MS发来的信作为垃圾邮件
    添加了CSpreadSheet.h后出现LNK2005错误
    弃用Eudora
    卸载Intel C++ Compiler后Visual C++ 6.0不能工作了
    Matlab对多CPU系统的支持
    Borland决定出售Delphi、JBuilder、C++Builder等IDE产品
    微软提供的免费软件
    生命在于运动?
    "Cannot modify header information"的解决方法
    慢慢的,我们长成了受困于数字的大人
  • 原文地址:https://www.cnblogs.com/aomi/p/3097002.html
Copyright © 2011-2022 走看看