Viewing 15 posts - 5,326 through 5,340 (of 59,089 total)
Ah... sorry Sergiy. I just realized that I answered one of your posts and didn't read though the whole post. The post wasn't actually directed to me and I answered...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 1:20 pm
I have found that no matter how easy someone makes things nor how excited people are about proper documentation in say a WIKI or whatever, it almost always fails. With...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 1:04 pm
Yes... I'm well aware (and very thankful) that a given job can only be run once at a time. The concurrency I'm talking about is when you have more than...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 11:23 am
I have trouble even imagining the business or technical case where I'd ever design a table to have massive deletes all over the table at the same time.
You're...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:39 am
No... I don't think you're an idiot, Scott. Far from it. I just couldn't figure out what the heck you were talking about. Your post above finally explains it. You...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:31 am
When you plan to rebuild/reorganise an index you need to answer the main question:
What happens next?
Massive DELETEs on the table imply that there are as massive INSERTs.
What happens...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 3:04 am
Heh... lordy... never mind. Nothing has changed in the last decade. Jeffrey Yao has an article on the subject. These aren't what I call "easy" methods and some of them...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 30, 2021 at 2:47 am
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
Viewing 15 posts - 5,326 through 5,340 (of 59,089 total)