參考:
及
ssas比傳統的sql有很大的優勢,比如效能和使用者可定製性
一、環境準備
(1)windows 2003含.net,xp 不能安裝iis6.0
(2)ms sql 2005
二、配置資料庫環境
在sql script視窗下,執行下列指令碼來建立表和插入資料:
詳見 及
三、建立cube
略,見附件
四、發布到web
略,見附件
五、五、匯出成local cube
右擊多維資料庫,選擇新建mdx
mdx語句如:
create global cube [mycube]
storage 'c:\mycube.cub'
from [test ssas]
(measure [test ssas].[s count],
measure [test ssas].[v fac logs 計數],
dimension [test ssas].[dim datetime],
dimension [test ssas].[dim ip])
然後在excel中使用
六、mdx與xmla
多維表示式(mdx)是用於在 microsoft sql server 2005 analysis services (ssas) 中處理和檢索多維資料的查詢語言。mdx 基於 xml for analysis (xmla) 規範,並帶有特定於 sql server 2005 analysis services 的擴充套件。
詳見:官方:
私人部落格詳解:
比如mdx查詢:
select
non empty on columns,
non empty} on rows
from [test ssas]
xmla查詢:
xmla (xml for analysis) 是一種基於簡單物件訪問協議 (soap) 的 xml 協議,它是專為對駐留在 web 上的任何標準多維資料來源的通用資料訪問而設計的。
select
non empty on columns,
non empty} on rows
from [test ssas]
ssastest
multidimensional
data
tupleformat
因功能比較弱,附件是乙個完整的文件,以上內容在附件裡有更詳細的描述
flask 安裝與hello world示例
1.1安裝虛擬環境 sudo pip install virtualenv 1.2檢視系統中是否安裝了virtualenv virtualenv version 注 virtualenv 是乙個隔離python環境的工具.virtualenv 可以讓你在同乙個作業系統上建立多個不同的python環境...
Jsoncpp的安裝配置及示例使用
jsoncpp安裝 jsoncpp 是乙個 c 封裝的 json 包,跨平台支援 windows linux unix 等多系統。linux 下面編譯需要使用到 cmake 進行編譯。jsoncpp原始碼 git clone 進到目錄 cd jsoncpp master 建立目錄 mkdir p b...
安裝與配置php,PHP的安裝以及配置
安裝以及配置 1.安裝apache 2.2.4 apache dir d myspace apache 2.2.4 2.解壓安裝php 5.2.11 php dir d myspace php 5.2.11 3.找到php 5.2.11下的php.ini dist,改名為php.ini 4.開啟ph...