Viewing 15 posts - 166 through 180 (of 458 total)
skeleton567 (10/8/2016)
Well, I would be against any kind of rating decision by anyone, Steve included. I prefer to make my own evaluations without the precondition of anyone else.
You, and...
October 9, 2016 at 2:12 am
I don't know about for the net in general, but for this forum, maybe Steve could institute some sort of marking for people that know what they are talking about....
October 8, 2016 at 4:03 am
Still a relevant topic, even if the original question is old. Stuff like this resurfaces regularly, as new people enter the profession and run across older discussion threads in the...
October 7, 2016 at 10:58 am
Attitudes like "X" should always be "Y" are silly and counterproductive, usually wrong, and anyone spouting them should be sent to go stand in the corner for a while. Logs...
September 6, 2016 at 12:46 am
Jeff Moden (8/24/2016)
August 24, 2016 at 9:54 am
BLOB_EATER (8/24/2016)
Your MDF is 500MB with 8 years growth? I'm not so sure you need to go down this route......
August 24, 2016 at 4:05 am
The filtered indexes do seem to help. I didn't run any precise before-and-after metrics, but responses seem snappier. I also ran this command: UPDATE STATISTICS paleodata.tax.podrobnostitmp No idea if it...
February 24, 2016 at 2:09 pm
Thanks for the extra tips, Jacob, I'll post results that way next time.
As for the statistics, I've no doubt you're right. The data in these columns is very 'clumpy' (is...
February 24, 2016 at 1:40 pm
Here are the outputs from the SHOW_STATISTICS command:
IX_Podrobnosti_SubPhylum_5000Feb 23 2016 10:51PM7071513285100YESNULL70715
10SubPhylum_5000
NULL07071501
Sorry about the ugly output - if there is a tidy way to post table output, I don't know how...
February 24, 2016 at 12:08 pm
ScottPletcher (2/23/2016)
February 24, 2016 at 12:49 am
Jacob Wilkins (2/23/2016)
I must have misunderstood you earlier, though. I thought the stand-alone COUNT queries were...
February 24, 2016 at 12:43 am
Here is one queryplan that takes forever and returns a count of 0.
February 23, 2016 at 1:25 pm
Jacob, I think this article that you posted does, in fact, pinpoint the trouble: http://blogs.msdn.com/b/bartd/archive/2012/03/14/row-goals-gone-rogue.aspx
It matches what I recall, in that the most troublesome queries were those that returned zero...
February 23, 2016 at 11:28 am
I wound up putting a single-field index on every column that is used in this circus, about twenty of them. That has made the performance acceptable. I'll put up some...
February 23, 2016 at 8:32 am
ChrisM@Work (2/23/2016)
SELECT COUNT(1)
FROM...
February 23, 2016 at 4:36 am
Viewing 15 posts - 166 through 180 (of 458 total)