Viewing 15 posts - 5,311 through 5,325 (of 59,072 total)
You have 512 bytes (or less, depending) you can use to rather easily pass stuff from step to step. If that's not enough, you can use chunks of 7500...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 2:37 am
We already keep 1 month of backup on drive and anything above that should transfer to shared backup network and that is the requirement...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 12:28 am
It's really stupid... they all look like good ol' fashioned Arial with slightly different spacing. Heh... you can change the package but it's still the same ol' Ritz. No wonder...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2021 at 3:25 pm
Good lord... the things MS spends money on. This seems a bit ridiculous to me especially when there's still so much in the product that needs to be fixed.
https://www.theverge.com/2021/4/28/22407297/microsoft-office-new-default-font-2022
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2021 at 11:46 am
Fairly frequent random deletes lower the space used below the fill factor and thus can cause an issue with reorg.
First of all, those are...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2021 at 12:52 am
Fairly frequent random deletes lower the space used below the fill factor and thus can cause an issue with reorg.
First of all, those are NOT random deletes. They're...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2021 at 12:19 am
How massive are your DELETEs?
Probably it would be easier to copy the remaining part of data to a new table (exact copy of the old one) and then...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 29, 2021 at 12:07 am
Presumably that 147GB CI had (nearly) every page out of logical order or (nearly) every page was below the fillfactor. Hmm, veryh odd, interesting.
Again, I can't imagine needing...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 11:44 pm
Hope that answers your question.
It does, indeed. Thanks for the feedback.
As a bit of a sidebar and especially since the partitioning is done on a temporal column, consider a...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 7:51 pm
I'm just curious... Do you ever do SELECTs from this partitioned HEAP? Do you ever UPDATE any of the rows in the HEAP? What's the HEAP actually used for? It...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 6:15 pm
I still have to disagree on REORG if: (1) you can't use online rebuilds AND (2) the table has some serious fragmentation you need to address AND (3)...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 6:11 pm
Based on To cool datacenter servers, Microsoft turns to boiling liquid => 3M Immersion cooling for data centers, it sounds like it's one of these: Fluorinert™...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 4:56 pm
Ah... gotta be careful even with those conditions. If you can tolerate the extreme log file usage on such things (the 147/227GB table I cited above was fragmented only my...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 4:48 pm
It has both reorg and rebuild. My index job runs through a different tool so it keeps to retry even if there is a interruption in SQL connection
REORGANIZE...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 3:53 pm
There aren't many types of fluids that have the behavior described in the article. They usually fall into the general category of "Refrigerant" and most of those are pretty nasty...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 28, 2021 at 2:21 pm
Viewing 15 posts - 5,311 through 5,325 (of 59,072 total)