Viewing 15 posts - 3,616 through 3,630 (of 59,087 total)
I may have something wrong with my understanding of the problem but, according to the values you've provided, there is no combination of fruits in case #1 where you...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2022 at 12:21 am
I may have something wrong with my understanding of the problem but, according to the values you've provided, there is no combination of fruits in case #1 where you can...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 23, 2022 at 12:13 am
Hello,
I'm trying to get the first and last dates of all the months based on the current year.
1/1/2022
1/31/2022
2/1/2022
2/28/2022
3/1/2022
3/31/2022
Any help would be greatly appreciated. Thank you in advance!
You've got multiple...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2022 at 11:51 pm
It’s not “scripting” that makes mistakes easier... The real problem is "urgency of an issue". The same can happen when deploying code of any type. You covered what the real...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 22, 2022 at 3:37 pm
Ahoi,
Theres a long running delete which is split into smaller batches.
how does one deal with the following situation.
The answer is likely going to be found in the code that...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2022 at 9:31 pm
Hate to admit I didn't even know what PoSh is...
PowerShell.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2022 at 8:00 pm
Ah, my apologies. No. Have not gotten to this yet and I'm not sure about tonight because I have a presentation to give tonight. Thank you for the reminder and...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 21, 2022 at 5:59 pm
Apologies for the confusion in relation to relaying my thoughts on the whole process, I think it's a bit tricky to vocalise. I think I'll implement it as it...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2022 at 9:37 pm
What I'm trying to ascertain here is if it's feasible to make the whole model temporal (i.e. all Fact tables & Dimensions) so it can be rolled back in...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2022 at 7:10 pm
I agree that Temporal tables don't have an explicit marking for the action taken on a row for MS Temporal Tables. It's really easy to determine, though... (and you probably...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2022 at 2:38 pm
That's the same link that the Op provided in the original post on this thread. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2022 at 1:47 pm
Ok... based on your last post above, especially the part where you say there's a "requirement to make multiple submissions at various milestones during the month", here's what I think. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 20, 2022 at 1:13 am
Awesome. Thank you for the feedback and welcome aboard!
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2022 at 2:49 pm
I'll try to work on this tonight after work. Thanks for the example.
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2022 at 2:45 pm
If you're using SQL Server 2017 or later, the TRANSLATE() function would be a better option.
I missed this. Considering what they did to the FORMAT function for performance, have...
--Jeff Moden
Change is inevitable... Change for the better is not.
April 19, 2022 at 2:24 pm
Viewing 15 posts - 3,616 through 3,630 (of 59,087 total)