May 8, 2015 at 11:38 am
My Server is slow, I am planning add the memory and CPU as it is virtual, I just want track the performance just for those 2 things, will be running some heavy queries to test,
Can I get a help with this as a simple query to create the trace, as I do not want to select everything,
Thanks in Advance,
Regards,
Bubby
May 8, 2015 at 7:50 pm
bubby (5/8/2015)
My Server is slow, I am planning add the memory and CPU as it is virtual, I just want track the performance just for those 2 things, will be running some heavy queries to test,Can I get a help with this as a simple query to create the trace, as I do not want to select everything,
Thanks in Advance,
Regards,
Bubby
I doubt that your server is slow. The code on it is slow. Adding memory and CPU might help a little bit but not as much as finding the slow code and fixing it.
Start by opening the Object Explorer in SSMS (press the {f8} key if it's not already open), right click on the instance name, select reports, and then follow your nose through the standard performance reports. It'll not only tell you which queries are the worst but which parts of the queries are the worst.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply