Select the product you need help with
FIX: An MDX query in SQL Server 2008 R2 runs very slowly if the query contains nested Crossjoin functionsArticle ID: 2707185 - View products that this article applies to. Microsoft distributes Microsoft SQL Server 2008 R2 SP1 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 2008 R2 SP1 fix release. On This PageSymptomsConsider the following scenario. You run an MDX query that uses nested Crossjoin functions in Microsoft SQL Server 2008 R2. The nested Crossjoin functions reference some interleaved hierarchies. In this scenario, the query runs very slowly, and SQL Server 2008 R2 may stop responding. For example, you run an MDX query that resembles the following:
CauseThis issue occurs because the memory that is needed to group hierarchies from the same dimension increases exponentially and is finally used up. ResolutionCumulative update informationSQL Server 2008 R2 Service Pack 2The fix for this issue was first released in Cumulative Update 3. For more information about how to obtain this cumulative update package for SQL Server 2008 R2 Service Pack 2, click the following article number to view the article in the Microsoft Knowledge Base:2754552 Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2008 R2 Service Pack 2 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/2754552/
)
Cumulative update package 3 for SQL Server 2008 R2 Service Pack 2
2730301
(http://support.microsoft.com/kb/2730301/
)
The SQL Server 2008 R2 builds that were released after SQL Server 2008 R2 Service Pack 2 was released
SQL Server 2008 R2 SP1The fix for this issue was first released in Cumulative Update 8. For more information about how to obtain this cumulative update package for SQL Server 2008 R2, click the following article number to view the article in the Microsoft Knowledge Base:2723743 Note Because the builds are cumulative, each new fix release contains all the hotfixes and all the security fixes that were included with the previous SQL Server 2008 R2 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
(http://support.microsoft.com/kb/2723743 /
)
Cumulative update package 8 for SQL Server 2008 R2 Service Pack 12567616
(http://support.microsoft.com/kb/2567616/
)
The SQL Server 2008 R2 builds that were released after SQL Server 2008 R2 Service Pack 1 was releasedStatusMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. WorkaroundTo work around this issue, change the query to put the second dimension hierarchy in the outer Crossjoin function. For example, rewrite the query to resemble the following: PropertiesArticle ID: 2707185 - Last Review: October 15, 2012 - Revision: 3.0
| Article Translations |


Back to the top








