Stored Procedure Performance

  • Hi All,

    How to measure the performance of a stored procedure. is there any specific methods available ?

    Regards

    Karthik

     

     

    karthik

  • Many people lok at the Execution Plan to see what the procedure is doing and measure the time.

  • I use SQL Profiler to measure the CPU, DURATION, WRITES and most important, READS.

     


    N 56°04'39.16"
    E 12°55'05.25"

  • I do a combination of both.  Execution plan is important, but so is logical reads.  Stored procedure performance is subjective.  What are you trying to accomplish?

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • Maybe still answering questions from interview?

    like here...

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply