Analysis Services 2005 Performance Guide
This white paper describes how application developers can apply performance-tuning techniques to their Microsoft SQL Server 2005 Analysis Services Online Analytical Processing (OLAP) solutions ... Source : Microsoft.com - Download
Analysis Services Query Performance Top 10 Best Practices
This article lists the ten most common best practices that the Microsoft SQL Server development team recommends with respect to optimizing Analysis Services query performance ... Source : Microsoft.com - Technet Article
Analysis Services; Using Dedicated Query and Processing Servers
In this article, Denny Lee from SQLCat explains the benefits of using separate, dedicated servers for processing and querying cubes. He then goes on to explain the 4 methods used to sync. the newly processed cubes across to the query server; Backup/Restore, Attach/Detach, Sync and Robocopy ... Source : Denny Lee - SQLCat.com - Article
Analysis Services Processing Best Practices
Following the best practices described in this article will help you improve the performance of OLAP database processing ... Source : Microsoft.com - Technet Article
OLAP Design Best Practices for Analysis Services 2005
This paper outlines the recommended best practices for designing OLAP databases in Microsoft SQL Server 2005 Analysis Services to better meet the functional and performance needs of users ... Source : Microsoft.com - Technet Article
Securing Analysis Services
Covers all aspects of Analysis Services Security ... Source : Microsoft.com - MSDN Article
How to warm up the Analysis Services data cache using the Create Cache statement
This document describes how to build Create Cache commands. Create Cache for Analysis Services was introduced in Service Pack 2 of SQL Server 2005. It can be used to make one or more queries run faster by populating the OLAP storage engine cache first ... Source : Eric Jacobsen, Cristian Petculescu - SQL Server Customer Advisory Team - Blog Post
Analysis Services 2005 Processing Architecture
Processing is the operation in which the Analysis server reads data from the relational data source and populates the cubes, dimensions, mining models, etc. This whitepaper describes the Analysis Services 2005 processing architecture in detail and provides guidance on how and when to use the various processing controls ... Source : Microsoft.com - MSDN Article
Scale-Out Querying with Analysis Services Using SAN Snapshots
This SQL Server Best Practices white paper describes the use of virtual copy SAN snapshots in a load-balanced scalable querying environment for Microsoft SQL Server 2005 Analysis Services to increase the number of concurrent queries to Analysis Services servers with a rapid response time per query ... Source : Microsoft.com - Download
Scale-Out Querying with Analysis Services
This white paper describes how to set up a load-balanced scalable querying environment for Microsoft SQL Server 2005 Analysis Services so that you can handle a large number of concurrent queries to your Analysis Services servers. Load-balanced querying ensures that readers of OLAP cubes can consistently query for the latest aggregations throughout the day and distribute the load of all queries among the available servers. This scale-out querying architecture optimizes cube processing time, increases the frequency of cube update, and makes processing more robust as you can afford more frequent processing and transparent error recovery ... Source : Microsoft.com - Technet Article
Analysis Services Code Samples inc. Load Simulations
This project contains SQL Server Analysis Services samples contributed by Microsoft, MVPs, and other members of the community. The sample code (Analysis Services Load Simulator aka ASLoadSim) contains a set of utilities used to generate a query load and test the scalability of Analysis Services server. ... Source : Codeplex.com
Introduction to the Unified Dimensional Model (UDM)
This paper provides an introduction to the Unified Dimensional Model (UDM), including the basic end-user model, and a brief overview of the architecture and security models ... Source : Microsoft.com - MSDN Article
Designing SQL Server 2005 Analysis Services Cubes for Excel 2007 PivotTables
This document outlines how to improve the end-user experience by optimizing the cube design for Microsoft Office Excel 2007 PivotTable dynamic views ... Source : Microsoft.com - Download
Identifying and Resolving MDX Query Performance Bottlenecks in SQL Server 2005 Analysis Services
This article provides the information about the available MDX query troubleshooting tools and demonstrates how to use the most common of these tools to identify and resolve MDX query performance bottlenecks with individual MDX queries ... Source : Microsoft.com - Download
Best SQL Server 2005 MDX Tips and Tricks
Here is a list of tips and tricks as well as best practices on how to get better performance from your MDX queries in AS2005 ... Source : Nicholas Dritsas - SQL Server Customer Advisory Team - Blog Post
Introduction to MDX Scripting in Microsoft SQL Server 2005
This document describes how Multidimensional Expressions (MDX) for Microsoft SQL Server 2005 can be applied to common business problems. This document assumes some familiarity with MDX ... Source : Microsoft.com - MSDN Article
Enabling Drillthrough in Analysis Services 2005
Discover the new Analysis Services 2005 drillthrough architecture ... Source : Microsoft.com - MSDN Article
Handling Data Integrity Issues in Analysis Services 2005
Learn about common data integrity issues, and see how Analysis Services 2005 gives you the tools to handle them ... Source : Microsoft.com - MSDN Article
Many-to-Many Dimensions in Analysis Services 2005
See an example of using the Many-to-Many dimension in SQL Server 2005 Analysis Services to analyze sales data, and get ideas for other uses such as treating medical conditions, software testing, and more ... Source : Microsoft.com - MSDN Article
Analysis Services Many-to-Many Dimensions: Query Performance Optimization Techniques
Many-to-many dimension relationships in SQL Server 2005 Analysis Services (SSAS) enable you to easily model complex source schemas and provide great analytical capabilities. This capability frequently comes with a substantial cost in query performance due to the runtime join required by Analysis Services to resolve many-to-many queries. This best practices white paper discusses three many-to-many query performance optimization techniques, including how to implement them, and the performance testing results for each technique ... Source : Microsoft.com - Downloads
Resolving Common Connectivity Issues in SQL Server 2005 Analysis Services Connectivity Scenarios
This article identifies the top 10 connectivity scenarios in which users may experience connectivity problems and explores error messages generated by common client applications. It shows you how to quickly isolate each error, and then provides the information you need to resolve the underlying issue that caused the particular error message ... Source : Microsoft.com - Technet Article
Check List for Performance Optimisation in SQL Server Analysis Service 2005
In this article, Dinesh Asanka points out four areas in SQL Server Analysis Services where performance can be improved ... Source : sql-server-performance.com - Article