Re: OLAP clients
- From: "Daniele Romagnoli" <d.romagnoli@xxxxxxxxxxxxxxx>
- Date: Sat, 3 Feb 2007 13:04:26 +0100
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@xxxxxxxxxxxxxxxxxxxxxxx
with 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@xxxxxxxxxxxxxxxxxxxxxxx
Hi, 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: Jeje
- Re: OLAP clients
- References:
- OLAP clients
- From: Daniele Romagnoli
- Re: OLAP clients
- From: Jéjé
- OLAP clients
- Prev by Date: MDX Query for Date Ranges in the cube
- Next by Date: advanced aggregation utility
- Previous by thread: Re: OLAP clients
- Next by thread: Re: OLAP clients
- Index(es):
Relevant Pages
|