Viewing 15 posts - 4,486 through 4,500 (of 5,843 total)
Oh, and one more thing - 10GB is NOT a large database. My guess is that there are MANY other things you should be doing first to improve your...
October 27, 2009 at 5:12 am
1) the first poster is incorrect. you CAN get performance increases from partitioning without multiple filegroups - sometimes vast improvements even. This would come from partition elimination during...
October 27, 2009 at 5:10 am
1) TVP is a SQL 2008 feature so this post should go on a SQL 2008 forum, not this one (SQL 2005)
2) Have you benchmarked your java application to determine...
October 27, 2009 at 5:06 am
Carleton (10/26/2009)
I agree, excellent article Gail. I'll also be looking for the follow-up articles. -Carleton
I believe this is somewhat dependent on the index and pages therein, but it...
October 26, 2009 at 12:01 pm
SanjayAttray (10/26/2009)
"When an index scan is done on the clustered index, it’s a table scan in all but name."
Then why do we see index scan and...
October 26, 2009 at 8:55 am
Paul White (10/26/2009)
WITH TS...
October 26, 2009 at 8:53 am
I think Paul is the first to get this right: it is almost certainly due to NOLOCK allowing an allocation-order scan. if you want the same rows back...
October 26, 2009 at 7:26 am
There is a lot of work to be done here, and not just on indexing. I agree with Grant - you need to get a professional engaged on tuning...
October 26, 2009 at 7:20 am
Truly a case where pictures are worth thousands of words. Nicely done.
October 26, 2009 at 7:08 am
sanokistoka (10/24/2009)
October 24, 2009 at 8:24 am
Piotr.Rodak (10/23/2009)
TheSQLGuru (10/23/2009)
...I do probably 50-60% of my billable time sitting in my office at home.
May I ask how it is organized then? Do you have access to...
October 23, 2009 at 12:20 pm
1) define "works fine on other platforms"
2) having done that, set MAXDOP to 1 (or more likely properly tune the application with the one or more indexes that should be...
October 23, 2009 at 8:50 am
GilaMonster (10/23/2009)
endeavour (10/23/2009)
any tips for getting started as a db scalability consultant?
Know your stuff backwards, forwards, inside out. Make a name for yourself in the community, blogging, writing or...
October 23, 2009 at 8:47 am
Yes, and I agree with others who said that doing so even if you do have in-house resources. Primary reason for that is that a good tuning consultant will...
October 22, 2009 at 9:23 am
Note that you must have the (very expensive) Enterprise Edition of SQL Server 2008 to use the Resource Governor.
October 22, 2009 at 9:19 am
Viewing 15 posts - 4,486 through 4,500 (of 5,843 total)