Viewing 15 posts - 376 through 390 (of 614 total)
I need to do more research on the whole "parameter-sniffing" subject. For the most part our application generates sql using an object. I am able to view most of...
December 2, 2010 at 7:56 am
I need to do some testing on one of our dev boxes. But the question is, for a large, very frequently updated table, are you better off with statistics...
December 2, 2010 at 6:55 am
I agree about the need for an experienced tuning consultant. Now we're about to add another 64GB of memory bringing this system to 128.
So the takeaways from...
December 2, 2010 at 5:55 am
My systems team assures me that, via group policy, the sql service has the lock pages in memory permission. Yes it's only the procedure/plan cache that is an...
December 1, 2010 at 7:51 am
I see this morning that the plan cache went from being nearly empty for many hours and grew fairly rapidly up to a few GB starting at 12:45am. ...
December 1, 2010 at 7:48 am
Thanks Kevin. I believe we have the auto update to stats happening asynchronously ( that feature turned on ). When I say cache flush, I'm referring to those...
December 1, 2010 at 5:30 am
I'm convinced on the stats. I'm pretty sure the weekend maintenance is keeping the stats and indexes in reasonably good shape. Today I noticed that the plan...
November 30, 2010 at 6:44 pm
GilaMonster (11/29/2010)
Honestly, my suggestion would be to leave it on and then have jobs (daily, hourly, etc) that do an update stats with full scan.
I tried to get approval for...
November 30, 2010 at 5:47 am
So back to the question about whether stats are being updated on indexes that were just rebuilt. The stats proc in use runs the 2 statements below (slightly modified...
November 13, 2010 at 8:55 am
The update stats routine looks for stats needing updating, so I'm figuring if an index was rebuilt and the statistics related to it were updated, then the stats routine would...
November 12, 2010 at 5:02 pm
We've found that without doing update stats with full scan the query optimizer "mis-estimates" the number of records in the index -- poor execution plans. I can't do...
November 12, 2010 at 4:26 pm
Companies are always going to look for ways to save on salaries ( and any other cost ). In this economy the employee doesn't have a strong position unless...
October 6, 2010 at 5:56 am
Great, that makes our project to improve IO easier. Of course, foreign keys are one method of enforcing referential integrity, but are not indexes. ( I knew that...
September 10, 2010 at 2:16 pm
We're upgrading but sticking with sql 2005. Server 2008 refers to the OS.
"We're planning an upgrade to our Sql 2005 Enterprise 32bit active / passive cluster to Server 2008...
August 23, 2010 at 5:30 am
Great info! We're planning an upgrade to our Sql 2005 Enterprise 32bit active / passive cluster to Server 2008 64bit with Sql 2005 Enterprise 64 bit. I don't...
August 19, 2010 at 6:52 am
Viewing 15 posts - 376 through 390 (of 614 total)