Viewing 15 posts - 181 through 195 (of 207 total)
Thanks for your reply.
Can you expand upon your answer please ? Or could you point me to where i may be able to see some code that does something similar...
May 28, 2013 at 8:44 am
Thanks - you where correct. I ommite the = 20 and it worked.
Thank you very much
🙂
May 16, 2013 at 4:33 pm
solution discovered ! - Our instances where being moved to another VM and they didnt tell me !!!
May 16, 2013 at 9:28 am
Yes the alert is the 'Increased % of fragmented indexes' - even so though, i changed the metric to be collected every 5 mins to intially see if it would...
May 16, 2013 at 9:25 am
Once a week you say ?
Mine is set to once a day. Daily is the longest time interval i can set - there is no option for a weekly collection,...
May 16, 2013 at 7:43 am
Grant
Thanks for all your help i know at least have a better understanding of how to drill down using sql monitor.
I have traced the problem to some sharepoint reports...
May 14, 2013 at 9:10 am
Grant,
The query with the largest numbers against it is the second one in the list:
INSERT INTO @MemStat
EXEC ('DBCC memorystatus() WITH tableresults');
From query plan: 0x06000100e090292b40e18282000000000000000000000000
*****************************************************************
Thje metrics are:
execution count...
May 14, 2013 at 7:01 am
Hello again Grant
Heres what i am finding.
The alert for hash warnings is showing up against server 15 and in the Master database.
I click on 'overview', then my server (server15), then...
May 14, 2013 at 5:43 am
Grant -Once i select the time to the desired time, the screen changes to show the following:
(local)
CPU, MEMORY DISKS, NETWORKS, PROPERTIES AND SYSTEM PROCESSES (TOP 10).
Can you guide me on...
May 13, 2013 at 8:29 am
Thank you very much for that info Grant - I'll be sure to check that out and get back to you if i have any further questions !!
Thanks very much:-)
May 13, 2013 at 5:12 am
Hi - Not sure if this is what your looking for but have you ran sp_whoisactive ?
Would this not tell you what process/user is having this effect ?
May 12, 2013 at 3:27 pm
ahhh right that makes sense then. So 8k multiplied by 15586 is approx 121MB - which is what the query shows me.
So if the sql max memory setting is at...
April 25, 2013 at 8:10 am
The sql server has 24Gb and the server's max memory is set to approx 19Gb.
From the 1st query listed above (to return the objects in the buffer) i get the...
April 25, 2013 at 7:52 am
Sorry for the late reply to your post.
Thank you very much for those queries.
Can i ask though, once I have identified these large objects what is the recommended action ?...
April 25, 2013 at 6:37 am
I used the script that Kendra little uses in her optimizing indexes video from http://www.brentozar.com.
I have just added the excel spead sheet as ive noticed the text has got formatted...
April 11, 2013 at 10:14 am
Viewing 15 posts - 181 through 195 (of 207 total)