Viewing 15 posts - 31 through 45 (of 1,353 total)
I don't doubt that. I remember my first data warehouse. But I got my grounding by reading the Kimball books. While I'm happy to teach my colleagues, I'm able to...
November 21, 2022 at 9:18 pm
If any part of the dimension is a type 2, it's probably a 2, and only a two. An SCD7 would be difficult to implement (it didn't even exist until...
November 21, 2022 at 8:44 pm
No, I do not agree.
Regarding the fact, if it can change, it is probably an accumulating snapshot. You should update the changes.
Regarding the dimension, you need to determine if tracking...
November 21, 2022 at 7:47 pm
You seem to be confusing fact and dimension tables. A fact table cannot be 2SCD. The "D" is 2SCD stands for dimension.
That you do this as a snapshot does NOT...
November 21, 2022 at 6:36 pm
That is not enough information to suggest a design, and coming up with a design takes many hours of analysis and usually interviews to some degree. I would suggest you...
November 21, 2022 at 4:24 pm
You are asking if this approach is a good design, and I would have to say, based on what you present here (which isn't much) it is not a good...
November 21, 2022 at 1:39 pm
non-sequential keyed indexes (such as Random GUIDs) are the worst thing you can do
Not sure where you are going with this one. I've seen GUIDs used TOO many times where...
November 21, 2022 at 1:21 pm
No. I mean that as I cannot get the environmental parameters to work, I have to actually change the server names in the BIDS environment to either the dev server...
October 21, 2022 at 4:56 pm
I was imprecise with flip. I should have said "change" the server. As there are two choices for me, it's like "flipping" a switch.
October 20, 2022 at 3:40 pm
"Runtime values for package parameters and connections can be assigned from SSISDB 'environments'. These environments allow the encryption of 'sensitive' values (eg, passwords)."
I have not been able to make this...
October 19, 2022 at 4:47 pm
One big con depending on what version you are doing is that in Project mode deployment of individual packages isn't possible. You have to deploy the entire project. This was...
October 19, 2022 at 11:35 am
Completely agree with the consistency argument. I've seen inconsistency within even the same stored procedure written by a single person. I also like the single letter table. I've rarely run...
April 28, 2020 at 11:50 am
No doubt. But the EOMONTH function could have been introduced with the presented one as an alternative.
February 27, 2020 at 5:00 pm
You would be in the best position to make the justification by learning what are the new features and then seeing if you can make a business case for why...
February 27, 2020 at 1:30 pm
There is an EOMONTH function to get you the end of the month.
February 27, 2020 at 1:23 pm
Viewing 15 posts - 31 through 45 (of 1,353 total)