Expert Cube Development with SSAS Multidimensional Models: For Analysis Service cube designers this is the hands-on tutorial that will take your expertise to a whole new level. Written by a team of Microsoft SSAS experts, it digs deep to optimize your Business Intelligence capabilities.
Expert Cube Development with SSAS Multidimensional Models is a thorough, in-depth tour of SSAS 2012 from the Multidimensional models perspective. The authors state up front that this is not a book about SSAS Tabular models and this is an important distinction to keep in mind, as it affects the entire approach to SQL Server BI, from the installation of SSAS forward.We are taken through a basic cube setup, mercifully not using the Northwinds sample database. I like how the authors repeatedly caution that a number of key elements need to be gotten right in the data mart before cube setup begins. While these elements can also be dealt with in the cube definition, it doesn’t mean they should be, and that distinction is borne out by experience, which the authors clearly have, in spades.We are presented with a number of useful components of SSAS Multidimensional Models including Measure Groups, Drillthroughs, Calculations (with a smattering of MDX code, about as much as I could handle) and some useful chapters on security and performance tuning.I was relieved that this was not a 1,000+ page book designed to monopolize shelf space in the tradition of old school technical book publishing. For me, it struck a good balance between level of detail and keeping things moving, so I was able to productively work through it in a reasonable amount of time. For a fairly dry topic the authors managed to keep it interesting, although it helps as a reader if you have some cube exposure (as I did) prior to attempting this book.
Amazon Verified review
A strict customerJan 14, 2017
5
Yes, this is a great book. Very thorough, packed with knowledge. This is quality you'd expect from Chris Webb, the guy that knows SSAS throughout.
Amazon Verified review
Philippe GeigerMay 25, 2014
5
First, the authors are not unknown, it is the best experts in their field. Chris Webb, Alberto Ferrari, and Marco Russo are known for their decision-making skills.Then, the content of the book is at the height of the quality of these authors: in a Word, perfect. When many books introduce basic information for who want to begin to create a cube, this one goes further: the examples are well chosen and sufficiently complete.In a few words, it's the book that anyone must have (like me) to improve the functioning of their multidimensional models.
Amazon Verified review
Brian Alan CarlsonJan 24, 2016
5
I've been impressing my coworkers with my knowledge of cube development from reading this book. It's not a beginner book, but it's clear enough that you don't need a lot of experience either.
Amazon Verified review
Sherry LiJun 15, 2014
5
Expert Cube Development with SSAS 2012 Multidimensional Models was published earlier this year by Packt Publishing. It’s the second edition of the very successful book on SSAS cube development by three well-known industry leaders, Chris Webb, Alberto Ferrari and Marco Russo.This book is not a tutorial book on using SSAS as a tool. It is more of a guided tour through the lifecycle of building an Analysis Services solution with an informed commentary telling you what to do, what not to do, and what to look out for.Reading this book cover to coverIf you are a SSAS cube developer, you would want to read this book cover to cover, no matter what level you are, with the exception of absolute beginners who do not understand basic Analysis Services concepts yet, such as what a cube and a dimension is.I bought the first edition a few years ago, but didn't read it cover to cover because at the time I didn't find some of the topics relevant to my work. Earlier this year I bought the second edition and I found myself unable to put the book down. By the time I knew it, I had already read it cover to cover once, with pages of notes in Microsoft OneNote. Knowing that my cube development skills could have progressed much faster, I wish I had read the book a few years ago cover to cover.So don’t repeat the same mistake I made. Whether you already have the first edition or just bought the new 2012 edition, go ahead and start reading it now.What I enjoyed about the bookI don't wish to spoil your fun with the book, so I'll just gloss over a few key points about the book.1. Beginner developers might think that cube development is all about how to use SSAS as yet another tool. This book will change your mind. The big chunk of Chapter 1 focused on the data modeling for Analysis Services. Then the book moved on to Chapter 2 to show you how to build basic dimensions and cubes. More complex dimension modeling is covered in Chapter 3. Data modeling for measures and measure groups is covered in Chapter 4. What I enjoyed the most is how the book presented the challenges we all encountered in our day-to-day work and provided the best practices in terms of data modeling in Analysis Services multidimensional model.2. Microsoft Analysis Services is not a standalone technology, it's part of a family of technologies and disciplines that all work together to make it possible for end-users to do interactive data analysis, reporting, and visualization. From a developer's point of view, these technologies include the SQL Server engine, the Reporting Services, the Analysis Services, with the Integration Services in the middle as the glue. The disciplines include, but are not limited to, data warehouse data modeling, multidimensional modeling, and designing and implementation for performance and good user experience. I personally find that being able to fit all these techniques and disciplines together in the lifecycle of building an Analysis Services solution is not an easy task. Throughout the book the authors did a fantastic job of showing how each technique and discipline can fit seamlessly to build high performance cubes.3. As a tool, Analysis Services is very easy to use; some might say too easy. Dimensions and cubes are built with various wizards with properties already being filled with default values. You can have a cube up and running in a matter of minutes. Some properties are for cube's client tools to consume, but many of the properties are cube's metadata and will end up having some impact on the cube processing performance, query performance, and/or storage engine performance. Assuming that your cube has started its life with a good design, then a good portion of a cube developer's job is to understand what those impacts are and to make informed trade-off decisions. This book is a life-saving book that tells you what those properties mean, what to do with them, what not to do, and what to watch out for.4. Bad cube query performance can be detrimental for your Analysis Services projects. The book has devoted an entire Chapter 8 to query performance tuning. The concept of query performance tuning is very familiar to SQL Server developers, but cube query performance tuning methodology has its own twist and turns, such as the Formula Engine vs. the Storage Engine, the partitions and aggregations, and tuning an algorithm in MDX. The book explains in detail what to do with each methodology and even the right tools and scripts to use to get the job done correctly.5. I also like the many links in the book to other very detailed white papers, such as "The Analysis Services 2008 R2 Performance Guide", and "The Many-to-Many Revolution". Many blog posts are also included in the book, such as the blog posts from Mosha Pasumansky who was considered the most influential person in MDX.No covering of SSAS Tabular modelsAs you may know, as of SQL Server 2012, there are two versions of Analysis Services: Multidimensional and Tabular. Although both of them are called Analysis Services and can be used for much the same purposes, the development experience for the two is completely different.I have bought the first edition a few years ago. Although this is basically the same book as the first edition, I still went ahead and bought it because the 2012 edition has a new section that talks about the DAX query support in SSAS 2012 multidimensional model. Don't get me wrong, this book only covers SSAS Multidimensional models. But it's nice to have a new section on how SSAS 2012 multidimensional model supports not only MDX queries, but also DAX queries.No substantial changes in this second editionSince there are no substantial changes in this second edition, it’s probably not worth buying a copy of the second edition if you already have a copy of the first edition. What is covered in the first edition should work perfectly fine in SSAS 2008 and 2012, and even in 2014. This is because Microsoft has not added anything that is substantially new to SSAS Multidimensional models since the 2008 version. But if you don't have the 2008 edition, I'd recommend you to buy this new 2012 edition, even if you are still working on cubes in SSAS 2008.Not a book for absolute beginnersIf you still need to understand basic Analysis Services concepts, such as what a cube and a dimension is, then this book is not book for you. This book does not take the form of a basic tutorial either.Authors’ personal experience and thoughts are invaluableChris Webb, Alberto Ferrari, and Marco Russo are well-known in the SSAS and MDX community. This is an invaluable book because it contains their personal experience and thoughts. I myself visit Microsoft books online (BOL) very often. But if a book is solely derived from BOL then it is not too useful for me, as I can read it in the BOL myself. I am putting this review on my blog, and also planning to put it out on Amazon and Barnes and Nobel, hoping that all cube developers will read the book cove to cover.Packt PublishingPackt Publishing is one of my favorite tech book publishers. Their books focus on practicality, recognizing that readers are ultimately concerned with getting the job done. They also offer a subscription service, which I personally also use. Good job for putting out "Expert Cube Development with SSAS 2012"!
Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.
If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.
Please Note: Packt eBooks are non-returnable and non-refundable.
Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:
You may make copies of your eBook for your own use onto any machine
You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website?
If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:
Register on our website using your email address and the password.
Search for the title by name or ISBN using the search option.
Select the title you want to purchase.
Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title.
Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook?
If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
To view your account details or to download a new copy of the book go to www.packtpub.com/account
Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.
You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.
What are the benefits of eBooks?
You can get the information you need immediately
You can easily take them with you on a laptop
You can download them an unlimited number of times
You can print them out
They are copy-paste enabled
They are searchable
There is no password protection
They are lower price than print
They save resources and space
What is an eBook?
Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.
When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.
For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.