Viewing 2 posts - 1 through 2 (of 2 total)
Thanks for your interest. Actually I was able to solve this problem by my self. It was just a matter of finding the tuples for the max value coordinates at...
November 13, 2014 at 8:46 am
#1758275
I have a similar issue.
My openrowset syntax is as given below.
select *
from openrowset('MSOLAP', 'Datasource='datasource'; Initial Catalog= 'cubedb',
'SELECT {my mdx query}')
it works just fine. But if I modify a...
July 10, 2008 at 7:58 am
#840833