Viewing 15 posts - 61 through 75 (of 431 total)
SQLKnowItAll (5/15/2012)
May 15, 2012 at 10:51 am
I don't believe there can be any sound basis for saying that primary keys should be clustered "most of the time" because it depends on what criteria are used to...
May 15, 2012 at 9:08 am
erics44 (5/12/2012)
May 13, 2012 at 4:47 am
gyoung 93471 (3/29/2012)
I'm appreciating all answers as I'm learning a lot. Lynn's and Sean's responses made sense to me as did the customer purchase example. But what you've done...
March 29, 2012 at 2:54 pm
Sean Lange (3/29/2012)
It is actually the very capture of this point in time data that makes it denormalized. The point I think we all made is that this is a...
March 29, 2012 at 1:09 pm
Sean Lange (3/29/2012)
March 29, 2012 at 10:54 am
Lynn Pettis (3/28/2012)
March 29, 2012 at 10:07 am
http://www.sqlservercentral.com/Forums/Topic1274466-391-1.aspx
drew.georgopulos (3/28/2012)
a candidate key is an attribute or attributes that do not have more than one row in a relation.
A candidate key has to be a bit more...
March 29, 2012 at 6:41 am
From a conceptual modelling perspective ORM is more powerful and expressive. In my experience ORM is a more effective medium for communicating complex concepts and business rules than either UML...
March 27, 2012 at 5:59 am
Welsh Corgi (3/25/2012)
Have there been improvements with the Database Diagram Tool?
No, it's still just as useless as it always was.
Can I export and load into Visio to create a reversed...
March 25, 2012 at 12:51 pm
Welsh Corgi (3/24/2012)
March 25, 2012 at 12:33 pm
This is the sequence I would expect:
1. Deltas come into some staging table
2. Surrogate keys are assigned in staging table
3. If staging table has a foreign key then that is...
February 16, 2012 at 4:03 pm
PaulB-TheOneAndOnly (2/16/2012)Last but not least, the expression "design patterns" usually applies to OO design which has nothing to do with data modeling and further physical implementation.
Design patterns apply wherever design...
February 16, 2012 at 3:27 pm
PaulB-TheOneAndOnly (2/16/2012)
Thread was about design and after over 20 years on it never heard before in the same phrase "relational star design"
What Nick said was "relational star schema" - a...
February 16, 2012 at 3:23 pm
ALZDBA (2/15/2012)
its goal is to generate a sequence of drop fk, convert pk 2 clustered, create fk encapsulated into a transaction per pk....
February 16, 2012 at 6:42 am
Viewing 15 posts - 61 through 75 (of 431 total)