Ajax to monitor stored procedure execution time

  • Thread starter Thread starter Luigi
  • Start date Start date
L

Luigi

Hi all,
is it possible to use Ajax to monitor execution time of a stored procedure
in a .aspx page?

Thanks in advance.
 
Could you be more specific?
Do you want to monitor SQL turn around time or actual time taken to execute
the stored procedure?
If you are trying to measure the turn around time.. you could take
difference between datetime.now values before calling the database and
and after the execution returns back from the database

When are you executing the stored procedure? During an updatepanel post
back?


--------------------

Thank You,
Nanda Lella,

This Posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top