![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello,everyone. I'm beginner in OLAP and I need some help. So, I'm using SQL SERVER 2000 without Analyses Service (not installed). I wanted to create simple query to select some data from cube which is on another server with analyse services installed. EXEC sp_addlinkedserver @server = 'San', @srvproduct = '', @provider = 'MSOLAP', @datasrc = 'San', @catalog = 'Sales' GO but then a run openquery I get a message that database Sales not found. But it there,beacouse I can select data from any table if add server as sql server! If I remove database and run openquery I get an error "cannot open cube 'Test'". Can anyone explain me where is my error and how to solve thisproblem? Thanks a lot. |
![]() |
| Thread Tools | |
| Display Modes | |
| |