Viewing 15 posts - 91 through 105 (of 59,067 total)
Anyone noticing a round of replies to posts that "feel" suspiciously like someone fed the OP's question into one of the chat-bot AIs and posted the "answer"?
Yes... especially due...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2025 at 5:26 pm
It's the middle of the night and I'm online for "reasons."
Looking at your link, Jeff, somebody didn't proofread their code or didn't care. Samples 1 & 4 are identical...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 17, 2025 at 10:19 pm
Plagarism , not cool.
Just to still make a note. I find the ISO_week property interesting.
select datepart(iso_week, '2025-03-30') select datepart(week, '2025-03-30')
Maybe we need an article on this topic.
It's the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2025 at 8:49 pm
Hi,
Need this DAX covert SQL T-SQL.
Ticket Cutoff Status = VAR TimeOnly = TIME(HOUR([Remedy Submitted Date]), MINUTE([Remedy Submitted Date]),
SECOND([Remedy Submitted Date])) RETURN SWITCH( TRUE(), TimeOnly < TIME(13, 0, 0), "Prior...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2025 at 8:37 pm
When would you say it's ok in just about any kine of business where it's OK for dates and times to round up to the day, week, month, quarter, or...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2025 at 8:19 pm
My function by default returns all matches, but you have options to prioritize fewer rows matching or more rows matching.
So post it.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2025 at 8:16 pm
Anyone noticing a round of replies to posts that "feel" suspiciously like someone fed the OP's question into one of the chat-bot AIs and posted the "answer"?
It's not...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2025 at 8:07 pm
My favorite "Edge Case" is in the conversion of a DATETIME2 with a given resolution to a DATETIME2 of lower resolution or even DATETIME. When is it "OK" for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 15, 2025 at 7:52 pm
It would appear that most of the code has simply been stolen from the following article...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 14, 2025 at 9:34 pm
Lordy... I missed your post above, Ron. Great tip. Thanks for posting it and sorry for it taking me nearly two years to acknowledge it.
To add to your good information,...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 13, 2025 at 2:31 pm
Gosh... SQL Server, MySQL, PostgreSQL, and (finally after decades of not) even Oracle has the ability to do JOINed updates. Consider resubmitting this article with that critical functionality so that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 11, 2025 at 5:01 pm
What we really need is to just stop calling it AI.
Nah... "AI" is the perfect abbreviation but people need to be aware of what it really stands for......
--Jeff Moden
Change is inevitable... Change for the better is not.
April 10, 2025 at 1:47 am
This sounds like a good place for monthly partitions. The monthly switch out takes nearly zero time or resources and then the switched out part can just be dropped as...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 7, 2025 at 6:47 pm
Seems to me that the online documentation should be a better help for you.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 7, 2025 at 5:13 pm
I
Most of our infrastructure is IAC delivered by a pipeline.
Apologies for not knowing but what does "IAC" stand for in this context?
--Jeff Moden
Change is inevitable... Change for the better is not.
April 7, 2025 at 4:51 pm
Viewing 15 posts - 91 through 105 (of 59,067 total)