Viewing 13 posts - 31 through 44 (of 44 total)
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
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 data masking.
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
I guess you'll need different branches and/or different builds that deploy the appropriate procs for each case. Not sure how best to achieve that with RedGate and TFS. Alternatively maybe...
July 11, 2019 at 11:54 am
The contact_phone_numbers table looks to me like the best of the two options proposed but I would say the relationship between between numbers and types should be slightly different. Aren't...
July 11, 2019 at 11:50 am
Viewing 13 posts - 31 through 44 (of 44 total)