Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: server side [?] query execution time

    ok, thx for your help Gail :kiss:

  • RE: server side [?] query execution time

    GilaMonster (6/28/2009)


    Are things like IO latency (when fetching data off disk), lock wait times and the like relevant, or are you just looking for the amount of timethe queries spent...

  • RE: server side [?] query execution time

    GilaMonster (6/28/2009)


    rw30 (6/28/2009)


    then the only way to know server side query execution time is to run SSMS on the server ? right ?

    Or with a fast network where SQL's not...

  • RE: server side [?] query execution time

    Was that via profiler or SSMS's query execution time (bottom right). The latter does include network trip time and everything as it's a display of the time until management studio's...

  • RE: server side [?] query execution time

    GilaMonster (6/28/2009)


    rw30 (6/28/2009)


    GilaMonster (6/28/2009)


    SET STATISTICS TIME ON

    and then run your query. There will be fairly detailed time breakdowns in the messages pane.

    results shown after enabling SET STATISTICS TIME are...

  • RE: server side [?] query execution time

    GilaMonster (6/28/2009)


    SET STATISTICS TIME ON

    and then run your query. There will be fairly detailed time breakdowns in the messages pane.

    results shown after enabling SET STATISTICS TIME are almost exactly...

  • RE: server side [?] query execution time

    what I would like to get is the same what you get inOracle by setting SQL_TRACE=TRUE

    and then extracting the trace file by TKPROF

Viewing 7 posts - 1 through 8 (of 8 total)