Viewing 15 posts - 151 through 165 (of 338 total)
Hi Guys ,
Thank you for taking time to reply to this thread . Much appreciate it.
I run this script :
SELECT *
FROM sys.dm_os_wait_stats
ORDER BY wait_time_ms DESC
GO
The result is as below (...
November 30, 2015 at 4:27 pm
It will still be my concern because memory is very high ( 96%)
Then how do I solve that issue and slowness as well ?
November 29, 2015 at 8:59 pm
My concern is why the memory becomes very high even tho it has been capped since a long time ago .
Very curious
November 29, 2015 at 8:22 pm
Hi ..
Thank you very much on your feedback . I have asked this question to my co-worker but no feedback so far . I will get back to you...
November 26, 2015 at 9:23 pm
Hey .. i hv tuned some highes queries and the application still slow ..i am thinking there might be something outside database .. btw this is CRM application .
November 11, 2015 at 12:54 am
i think this is even worse
a query which runs once an hour and does 1 million reads
Am I right ?
November 5, 2015 at 9:42 pm
Btw I have tuned the highest Query so far and the logical read drop to 5 from 900.000 , But user still complains about slowness .
Would it be due to...
November 5, 2015 at 8:51 pm
Thanks for the reply Gail . Much Appreciate it .
Hmm My team just checked the graph .. It was spiking from 4 PM - until 4 :17 PM
and I...
November 4, 2015 at 5:08 pm
Hi Guys
A bit update ..
I ran Profiler from client side ( Tool – Profiler )
November 4, 2015 at 4:21 pm
Thanks so much Gail
That’s a very good Information for me! I will work it out with my team
October 8, 2015 at 6:23 pm
Hi Guys ,
I just run the script from Extended Event and here what I get ( but I still don’t know what is the cause of this deadlock ) –...
October 7, 2015 at 11:14 pm
HI guys ,
I got something from Error Log but I couldn’t read the deadlock culprit ( The result as attached )
I assume the yellow highlighted is the Victim and...
October 7, 2015 at 6:27 pm
Thanks so much Gail !!
I just enable it using DBCC TRACEON(1222,-1)
and will see how it goes
Can I turn it on forever ? just in case one day I need...
October 6, 2015 at 11:59 pm
OK COOL . Thanks for that
Btw how do I catch the deadlock process so I will know which queries that are involved at specific time?
October 6, 2015 at 10:30 pm
Viewing 15 posts - 151 through 165 (of 338 total)