The way I'd access the cube is by sending MDX through Openquery from a proc:
SET @nv_mdx =
'WITH
SET [Days] AS ''''{[years].[time]}''''
SELECT {Days} ON 0,
[Product].[Product].members
DIMENSION PROPERTIES
MEMBER_CAPTION,
[Product].[Product Division ID]
ON 1
FROM...
I'm having problems connecting to Analysis Services 2005 via a linked server. I'm selecting:
Microsoft OLE DB Provider For Analysis Services 9.0
as the provider and also entering values for the data source and catalog. It wouldn't allow me to enter just these details and requested a product...
I have a report which is based on an a stored procedure. This returns data based upon parameters supplied at runtime from a form. Results are usually returned within a few seconds.
There are certain values which when passed as parameters cause the stored procedure to take longer (4 mins)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.