Viewing 15 posts - 181 through 195 (of 320 total)
Thank you for all of the suggestions. Very helpful.
September 26, 2016 at 3:07 pm
This is a vendor's database, so I don't have control over the structure. Well, I mean I do, but I don't want to think about the nightmare that would ensue...
September 26, 2016 at 1:31 pm
RVSC48 (9/21/2016)
What Statistics option if any are you using in the Ola index command?
ALL - Update index and column statistics.
INDEX - Update index statistics.
COLUMNS...
September 26, 2016 at 9:29 am
Beatrix Kiddo (9/26/2016)
Is there any particular reason you're on that specific patch level (rather than SP2 CU1)? It might not matter, I'm just interested.
Very good question. Yes. The vendor has...
September 26, 2016 at 7:34 am
TheSQLGuru (9/24/2016)
2) Why mess with tempdb at all? Have you identified tempdb allocation issues as a cause...
September 24, 2016 at 5:42 am
Gail,
I was following Paul Randal's advice in his article about TempDB here:
http://www.sqlskills.com/blogs/paul/correctly-adding-data-files-tempdb/
Based on your response, now I'm starting to doubt that it makes sense to do that. What...
September 23, 2016 at 9:18 am
Grant Fritchey (9/23/2016)
Mike Scalise (9/23/2016)
So something like:
1) DBCC CHECKDB
2)...
September 23, 2016 at 9:12 am
Actually, not to belabor the topic, but would it seem reasonable to update all (non-index) statistics as part of the maintenance plan?
So something like:
1) DBCC CHECKDB
2) Update all non-index statistics...
September 23, 2016 at 8:29 am
Yes, I get it now, and that makes perfect sense. Thanks for the clarification--it really brings everything together for me. I'm looking forward to your presentation(s) at the PASS Summit!
September 22, 2016 at 6:25 am
GilaMonster (9/22/2016)
2) Is it surprising that the ndf file...
September 22, 2016 at 6:11 am
Oh, my apologies. I didn't see that option. I do now.
So obviously I wouldn't want to run statistics after an index rebuild, but what about the non-index columns--do all of...
September 21, 2016 at 3:31 pm
GilaMonster (9/20/2016)
Mike Scalise (9/20/2016)
September 20, 2016 at 9:20 am
Thank you all for the responses. This is not a real-life scenario--it was just out of my general curiosity. I understand that best practice would obviously tell us to create...
September 20, 2016 at 9:10 am
Hi John,
Thanks for the reply. I have a few comments:
No, because if you only have a non-clustered index, your table is a heap.
I know technically a table without a clustered...
September 20, 2016 at 8:09 am
Viewing 15 posts - 181 through 195 (of 320 total)