Tagged Questions
3
votes
1answer
54 views
CPU column 5x higher on one machine vs another?
We're running into a strange issue in a deployed version of our product where the performance is just not very good. When we restore a backup of their DB on one of our machines, it performs as we ...
3
votes
5answers
720 views
Does SQL profiler affect server performance?
I am facing a problem where the sql server 2008 fails for some high load. I need to find that load case and need to optimize the code so that it can handle the load.
I have found on the internet that ...
4
votes
3answers
706 views
For every insert statement I see sp_executesql in SQL Server Profiler
Working on tuning our database and queries for one of our products, I decided to pop open Profiler in the QA environment and see what it shows.
I saw for every insert I called, a call was made to ...