Quantcast
Channel: SQL Server Analysis Services forum
Viewing all articles
Browse latest Browse all 14337

MDX limit usage

$
0
0

Hi,

       Lets say after a basic query in MDX my output was 100 rows. If I want to limit to top 10 rows, I can use topcount. But, this usage of Topcount will fetch entire 100 rows from database and then pick the top 10 from it. I wonder if there is any other possible way to fetch top ten rows directly from database.

Thanks,

Raghav


Viewing all articles
Browse latest Browse all 14337

Trending Articles