Re: Query question

From: Van T. Dinh (VanThien.Dinh_at_discussions.microsoft.com)
Date: 06/11/04


Date: Sat, 12 Jun 2004 08:35:17 +1000

In the SQL Server Analyzer, check the step that uses the highest percentage
of processing time. The problem will be around there. It likely to be the
hash Table (tunable???).

OTOH, it is much better to use Pass-Through Query since in PTQ, the
processing is done by the SQL Server and only data from the selected rows is
send through the network to the PC.

-- 
HTH
Van T. Dinh
MVP (Access)
"Gregg" <anonymous@discussions.microsoft.com> wrote in message
news:1b42201c44fcc$bd397ac0$a501280a@phx.gbl...
> I did use SQL Server's Query Analyzer, that's Analyzer
> with a "z", and got the no tunable tables. On the comment
> of John's, I replied to it and said, it make s no
> difference if the table is joined or not, the runtime is
> the same. Thanks for the help so far. Is there anything
> else you can suggest?
>


Relevant Pages

  • Re: Query question
    ... >In the SQL Server Analyzer, check the step that uses the ... >of processing time. ... it is much better to use Pass-Through Query since ... >> I did use SQL Server's Query Analyzer, ...
    (microsoft.public.access.queries)
  • Re: Importing bulk Data to SQL CE (insert/update)
    ... I want to minimise the processing time. ... > SQL CE 2.0 for inserting records which is been read from a flat text ... > Also Merge Replication cannot be done as it required IIS & SQL server ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Importing bulk Data to SQL CE (insert/update)
    ... I want to minimise the processing time. ... > SQL CE 2.0 for inserting records which is been read from a flat text ... > Also Merge Replication cannot be done as it required IIS & SQL server ...
    (microsoft.public.sqlserver.ce)
  • Immer noch Probleme mit dem Debugger
    ... Client (Query Analyzer) und SQL Server nicht auf der gleichen Maschine ... Gezielt gesetzte Haltepunkte waren dem Debugger ...
    (microsoft.public.de.sqlserver)
  • Re: loading sql files from a master file Oracle equivalent
    ... In Query Analyzer, no. ... In the command-line tool OSQL, ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)