Reviewing other maintenance tasks or tools
In this section, we have a number of tasks and tools that can support the operational needs of your SQL Server Analysis Server solutions. Let's look at each of them in detail.
Warming multidimensional models
One of the issues with multidimensional models is that they use caching extensively to improve query performance. When a cube is reprocessed, the cache is cleaned up. When users start to use the cube, they can experience significant performance issues because the data is being retrieved from disk as opposed to memory. While this can happen at any time, especially when uncommon queries are run, it can be frustrating if, every Monday morning, the CEO needs to wait for this query. Once it is cached, it performs great.
The solution to this issue is to warm the cache. This typically involves running several queries right after the cube has been processed to load common or key data into the cache, thereby improving the user experience...