Viewing 15 posts - 5,431 through 5,445 (of 5,843 total)
How much free space do you have in the database?? Make sufficient free space in the database to contain the rebuilt object (or better 3 or 4 times the...
January 1, 2008 at 7:36 pm
1) Ditto on the RAID 5/RAID 10 performance stuff. Don't go there.
2) Why did you get such different drive types? Are they all 15KRPM? Will a 300GB...
December 28, 2007 at 8:10 am
1) There has to be a system lookup no matter whether it is SELECT * or SELECT (all explicit columns) because the data type of each column also has to...
December 28, 2007 at 7:53 am
1) See this blog (http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx) and it's followons for an example of how select and indexing can lead to deadlocks you wouldn't expect. Also very good advice on how...
December 28, 2007 at 7:45 am
1) A 15GB log file with a few MB used leads me to believe that you had the database set for FULL recovery mode but weren't doing tlog backups. ...
December 28, 2007 at 7:39 am
I am one of those consultants who recommends 28-29GB to start on a dedicated 32GB sql server box. Then monitor for paging. I also heard from somewhere (can't...
December 27, 2007 at 8:01 am
Two options quickly come to mind:
1) Assuming you are at a colocation facility you can pay them to process and handle backup archival and offsite storage. Or have...
December 27, 2007 at 7:44 am
1) Jeff is right - please avoid posting to multiple forums on essentially the same topic.
2) Creating an index strategy for an entire database application cannot be done via a...
December 24, 2007 at 9:34 am
Also is the new machine a single 400GB hard drive while the 100Gb machine was 5 20GB hard disks raided? Is the I/O system configured optimally start to finish:...
December 21, 2007 at 11:21 am
I have a solution - don't use DTA! 🙂 Tune your stuff yourself or hire someone to do it for you. DTA often does bad things.
December 21, 2007 at 11:13 am
Agree Gila. I have seen it pick 75% of the columns on a table as either fields or includes in an index! One client implemented all of the...
December 19, 2007 at 8:50 am
I have been tuning almost as long as you have Colin (since 6.5 first came out) - it has actually become one of the primary areas of my consulting business...
December 18, 2007 at 10:30 am
I'm with Grant and sven. DTA is a 3-legged dog, especially in the hands of the untrained. And the trained can do much better without it. You...
December 18, 2007 at 8:28 am
phred: >>I've been going through them over the past couple of days and I'm not sure what I'm even looking for now.
Never ceases to amaze me that companies...
December 18, 2007 at 8:24 am
In addition to refactoring your code for tighter transactions and more efficient queries and also improving indexing, make sure you are regularly updating statistics. The locking types are chosen...
December 18, 2007 at 8:04 am
Viewing 15 posts - 5,431 through 5,445 (of 5,843 total)