Viewing 15 posts - 1,336 through 1,350 (of 59,067 total)
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
I only have select permission on this table. This is a third party vendor database and I cannot update/delete/insert or create procedure/functions in this database. I am getting the...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 24, 2023 at 3:38 am
--======================================================================================================
-- Create and populate the test table. This is not a part of the solution.
--======================================================================================================
--===== Create the test table.
DROP...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2023 at 4:33 pm
I write functions as an "ISF", a term that MS created a very long time ago in some now extinct documentation because they never created an "Inline Scalar Function". As...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 23, 2023 at 3:50 pm
I'm thinking that you need to be more clear on the job description that you use to hire people... a LOT more clear. For more than just...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2023 at 11:58 pm
Well, here is a new one.
While reviewing design standards with a set of contract developers we pointed out that any object needs to be qualified with the schema of...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 22, 2023 at 7:20 pm
Viewing 15 posts - 1,336 through 1,350 (of 59,067 total)