F
F
favbet2015-08-25 23:07:34
OLAP
favbet, 2015-08-25 23:07:34

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

2 answer(s)
A
Arexander, 2015-08-26
@fivec

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]')

F
favbet, 2015-08-26
@favbet

Ravze in Management Studio can execute mdx queries to the Analysis Server?
I have Management Studio and Visual Studio at my disposal.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question