Re: Optimizing this very slow query

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



executing the query at the server side will use 100% of the server CPU
instead-of 100% of the client CPU.
Because, by default, the client evaluate the formula, so 100% of the
client's cpu is used.

you can improove the performance by setting up the right aggregations in the
cube, I mean insure that the levels used in your queries are aggregated.

what your query do?
you want to display values only for monthtime with source & destination
available?

"Charlie" <charlie> wrote in message
news:eKYbu%23nOFHA.2384@xxxxxxxxxxxxxxxxxxxxxxx
> Thanks for that read. The problem is not the bandwidth or the sending of
> the data. So I don't know how much of a speed difference it will make
> asking for server execution. Besides I tried that connection string change
> yesterday and it seemed to produce an unstable connection (the application
> reported all sorts of strange errors fetching dimension data).
>
> I believe the problem is in the way the client applies the where
> condition. See the thread "Why is this query faster?" in this group for
> the question this has led me to.
>
> Thanks,
> Charlie
>


.



Relevant Pages

  • Re: High CPU in client (Excel, OWC, Proclarity, etc.) accessing Analysis Services
    ... We have encountered similar problems not limited to Excel, but every client. ... occur when there are many dimensions nested on each other on a single axis ... > Performance Guide to optimize the query, the cube, the server, etc. ... > While the query was grinding, the server was doing absolutely nothing. ...
    (microsoft.public.sqlserver.olap)
  • RE: LDAP query for xerox 3545 printer/scanner blocked by SBS 2003?
    ... Client and printer pointing to SBS for DNS ... LDP query from another workstation was successful ... Step2:Please ensure the DNS on workstation is pointed to SBS server. ... Monitor will capture some packets which pass through this interface. ...
    (microsoft.public.windows.server.sbs)
  • Re: public distributed filesystem
    ... You have a simple server which keeps track of client ... >>whether a peer has honestly kept your data block ... respond to any checksum query is to essentially store ...
    (comp.os.linux.misc)
  • Re: Allow non-Administrator to view and terminate processes for all users
    ... that is a classic client server implementation. ... tight CPU loop - no page faults, no I/O, no database interaction, no network ... track down and terminate the "bad" processes. ...
    (microsoft.public.windows.server.security)
  • Re: Parameterized Query
    ... The only point for a parameter, client side, is the where clause and you ... benefit from execution cache plans on a server like SQL Server. ... if the sql in the sproc is fully qualified. ... Assembling the query, client or server side, will take very few cycles. ...
    (microsoft.public.dotnet.framework.adonet)