FIX: An MDX query against a measure group takes much longer than you expect to run, and SQL Server 2005 Analysis Services incorrectly reads data from the partitions instead of from the aggregations (915795)



The information in this article applies to:

  • Microsoft SQL Server 2005 Analysis Services

BUG #: 445 (SQL Hotfix)
Microsoft distributes Microsoft SQL Server 2005 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2005 fix release.

SUMMARY

This article describes the following about this hotfix release:
  • The issues that are fixed by the hotfix package
  • The prerequisites for installing the hotfix package
  • Whether you must restart the computer after you install the hotfix package
  • Whether the hotfix package is replaced by any other hotfix package
  • Whether you must make any registry changes
  • The files that are contained in the hotfix package

SYMPTOMS

When you run a Multidimensional Expressions (MDX) query against a measure group in Microsoft SQL Server 2005 Analysis Services, you experience the following symptoms:
  • The MDX query takes much longer than you expect to run. For example, a query that you expect to take approximately 12 seconds to run may take approximately 4 minutes to run.
  • If you run a SQL Server Profiler trace to trace the query execution, you determine that Analysis Services incorrectly reads data from the partitions instead of from the aggregations.
This problem occurs if the following conditions are true:
  • You run a Process Incremental operation on one or more of the partitions in the measure group that you query.
  • You run an MDX query that resembles the following.
    select filter([Measures].members, [Measures].currentmember.member_caption = [Measures].currentmember.member_caption) on columns from [Adventure Works]
Note If you run a Process Index operation on the partitions on which you ran the Process Incremental operation, this problem does not occur.

CAUSE

This problem occurs because of a code problem in Analysis Services. A dimension may have lazy processing enabled. This is when the ProcessingMode property is set to the LazyAggregations value. Additionally, the AttributeRelationship value of this dimension may have the RelationshipType property set to the Flexible value. If you run a Process Update operation on this dimension without also running a Process Index operation, Analysis Services drops the flexible aggregations. Additionally, Analysis Services does not rebuild the aggregations.

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for SQL Server 2005. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

913089 How to obtain the latest service pack for SQL Server 2005

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next SQL Server 2005 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

To apply this hotfix, you must have Analysis Services installed on the computer.

Restart information

You do not have to restart the computer after you apply this hotfix. However, the Analysis Services service automatically stops and then restarts when you apply this hotfix.

If the computer on which you apply this hotfix is configured for HTTP access, you must stop Microsoft Internet Information Services (IIS) before you apply this hotfix. Then, you must restart IIS after you apply this hotfix.

If Analysis Services is installed as a named instance, you must stop the SQL Server Browser service when you apply this hotfix. You must stop this service because this hotfix updates the Msmdredir.dll component of the SQL Server Browser service.

Registry information

You do not have to change the registry.

Hotfix file information

This hotfix contains only those files that are required to correct the issues that this article lists. This hotfix may not contain all the files that you must have to fully update a product to the latest build.

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.SQL Server 2005, 32-bit x86 versions
File nameFile versionFile sizeDateTime
Msmdlocal.dll9.0.1530.015,588,56801-Mar-200608:34
Msmdpump.dll9.0.1530.03,913,94401-Mar-200608:32
Msmdspdm.dll9.0.1530.0154,32801-Mar-200608:32
Msmdsrv.exe9.0.1530.014,567,12801-Mar-200608:34
Msmgdsrv.dll9.0.1530.05,935,83201-Mar-200608:33
Msolap90.dll9.0.1530.04,204,76001-Mar-200608:33
SQL Server 2005, 64-bit x64 versions
File nameFile versionFile sizeDateTime
Msmdlocal.dll9.0.1530.030,018,77601-Mar-200607:52
Msmdpump.dll9.0.1530.04,959,44801-Mar-200607:51
Msmdsrv.exe9.0.1530.029,343,44801-Mar-200607:52
Msmgdsrv.dll9.0.1530.08,910,04001-Mar-200607:51
Msolap90.dll9.0.1530.05,668,56801-Mar-200607:51
SQL Server 2005, 64-bit IA-64 versions
File nameFile versionFile sizeDateTime
Msmdlocal.dll9.0.1530.048,429,78401-Mar-200607:56
Msmdpump.dll9.0.1530.06,528,72801-Mar-200607:54
Msmdsrv.exe9.0.1530.047,463,12801-Mar-200607:56
Msmgdsrv.dll9.0.1530.012,842,20001-Mar-200607:55
Msolap90.dll9.0.1530.07,687,38401-Mar-200607:54

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in SQL Server 2005 Service Pack 1.

MORE INFORMATION

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MinorLast Reviewed:7/26/2006
Keywords:kbsql2005presp1fix kbHotfixServer kbQFE kbpubtypekc KB915795 kbAudDeveloper kbAudITPRO