Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In our database there is one table which is referenced from more then 20 tables. Also we have too much constraints on our database. Is that the reason for slowness of application?

What I have tried:

Our DB Server showing 99% CPU utilization. We are using High configuration VMs like 64GB RAM and almost like 16V CPUs. Our site performance is very low. Please suggest what to do?
Posted
Updated 19-Feb-18 8:34am
v2
Comments
Mehdi Gholam 19-Feb-18 6:16am    
Use the sql profiler to see what the bottlenecks are.

1 solution

There is no way for us to know what is causing it to be slow. You'll need to use Sql Profiler, Sql Tuning Advisor, Query Estimated Execution Plan and any other tools to track down where the slowness is.
 
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