【问题标题】:How to query (xmla) the size of an OLAP catalog in MSAS2008?如何在MSAS2008中查询(xmla)OLAP目录的大小?
【发布时间】:2010-05-26 21:33:58
【问题描述】:

我希望能够查询 SSAS2008 实例并获取其中存在的所有目录的列表,以及它们各自的存储大小。在 Management Studio 中,我可以右键单击目录并转到其属性,它会检索此数据,因此我知道它存在于某个地方。包含我需要的一些信息的查询如下:

<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
  <RequestType>DBSCHEMA_CATALOGS</RequestType>
  <Restrictions />
  <Properties />
</Discover>

【问题讨论】:

    标签: ssas olap cube xmla


    【解决方案1】:
    <Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
      <RequestType>DISCOVER_XML_METADATA</RequestType>
      <Restrictions />
      <Properties />
    </Discover>
    
    Cube Name = <return><root><row><xars><Server><Databases><Database><Name>
    Estimated Size = <return><root><row><xars><Server><Databases><Database><EstimatedSize>
    

    【讨论】:

      猜你喜欢
      • 2011-04-17
      • 1970-01-01
      • 1970-01-01
      • 2011-12-02
      • 2010-11-10
      • 2010-10-03
      • 2014-02-14
      • 1970-01-01
      • 2010-10-03
      相关资源
      最近更新 更多