Viewing 14 posts - 31 through 44 (of 44 total)
Thanks Ninja, I just added that one to my list of queries to try.
I ran this on the problem DB and no stats are more than 0.3% modified, so...
July 5, 2011 at 6:33 am
Thanks to both of you, but stats are in good shape, we run a full update weekly on all indexes, plus we ran a midweek one last week as well,...
July 4, 2011 at 5:18 pm
Ninja,
They are OLTP queries and the bane of my existence....
They are dynamically generated so in many cases they are single use plans.....we are currently fighting with development on that...
July 4, 2011 at 8:00 am
Awesome, thanks guys.
I am going to set to MAX of 0 and Cost Threshold of 18, the query to see the plan caches actually showed a TON of them around...
July 4, 2011 at 7:53 am
...forgive the dumb newbie...I was confusing the 2 settings.
Sorry, I have not touched the Cost threshold setting yet, only the max setting. The cost is at 5 and the Max...
July 4, 2011 at 7:46 am
Thanks everyone, I will take a look at that blog, just for some more detail on our system.
It is a mix system, the clients do a TON of transaction...
July 4, 2011 at 7:43 am
Thanks everyone for the help on the holiday weekend.
I was able to run the query provided to see the cumulative WAIT stats since last restart. Which has been the...
July 4, 2011 at 6:42 am
Thanks Guys,
I will try to setup the some traces on Tuesday, during business hours (only time we really see bad perf).
As far as the memory settings, we were...
July 3, 2011 at 6:45 am
Also wanted to add that we are seeing the CPUs (average of all 24) spike to around 50 - 70% sporatically throughout the work day. The spikes generally last 5...
July 2, 2011 at 5:58 am
The disk subsystem is presented storage from a Dell EQ array. Both, the previous and current setups were on this, and seek times are under 10ms, so we have more...
July 1, 2011 at 3:41 pm
Unfortunately, backups (both onsite and offsite) have the corruption.
Yes, we have a process of moving older backups offsite, but because of the large number of databases that we manage (greater...
December 15, 2010 at 10:21 am
Thanks Gail, that is what I feared. I have already started writing some BCP scripts to pull the data out into a new DB shell. We have weekly CHECKDB jobs...
December 14, 2010 at 1:37 pm
No Problem:
DBCC CHECKDB (<Database Name>) WITH NO_INFOMSGS, ALL_ERRORMSGS
Msg 8921, Level 16, State 1, Line 1
Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a...
December 14, 2010 at 1:18 pm
Thanks Gail, but we are out of luck with the backup. We run hourly TRAN logs, nightly DIFFs and weekly FULLs, but by the time this issue bubbled up, our...
December 14, 2010 at 12:55 pm
Viewing 14 posts - 31 through 44 (of 44 total)