Viewing 15 posts - 91 through 105 (of 137 total)
jasona.work (1/22/2013)
Fill factor 0 = 100% full on each page (no free space) so adding ANY new rows to the table will cause a page split, correct?
Not exactly. SQL...
January 22, 2013 at 8:03 am
richardmgreen1 (1/22/2013)
I'm just woring through this and I've found a database where all the indexes have a fill factor of 0 (yup, zero).
Fill factor 0 is the same as 100....
January 22, 2013 at 4:46 am
Hahaha, yeah, that's fixed in the upcoming v17. The funny part is that sp_Blitz doesn't actually use WITH RECOMPILE, but the check looks for the words, and the words...
January 15, 2013 at 6:46 am
The log-bigger-than-database check is one of my favorite recent additions. I can't believe how often it comes up, and it's something I never would have thought to check for...
January 15, 2013 at 6:07 am
GSquared (1/10/2013)
[master].[dbo].[sp_Blitz] has WITH RECOMPILE in the stored procedure...
January 10, 2013 at 12:59 pm
PAH-440118 (1/10/2013)
January 10, 2013 at 12:08 pm
Hi! Brent here. If you're the kind of person who learns best by reading, I'd check out the book Virtualizing Tier 1 Applications on VMware vSphere. I'm typing this from...
October 24, 2012 at 10:24 am
No, I mean follow up on the error. Check all of the event logs described in our troubleshooting checklist:
http://www.brentozar.com/archive/2011/12/sql-server-troubleshooting-checklist/
Go through all of those, and the error's going to show...
September 8, 2012 at 10:38 am
OK, great, that's one start. Now can you follow up with the rest?
September 8, 2012 at 10:35 am
No, you can't ignore the error. 😀 Check all of the event logs described in our troubleshooting checklist:
http://www.brentozar.com/archive/2011/12/sql-server-troubleshooting-checklist/
Go through all of those, and the error's going to show up in...
September 8, 2012 at 10:21 am
inteledyne (6/7/2012)
June 8, 2012 at 6:27 am
There's a fundamental problem with your diagram: you've got tables tied directly to files. Tables are never assigned to files - nothing is ever assigned to files. Objects...
June 7, 2012 at 7:14 pm
rmechaber (5/1/2012)
May 1, 2012 at 7:01 am
rmechaber (5/1/2012)
May 1, 2012 at 6:47 am
Greg - good post, but the explanation of IOPs is not correct. You write:
In basic terms IOPS is a measurement for the amount of time, on average, required to...
May 1, 2012 at 5:55 am
Viewing 15 posts - 91 through 105 (of 137 total)