Viewing 15 posts - 5,476 through 5,490 (of 5,843 total)
I must say that I am very happy that people can do things like the triangular join - and sad that Jeff may make less people do it. Lost...
December 6, 2007 at 12:58 pm
There is a huge amount of variables to the configuration of storage, including but not limited to:
RAID type
number of spindles per RAID set
HBA cache and cache ratio as well as...
December 6, 2007 at 12:55 pm
Nice post Colin.
Yes, the DBA needs input on SAN setup/configuration if you desire optimum performance. However, the DBA needs to be knowledgeable to be able to provide...
December 6, 2007 at 9:19 am
Did you do a full update of all indexes/statistics after the upgrade? This is mandatory when moving databases from 2000 to 2005.
December 6, 2007 at 9:16 am
1) use nolocks to avoid blocking situations during the day. note there are issues with this giving 'bad' data.
2) if you do put it in a sproc and use...
December 6, 2007 at 9:14 am
1) what stripe size did you use for the RAID set?
2) you should use diskpart to force sector alignment of the NTFS partition.
Both of these carry significant performance...
December 6, 2007 at 9:09 am
I will once again agree with Jeff on this one - I too have seen exactly the same situation before.
December 6, 2007 at 7:46 am
Nicely done Jeff! The graphics will really help even neophyte SET-BASED devs to understand what is really going on.
December 6, 2007 at 7:38 am
1) Build your own recording mechanism which inserts records from sysprocesses or one of several DMVs on a scheduled basis and do analysis on that table over time.
2) Set up...
December 5, 2007 at 10:50 am
GilaMonster (12/4/2007)
noeld (12/4/2007)
You don't have to be an SQL Server Ranger to know that there is something terribly wrong with 34 indexes in one table.
I've seen worse. 38 indexes on...
December 5, 2007 at 10:46 am
Oh, one thing I forgot to mention. Just because DTA doesn't suggest any improvements, do NOT assume "that the index strategy is suitable". I personally have very little...
December 4, 2007 at 7:42 pm
Not sure if I interpreted the message correctly but it seems like they are having a low cache hit ratio, which is generally indicative of either too little memory or...
December 3, 2007 at 9:56 am
I have a GREAT idea - don't shrink the file!! There are lots of bad things that come from this, and in this case nothing good that I can...
December 3, 2007 at 9:48 am
1) What possible need can there be for attempting to return 42M rows to the client?
2) Table scans are not necessarily a bad thing - especially in a...
December 3, 2007 at 9:34 am
The best thing you can do is to hire a professional to give your server/applications/databases a performance review. Amazing return on investment - no only in the performance of...
December 3, 2007 at 9:33 am
Viewing 15 posts - 5,476 through 5,490 (of 5,843 total)