Viewing 15 posts - 1,246 through 1,260 (of 59,072 total)
I agree.. small changes in knowledge are easier to learn and remember than trying to learn everything at once. I've also learned that, instead of learning how to solve a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2023 at 5:30 pm
I Googled the following...
What is the best way to track down what users\logins are accessing my linked servers in sql server?
It came up with a lot of answers. Just for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 6, 2023 at 5:14 pm
I think all of this cloud stuff is a bit odd. It's actually very old thinking. Remember when people thought you were stupid if you didn't "decentralize" so that you...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 3, 2023 at 6:14 pm
SCDs (specifically, type 6 Slowly Changing Dimensions) would work the best. One of the better SCD methods is System Versioned Temp Tables.
https://en.wikipedia.org/wiki/Slowly_changing_dimension
I would avoid the use of a simple "IsCurrent"...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2023 at 11:37 pm
Just posting so Michael's post above will show up. This site won't show a single post on page 2. I really wish they'd fix that. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2023 at 8:55 pm
After reading this, I had this vision of the very old "graphic" of a snake eating its own tail.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 2, 2023 at 6:43 pm
I hate rebrands/renames. I think it creates confusion and often doesn't make anything better. Either you execute well or you do not and people know that, regardless of name.
However,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2023 at 6:54 pm
Good morning,
I am able to rebuild this index. And thats the problem, when I could rebuild the index, why wouldn't the Ola script rebuild the index?
I thinks, this is...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 1, 2023 at 6:44 pm
November 13, 2025
That was going to be my guess and for the same reason.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2023 at 6:31 pm
@ Andreas,
How are you verifying the fragmentation on that table after you've executed the OLA script?
Also, Michael's question is valid... your answer might be "to defragment the bloody index!" but...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 31, 2023 at 6:28 pm
I don't see where anyone has already said it, so I'll say it… “MMYYYY” is a date format to avoid. Using “YYYYMM” instead will allow you to actually sort...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2023 at 8:19 pm
If performance is a requirement then yes it could be refactored
Understood. For me, performance is 2nd only to a correct result... and its a very, very close second and...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 30, 2023 at 6:11 pm
Everyone says that PowerShell is an essential skill for the modern DBA... bumping this for Bruin to give people the opportunity to demonstrate that skill. 😀
ZZartin did make a submission...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2023 at 3:13 pm
@steve-2 Collins,
I'm still interested in the ChatGPT prompt that you used to generate the populated test table because it'll help people understand how to use ChatGPT to do such a...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2023 at 3:09 pm
For anyone that wants to do a little analysis as to why the use of OR is so bad and to do a little performance testing, here's code to build...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 27, 2023 at 3:05 pm
Viewing 15 posts - 1,246 through 1,260 (of 59,072 total)