A Developers guide to SQL Server Analysis Services and OLAP [closed]

走远了吗. 提交于 2019-11-29 10:27:01

问题


This post from SqlBatman describes a situation similar to my current client and, in reality, indicative of many companies that rely on tons of reports which have been shifted to over-night processing because of their performance impact.

How do I get started using Analysis Services in general and OLAP Cubes in particular to help my clients?


回答1:


I really like Analysis Services Step by Step to get up to speed on all that SSAS can do.

In short, SSAS gives you quick access to pre-aggregated data. The real power of OLAP is not in being able to generate reports quickly, though; it's in being able to interact with the data. Slicing, dicing, drilling down, up, and through. It's a dataphile's dream.

That being said, if you just want to get static reports out of this, or you want to build out cubes, you really, really, really need to get up to speed on data warehousing. Grab a copy of The Data Warehouse Lifecycle Toolkit for this. Kimball's the authority on this, especially if you'd like to use SSAS on top of it.

The warehouse is the cake, the cube is the icing. Bake the cake, first, and the cube just gets put on top to make it that much better.

Cheers,
Eric



来源:https://stackoverflow.com/questions/798445/a-developers-guide-to-sql-server-analysis-services-and-olap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!