简体   繁体   中英

SSIS Package returning less rows with MDX query

I'm trying to extract data from a cube using MDX, when I run the query in SSMS I get 500K rows (same result I get when I use excel to connect to the cube), however, when I put the query into a SSIS package and execute it I get only 100k rows. The package executes just fine (completes correctly), it doesn't show any errors, warnings, anything so not sure why I'm not getting the same number on rows :(.

Thanks for the help! :)

好了,我仍然不知道是什么引起了这个问题,但是我能够通过使用链接服务器查询而不是直接向多维数据集的直接MDX查询来提取所有数据。

If you dump it to RAW file SSIS dumps the whole extract. Then you can import from the RAW file. It's not an ideal but solves the issue.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM