Viewing 15 posts - 121 through 135 (of 59,075 total)
If you're going to start talking about Random GUIDs (uniqueIdentifier type not using NEWSEQUENTIALIUD()), then you absolutely MUST watch the following video, which proves that what most people think they...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 31, 2025 at 1:31 am
I wonder what the "compute cost" of these new functions is?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 28, 2025 at 11:14 pm
Thanks for your comments. I understand your points and I would like to clarify a couple of things.
Regarding the execution time difference, batch updates are faster because they reduce...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2025 at 1:01 am
uhm, what about "Temporal tables"?
"Temporal tables" do not need to be backed up and restored, you can see values in the "past" and restore them with a query.
So drop...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 24, 2025 at 5:25 pm
To be honest, I'd delete the REORGANIZE job and disable the REBUILD job. Microsoft finally took down the 5/30 supposed "Best Practices" on 20 April 2021 and a lot of...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 24, 2025 at 5:20 pm
Add that user to the "model" db -- with whatever permissions you want -- and they will automatically be added to every new db.
Ditto that.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 20, 2025 at 1:59 pm
While I do have an appreciation for anyone that steps up to share information, there are a couple of serious problems with the supposed "Practical Use Cases" in the article...
First,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 19, 2025 at 4:31 pm
Humm... I couldn't get it to work. You gave: 'USE ? select DB_NAME(DB_ID(''?''))
But I don't know the database name. The server has many databases. I want to search all...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2025 at 4:10 am
It could be anything. Did they switch domains that one of the machines was on? Did they add any new switches or routers or make any "settings changes". We had...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 17, 2025 at 4:06 am
Thanks for the links, Martin.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2025 at 7:46 pm
I'm curious... what does the lowest level of management think of what you said. Has anyone even told them? And how about the next level or two above that? Have...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2025 at 1:45 am
Just to say it out loud... It's very likely that I'll never post anything on GitHub. However... a lot of companies insist that if you're not adding to GitHub on...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2025 at 9:33 pm
Never mind about me thinking they were talking about "Jump" tables. I'm not a DW kind of person.
I asked Perplexity.AI the following...
What is a "junk" dimension in a data warehouse?...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2025 at 8:31 pm
You also have some options. One approach is to use Windows built-in Task Scheduler to trigger a PowerShell script only when the service actually stops, rather than polling constantly....
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2025 at 7:05 pm
Hi
How to get the below data we can create dynamically using Sql in a Table and then display using query. I will not be using Pivot .
--Jeff Moden
RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
First step towards the paradigm shift of writing Set Based code:
________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.Change is inevitable... Change for the better is not.
Helpful Links:
How to post code problems
How to Post Performance Problems
Create a Tally Function (fnTally)
March 12, 2025 at 7:01 pm
Viewing 15 posts - 121 through 135 (of 59,075 total)