Answer the question
In order to leave comments, you need to log in
How to get data from OLAP?
There is Analysys Server on which OLAP is built.
Tell me how to get data from this OLAP server to another Database server to save it as a table. Perhaps mdx is needed here?
I use SQL Management Studio. What else is needed?
Answer the question
In order to leave comments, you need to log in
for example, use Linked Server
and constructs by analogy:
select * from openquery(LINKED_OLAP_SERVER, 'SELECT NON EMPTY _
{ [Measures].[Sales Amount] } ON COLUMNS FROM [Sales]')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question