Viewing 15 posts - 1,426 through 1,440 (of 59,082 total)
I'm not sure that I understand your question but, at face value, I have to say that "It Depends" on the privs you give "the business", whatever that is defined...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2023 at 12:52 am
Thank you, Jeff.
Much appreciated.
I just remembered a bit of trick code using "Cascading CTEs" that I did about a million years ago for the exact opposite of what you're...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 1, 2023 at 12:40 am
So can anyone say have they turned the old Model-T into a futuristic hover car or at least a hybrid?
No. But consider that the Model-T still does exactly what...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2023 at 2:08 am
1. Only #temp or ##temp tables.
2. Yes
3. Sadly no.
Massive thanks.
Heh... they really don't want this to be fast, do they? 😉
Instead of TempDB, how about a very small database...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 31, 2023 at 2:00 am
Thank you, Jeff. The real data will have various reasons, but I need to exclude only three out of the rest. I can confirm now the pipe (|) can...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2023 at 11:41 pm
Very valid point. No, there is no separator, but after having an internal chat, it may be possible to add a pipe (|) as a separator.
That would help for...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2023 at 9:07 pm
Do those reasons have a unique character that separates them? Your original post doesn't show one but I had to ask.
Ghads Jeff I know this is a quality...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2023 at 9:05 pm
Thank you for the reply, yet I think it will not work if the reason column, as I mentioned in my original request, will have several concatenated reasons.
Do those...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 30, 2023 at 6:33 pm
Just to be sure, a LOG or History or Audit or Temporal table should never have any triggers or constraints on it that evaluates data. Certainly, it should not be...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2023 at 4:22 pm
Having supported a COBOL application for over 10 years, COBOL is a good language. Yes, it is wordy compared to modern programming languages, but that doesn't mean it...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 28, 2023 at 4:15 pm
I cannot give DDL and sample data. Only that small part pretty much that I gave in the first message and yes, you are correct, I need to write...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 26, 2023 at 9:02 pm
@Eirikur,
I keep looking at your timing results. You say the following...
Given the performance improvements gained by removing one REVERSE instance, I think we got some opportunities for improvement and more...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 26, 2023 at 3:38 am
p.s. And, I agree... MS seems to follow a policy of "patch it until it breaks". 🙁 They're "It just runs faster" brag in 2016 broke some serious stuff for...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2023 at 6:11 pm
@kevin Gill
EDIT: Sorry... I didn't read your last post where you said you've already tried the following.
The issue is, almost certainly, the changes they made to the Cardinality Estimator in...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2023 at 5:59 pm
If you'd take the time to convert the data for BaseTable_A into a "Readily Consumable" format (please see the article at the first link in my signature line below...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 24, 2023 at 2:29 am
Viewing 15 posts - 1,426 through 1,440 (of 59,082 total)