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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

AJAX 10
Session Time out with Ajax 1
AJAX v. Postback 4
cleanup objects/resources 2
AJAX and State Maintenance 3
Regarding AJAX 5
How to enable AJAX in ASPX page after the fact 5
Using Ajax without JavaScript 2

Back
Top