Viewing 15 posts - 1,351 through 1,365 (of 59,082 total)
I'll also tell you why sys.sp_sequence_get_range will disappoint. The only thing it does is give you the first value and reserves the rest of the values. If you want those...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 3, 2023 at 2:13 am
I'll look into the sys.sp_sequence_get_range SP as I've seen someone said it is thread safe. This may be a good solution. (if thread safe)
Looking at it from a...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 3, 2023 at 12:02 am
No answer... Ok then... good luck! 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2023 at 11:43 pm
Post removed.
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2023 at 11:38 pm
What's the max oven number and what do you want to count if a "run" straddles the last day and the first day of the month? For example, do you...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2023 at 11:25 pm
With the aim to help get rid of that Cursor/While Loop and remove some "rust" in the process 😀 , what does the CA4 column contain.?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 2, 2023 at 8:18 pm
I am trying to add week number by month so Feb would have weeks 1 -4, March 1-5 etc.
To be sure, the reason why I'm asking questions is because...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 1, 2023 at 4:47 pm
I apologize... This slipped off my radar. Hopefully, you found an answer but I notice that you updated the question a day ago.
To be honest, I'm not sure, from your...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 1, 2023 at 3:13 pm
Just curious... did it work for you after my clarification above?
--Jeff Moden
Change is inevitable... Change for the better is not.
July 1, 2023 at 3:40 am
Well, we solved it.
To summarize, everything with the actual migration worked perfectly except for one thing (ok, call it two.. I bunched it together as "comms with other machines"). Neither...
--Jeff Moden
Change is inevitable... Change for the better is not.
July 1, 2023 at 12:12 am
Thanks, Frederico. One of the other ones I looked at said to change all the code to use a name and password. The one for Pinal Dave with the download...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 30, 2023 at 6:10 pm
What I'm getting at is that if users at the end need to make changes for reporting or whatever, there is something seriously wrong with the source of data and...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 28, 2023 at 8:13 pm
I probably should have stated my use case. It's not a traditional data warehouse but rather a tabular model on which PowerBI reports are built for analysis/business intelligence. My...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2023 at 5:31 pm
I have to agree with Kimball. Never update a fact table. Only update the source of the data that the fact table was generated from and do the ETL thing...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2023 at 7:44 pm
Scalar functions are still a big NoNO ! ( Inlining doesn't work on all SVFs !! ) Write your SVFs as InlineTableValueFunctions and things will perform again
To that end,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2023 at 8:08 pm
Viewing 15 posts - 1,351 through 1,365 (of 59,082 total)