Microsoft SQL Server 2005 Analysis Services and over one million other books are available for Amazon Kindle. Learn more



or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Start reading Microsoft SQL Server 2005 Analysis Services on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Microsoft SQL Server 2005 Analysis Services [Paperback]

Edward Melomed , Irina Gorbach , Alexander Berger , Py Bateman
3.7 out of 5 stars  See all reviews (18 customer reviews)

List Price: $64.99
Price: $61.12 & FREE Shipping. Details
You Save: $3.87 (6%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Only 1 left in stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Wednesday, May 29? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $29.63  
Paperback, Bargain Price $17.48  
Paperback, December 25, 2006 $61.12  
Amazon.com Textbooks Store
Shop the Amazon.com Textbooks Store and save up to 70% on textbook rentals, 90% on used textbooks and 60% on eTextbooks.

Book Description

December 25, 2006 0672327821 978-0672327827 1

Microsoft SQL Server Analysis Services provides fast access to data by means of multidimensional data structures and the multidimensional query languag MDX. Analysis Services provides the capability to design, create, and manage multidimensional cubes based on data warehouse tables, and it serves as the foundation for the Microsoft  Business Intelligence strategy.

 

Microsoft SQL Server 2005 Analysis Services gives the reader insight into the way Analysis Services functions. It not only explains ways to design and create multidimensional objects, databases, dimensions, and cubes, but also provides invaluable information about the reasons behind design decisions made by the development team. 

 

Here's what you will find inside:

  • Understand the key concepts of multidimensional modeling
  • Explore the multidimensional object model and its definition language
  • Learn the main concepts of the MDX language and gain an in-depth understanding of advanced MDX concepts
  • Understand the mechanisms of integrating multidimensional and relational databases
  • Learn how to build client applications to access data in Analysis Services
  • Examine server architecture, including main data structures, data processing, and query resolution algorithms
  • Gain a deep understanding of the internal and external protocols for data transfer, including the XML/A protocol
  • Explore how Analysis Services manages memory
  • Explore the security model, including role-based security, code-access security, and data security
  • Discover how to monitor and manage Analysis Services

All the code for the sample database used in the book can be found at www.informit.com/title/0672327821.


Frequently Bought Together

Microsoft SQL Server 2005 Analysis Services + Foundations of SQL Server 2005 Business Intelligence
Price for both: $100.82

Buy the selected items together


Editorial Reviews

About the Author

Edward Melomed is one of the original members of the Microsoft SQL Server Analysis Services team. He arrived in Redmond as a part of Microsoft's acquisition of Panorama Software Systems, Inc., which led to the technology that gave rise to Analysis Services 2005. He works as a program manager and plays a major role in the infrastructure design for the Analysis Services engine.

 

Irina Gorbach is a senior software designer on the Analysis Services team, which she joined soon after its creation nine years ago. During her time at Microsoft, Irina has designed and developed many features, was responsible for client subsystems OLEDB and ADOMD.NET, and was in the original group of architects that designed the XML for Analysis specification. Recently she has been working on the architecture and design of calculation algorithms.

 

Alexander Berger was one of the first developers to work on OLAP systems at Panorama. After it was acquired by Microsoft, he led the development of Microsoft OLAP Server through all its major releases. He is one of the architects of OLEDB for the OLAP standard and MDX language, and holds more than 30 patents in the area of multidimensional databases.

 

Py Bateman is a technical writer at Microsoft. She originally hails from Texas, which was considered a separate country on the multinational Analysis Services team.

 

Excerpt. © Reprinted by permission. All rights reserved.

Foreword

Foreword

It was a pleasure to be asked to write the foreword to this new book, which is remarkable for two reasons:

  • People who have spent five years developing a product are normally more than ready to move on to the next release once the product is finally ready for release. Indeed, long before a new version gets into customers' hands, the developers are normally already working on the next release. So, for the actual developers to spend the considerable time that this book must have taken to write a lengthy, detailed book on it is very rare.
  • In my years as an industry analyst with The OLAP Report, and much earlier as a product manager, I have rarely come across developers who are prepared to provide such chapter and verse information on exactly how a product works. Even under NDA, few software vendors are prepared to volunteer this level of inside information.

But why should this be of interest to anyone who isn't an OLAP server developer? Why should a mere user or even an application developer care about what exactly happens under the hood, any more than ordinary car drivers needs to know the details of exactly how their car's engine management system works?

There are some good reasons why this is relevant. Analysis Services is now by far the most widely used OLAP server, which inevitably means that most of its users are new to OLAP. The OLAP Surveys have consistently found that the main reason for the choice is price and the fact that it is bundled with SQL Server, rather than performance, scalability, ease of use, or functionality.

This is not to say that Analysis Services lacks these capabilities; just that typical Analysis Services buyers are less concerned about them than are the buyers of other products. But when they come to build applications, they certainly will need to take these factors into account, and this book will help them succeed. Just because Analysis Services is perceived as being a low-cost, bundled product does not mean that it is a small, simple add-on: particularly in the 2005 release, it is an ambitious, complex, sophisticated product. How it works is far from obvious, and how to make the most of it requires more than guesswork.

Many of the new Analysis Services users will have used relational databases previously, and will assume that OLAP databases are similar. They are not, despite the superficial similarities between MDX and SQL. You really need to think multidimensionally, and understand how Analysis Services cubes work.

Even users with experience of other OLAP servers will find that they differ from each other much more than do relational databases. If you start using Analysis Services without understanding the differences and without knowing how Analysis Services really works, you will surely store up problems for the future. Even if you manage to get the right results now, you may well compromise the performance and future maintainability of the application.

The OLAP Surveys have consistently found that if there is one thing that really matters with OLAP, it is a fast query response. Slow performance is the biggest single product-related complaint from OLAP users in general, and Analysis Services users are no different. Slow query performance was also the biggest technical deterrent to wider deployment.

Many people hope that ever improving hardware performance will let them off the hook: If the application is too slow, just rely on the next generation of faster hardware to solve the problem. But results from The OLAP Surveys show that this will not work—the rate of performance complaints has gone up every year, whether actual query performance has improved or not. In an era when everyone expects free sub-second Web searches of billions of documents, books, and newsgroup postings, they are no longer willing to wait five or ten seconds for a simple management report from a modest internal database. It is not enough for an OLAP application to be faster than the spreadsheet or relational application it replaced—it must be as fast as other systems that we all use every day.

The good news is that fast query performance is possible if you take full advantage of the OLAP server's capabilities: The OLAP Survey 6 found that 57% of Analysis Services 2005 users reported that their typical query response was less than five seconds. This was the traditional benchmark target query time, but in the new era of instant Web searches, I think the new target should be reduced to one second. This is a tough target, and will require application developers to really know what they are doing, and to take the time to optimize their systems.

This is where this book comes in. The authors—who have been involved with Analysis Services from its earliest days, long before it was called Analysis Services—have documented, in detail, what really happens inside Analysis Services 2005, right down to the bit structure of data records. Along the way, numerous controllable parameters are described, with helpful information about how they cause memory or other computer resources to be used.

This book is not intended to teach new users how to use Analysis Services 2005; it is for technically competent implementers who want to make the most of Analysis Services by understanding how it really works, as described by those who really know, unlike other books written by external authors who sometimes have to speculate. If you are new to Analysis Services, you probably need to start with a "how do I?" book or course, rather than a "what happens inside?" book like this one.

Nigel Pendse

Editor of The OLAP Report
Author of The OLAP Survey


© Copyright Pearson Education. All rights reserved.


Product Details

  • Paperback: 864 pages
  • Publisher: Sams Publishing; 1 edition (December 25, 2006)
  • Language: English
  • ISBN-10: 0672327821
  • ISBN-13: 978-0672327827
  • Product Dimensions: 9.1 x 7 x 2.1 inches
  • Shipping Weight: 2.8 pounds (View shipping rates and policies)
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (18 customer reviews)
  • Amazon Best Sellers Rank: #1,173,300 in Books (See Top 100 in Books)

Customer Reviews

I highy recommend this book for anyone who is interested in learning SQL 2005 BI. Jaewoo Kim  |  4 reviewers made a similar statement
Most books on Analysis services deal with the user facing aspects of it - MDX or database modelling. Balachandran Atur  |  2 reviewers made a similar statement
Most Helpful Customer Reviews
20 of 20 people found the following review helpful
2.0 out of 5 stars Good reference book October 24, 2007
Format:Paperback
Don't use this book to learn Analysis Services. Use this book as a reference after you have already learned Analysis Services from other books such as the ones by Teo Lachev or Reed Jacobson. This book doesn't even attempt to explain what a Dimension is, what an Attribute is etc. Instead it gives you DDL (XML) dumps for those things. Concepts are not explained using examples. I still gave it 2 stars because it has some programming info that other books do not have, and is good as a reference book for Analysis Services experts.
Was this review helpful to you?
22 of 23 people found the following review helpful
5.0 out of 5 stars The Key for Deep Divers January 14, 2007
Format:Paperback
I've been architecting BI solutions for large enterprise customers for past 7 years and one of the biggest challenges is trying to optimize the processing performance without enough knowledge about how the OLAP engine works under the hood.

This is the 1st book which not only covers all the spectrums of Microsoft SQL Server 2005 Analysis Services but also reveals how the core OLAP engine handles various tasks such as creating execution plan for cube processing; coordinating thread pools; handling dependencies;... It also describes each processing job's features (like whether it's a single- or multi- threaded task; how resource intensive it is;...) in great details.

If you are interested in the OLAP physical storage (for example, how different types of data are stored and compressed; how the bitmap index is created and optimized; how the hash table is constructed to enable fast access; what the file extension .ahstore\.kstore\.map\... stands for;...), then this is the book for you because the authors are OLAP engine gurus who know the physical structure inside out.

Once equipped with the deep engine knowledge, you would be empowered for a high scalable and performing OLAP solution architecture, design and implementation. It will also help you with the capacity planning to better match the hardware selection with your processing window.

That's why I think this book is "The Key for Deep Divers".
Comment | 
Was this review helpful to you?
14 of 15 people found the following review helpful
5.0 out of 5 stars The best Analysis Services book! Wonderful book! January 23, 2007
Format:Paperback
The authors unveiled the secrets of Analysis Services internals. The book helps to understand why and how Analysis Services is designed, made, and how it runs. It helps immensely every designer and developer to get all of SSAS power. It describes not only the best practices, but also gives warnings about possible mistakes during cube design, processing and querying.

Despite of its 900 pages, the book is filled with useful information that you don't find anywhere else, neither in MSDN and BOL, nor in other books and blogs.

This book is absolutely not "yet another book about Analysis Services" and dramatically distinguishes itself over Wrox's publications.

By the depth of the material presented, this book can be put in the same category as such wonderful books as Inside Microsoft SQL Server 2005 by Itzik Ben-Gan and Kalen Delaney.

Analysis Services 2005 is a serious book for serious people, but in no way dry or boring. I swallowed it in few days as a breathtaking adventure.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
2.0 out of 5 stars buy only if you really care about internals of analysis services
complete waste of time and money. users of analysis services should have no business learning how msas works under the hood. Read more
Published on February 14, 2010 by Sam S
3.0 out of 5 stars This book is best designed for reference or review (not learning)
OK here is an example of smart, comprehensive, hard working people writing a book that unfortunately takes far too much will power to try to learn from. Read more
Published on August 14, 2009 by Rick A. Morelan
3.0 out of 5 stars Very technical but drastically in need of an editor(s)
I read a good part of this book (before I left it on a bus!) and found it both invaluable and infuriating. Read more
Published on March 12, 2009 by Dr. Jazz
3.0 out of 5 stars Good Reference, but Don't Expect Tips and Tricks or even Ideas on...
I bought this book because I was facing a few specific problems while implementing Analysis Services. This book did not help much there. Read more
Published on July 14, 2008 by Che J. Hsu
5.0 out of 5 stars Get this book if you want to master SSAS
I came from the world of Hyperion Essbase and decided to switch to Microsoft SQL Server Analysis services. Read more
Published on June 14, 2008 by Tech Guy
5.0 out of 5 stars Best SQL 2005 Business Intelligence book
I have read 3 SQL 2005 Business Intelligence books and this one is the best by far. For one, it provides a working sample SQL 2005 Business Intelligence Project Solution. Read more
Published on April 14, 2008 by Jaewoo Kim
5.0 out of 5 stars Best Book on SSAS 2005 for Professional Consultant
As a professional consultant for microsoft, I know what a good book on SSAS look like and this book is a great book compared to many other ones. Read more
Published on April 9, 2008 by Binh N. Cao
2.0 out of 5 stars In depth but a difficult read
I agree with a previous reviewer that you should not use this book to learn Analysis Services. Read another book for that, then come to this book if you need a more in depth... Read more
Published on December 19, 2007 by T. Johnson
5.0 out of 5 stars buyer be aware, you need this book
If you're serious about using Analysis Services this book is a must have. No other book gives you as much detail about inner workings of MSAS 2005, period. Read more
Published on July 17, 2007 by Baya
5.0 out of 5 stars More Than You Ever Want to Know About Analysis Services
My title says it all: if you want a nuts and bolts book about Analysis Services and MDX, this is the book for you. Read more
Published on July 4, 2007 by S. Martin
Search Customer Reviews
Only search this product's reviews


Forums

Have something you'd like to share about this product?
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Search Customer Discussions
Search all Amazon discussions

Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category