SQL Server Analysis Services (SSAS) Tutorial

1038阅读 0评论2011-07-01 tkchks
分类:数据库开发技术

 SQL_Server_Analysis_Services_(SSAS)_Tutorial31.part1.rar    SQL_Server_Analysis_Services_(SSAS)_Tutorial31.part2.rar   
 
A typical higher level cube development process using SSAS involves the following steps:
1) Reading data from a dimensional model
2) Configuring a schema in BIDS (Business Intelligence Development Studio)
3) Creating dimensions, measures and cubes from this schema
4) Fine tuning the cube as per the requirements
5) Deploying the cube

In this tutorial we will step through a number of topics that you need to understand in order to successfully create a basic cube. Our high level outline is as follows: 
 -Design and develop a star-schema 
 -Create dimensions, hierarchies, and cubes 
 -Process and deploy a cube 
 -Develop calculated measures and named sets using MDX 
 -Browse the cube data using Excel as the client tool
上一篇:职场经典9忠告,让你少奋斗5年
下一篇:数据不一致,冗余的处理实例