Re: OLAP clients
- From: "Jeje" <willgart@xxxxxxxxxxx>
- Date: Sat, 3 Feb 2007 09:31:35 -0500
RS is a good tool, but a "static" reporting tool.
if you want to do ad-hoc analysis you'll found a list of tools here:
http://www.mosha.com/msolap/util.htm
SSAS 2005 will really improve the access performance, everything is evaluated on the server side and cached on the server side!
because its a shared cache if you have multiple users, everybody sees its speed increased if there is more then 1 user.
"Daniele Romagnoli" <d.romagnoli@xxxxxxxxxxxxxxx> wrote in message news:u$bcXt4RHHA.3996@xxxxxxxxxxxxxxxxxxxxxxx
Do you think that SQL Server 2005 could solve my problems?.
Do you know some web based application? (I think about Reporting Services)
"Jéjé" <willgart_A_@xxxxxxxxxxxxxx> ha scritto nel messaggio news:ez6ENWvRHHA.1228@xxxxxxxxxxxxxxxxxxxxxxxwith AS2000 most of the calculation are evaluated on the client side.
you'll suffer the same issue with any client / server tool for AS2000
(except the MDX query will be better written)
try to play with your connection string first.
Try adding this in the string:
Execution Location=3;Default Isolation Mode=1
(to force the execution on the server side)
other options:
cache ratio=0.001;cache ratio2=0.001;Non Empty Threshold=1;Cache Policy=7
but make sure you'll test ALL your calculated measures because you could suffer bad results.
You can improve the performance but the query result is bad or the performance can degrade for some measures while improve for other measures.
if its not good after these tests, take a look on a web based application.
"Daniele Romagnoli" <d.romagnoli@xxxxxxxxxxxxxxx> wrote in message news:evVP7JvRHHA.4404@xxxxxxxxxxxxxxxxxxxxxxxHi, my company actually use SQL Server 2000 Analysis Services and OWC 10 as client. We have some performance issue and we would consider some other clients. Can you suggest some good client?
The big problem is that when users browse the cube the response time on the client are very high, but the server does nothing (RAM and processor usage quite low). I think that the problem is the client elaboration of OWC, I would like to use a client that make a server elaboration.
- Follow-Ups:
- Re: OLAP clients
- From: DJX
- Re: OLAP clients
- References:
- OLAP clients
- From: Daniele Romagnoli
- Re: OLAP clients
- From: Jéjé
- Re: OLAP clients
- From: Daniele Romagnoli
- OLAP clients
- Prev by Date: advanced aggregation utility
- Next by Date: Re: OLAP clients
- Previous by thread: Re: OLAP clients
- Next by thread: Re: OLAP clients
- Index(es):
Relevant Pages
|