Ajax to monitor stored procedure execution time

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.
 
N

Nanda Lella[MSFT]

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top