Viewing 15 posts - 406 through 420 (of 1,170 total)
The update of the stats for all databases lasts for 20-30 seconds. Except Schema locking, no other locking is put on tables, and that is satisfying.
I see the app queries...
December 24, 2014 at 3:24 am
This doesn't work for Standard edition of SQL Server.
December 19, 2014 at 7:17 am
Hany Helmy (12/16/2014)
Nice tricky question, needs to be read slowly to get it right 🙂
+1
December 19, 2014 at 3:34 am
GilaMonster (12/4/2014)
The latch wait is related to parallel table scans. Tune your queries to avoid large table scans running in...
December 4, 2014 at 3:44 am
GilaMonster (12/2/2014)
Again, what is making you think there's an IO-related problem here? You're talking about getting SSDs,...
December 3, 2014 at 12:18 pm
GilaMonster (12/2/2014)
December 2, 2014 at 8:16 am
GilaMonster (12/2/2014)
Well, they're fast drives, so what other kind of problem would you expect them to help with?
You're right. I should devote more effort on the objects' executions. However we...
December 2, 2014 at 4:00 am
GilaMonster (12/2/2014)
Again, what is making you think there's an IO-related problem here? You're talking about getting SSDs,...
December 2, 2014 at 3:51 am
GilaMonster (12/2/2014)
Why are you looking at SSDs? What suggests that you have a IO contention?
Many stored procedures are using temp objects, and their execution count is too high. Some have...
December 2, 2014 at 3:32 am
DBA From The Cold (12/2/2014)
I would have thought that if you are using tempdb heavily, placing it on a faster IO subsystem would improve performance. But how much? I...
December 2, 2014 at 3:07 am
Or, ... Does someone think it won't bring significant improvements considering the big enough RAM? Every attitude is welcome...
Thanks
December 1, 2014 at 3:57 pm
Jack Corbett (12/1/2014)
December 1, 2014 at 2:32 pm
Sean Lange (11/19/2014)
Igor Micev (11/19/2014)
Sean Lange (11/19/2014)
Igor Micev (11/19/2014)
Sean Lange (11/19/2014)
It makes sense if you think about it....
November 19, 2014 at 11:06 am
Sean Lange (11/19/2014)
Igor Micev (11/19/2014)
Sean Lange (11/19/2014)
It makes sense if you think about it. How would the 208...
November 19, 2014 at 10:40 am
Sean Lange (11/19/2014)
It makes sense if you think about it. How would the 208 database know that the...
November 19, 2014 at 9:24 am
Viewing 15 posts - 406 through 420 (of 1,170 total)