Viewing 15 posts - 31 through 45 (of 47 total)
My example of merging data was a scenario where the old system was being discontinued and the target system had to do the job of both. That was why it...
August 13, 2019 at 3:51 pm
If they do change they are not surrogate keys
Suppose I have to merge data from two systems which happen to have conflicting surrogate primary key values even though they represent...
August 13, 2019 at 3:13 pm
Roger, I agree with nearly all you have said but when I said before that natural keys could be unique but mutable you said you "vehemently" disagreed with me! Perhaps...
August 13, 2019 at 12:47 pm
You already said, and I agree, that login names can change. Similarly customer account numbers, so those are two relatively common cases of keys that may need to be updated....
August 13, 2019 at 8:01 am
As I said previously however, I am talking about keys in general, not just "primary" keys. A table can have several keys enforced as irreducibly unique and non-nullable but as...
August 13, 2019 at 5:30 am
As a developer I vehemently disagree. You need a primary key to be mechanically useful. That means it must be immutable and have other desired characteristics, like uniqueness and...
August 12, 2019 at 8:29 pm
I have to say that I totally disagree with the idea that the Primary Key of any table can be mutable.
My point was about keys in general, not "primary"...
August 12, 2019 at 7:58 pm
The login name can change. It's not an immutable item. And, I disagree... a "Business Key" is not the same as a "Natural Key".
Agreed that login name isn't immutable...
August 12, 2019 at 4:38 pm
I have a question for all you folks claiming that every table must have a natural key. What would you use for a natural key for either an Employee...
August 12, 2019 at 12:16 pm
Natural keys are very important, and there should always be a natural key for internal integrity (uniqueness within the table)
Certainly there should be and it's explicit and implicit throughout...
August 11, 2019 at 8:30 am
Chris Harshman wrote:https://www.kimballgroup.com/2012/02/design-tip-142-building-bridges/
I'm not impressed with the suggestion in that article. Rolling data up into XML and then unwrapping it just to generate a new surrogate key! It's a good thing...
August 10, 2019 at 4:03 am
Such a table certainly could contain measures. The concept of a "bridge table" (AKA join table or association table among other names) is actually pretty subjective and difficult to pin...
August 9, 2019 at 12:44 pm
Have you looked at Dynamic Data Masking in SQL Server?
Not sure what you mean by "custom built scripts". You don't need to write any extra scripts to use...
July 11, 2019 at 12:57 pm
Vinay,
Have you compared the execution plans in SQL Server 2008 and 2016? Is the plan the same?
July 11, 2019 at 12:27 pm
There are some potential advantages of Python:
July 11, 2019 at 12:22 pm
Viewing 15 posts - 31 through 45 (of 47 total)