Viewing 15 posts - 5,476 through 5,490 (of 5,841 total)
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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.
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
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...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
December 3, 2007 at 9:33 am
jbrewer (11/29/2007)
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 30, 2007 at 9:29 am
Kevin Boles. Glad to meet you. You must be Jeff Moden, right?? 😉
BTW, do you LIVE on this forum or something?? I needed the link to...
Best,
Kevin G. Boles
SQL Server Consultant
SQL MVP 2007-2012
TheSQLGuru on googles mail service
November 29, 2007 at 1:46 pm
Viewing 15 posts - 5,476 through 5,490 (of 5,841 total)