Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,



i developed web application but when multiple user is login then it is working
very slow.

i check my PROCEDURE it is taking 11 sec then how much time it will take
from sql server to web application .


i want to know any tool where i can find which thing is taking time
to load and bind data from sql server to web application
Posted

1 solution

I would start with SQL Profiler[^] and see if the database side is the bottleneck and if it is, why. This tool helps you to locate the statement or statements that take too much time. See the individual topics in Profiler Tasks to learn more how to use it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900