Viewing 15 posts - 16 through 30 (of 31 total)
July 7, 2018 at 9:24 am
1) "For example, how do you distinguish a termination_date that is...
July 6, 2018 at 12:27 pm
July 6, 2018 at 11:33 am
I...
July 6, 2018 at 11:29 am
The theoretical problem with nulls is well-documented, effectively degrading any table that allows them to something less than a relation. That said, even Codd, the pioneer of relational databases, recognized...
July 6, 2018 at 9:55 am
ZZartin (6/1/2016)
Dennis Q Miller (6/1/2016)
Stacey Decker (10/30/2014)
June 1, 2016 at 10:13 pm
Stacey Decker (10/30/2014)
June 1, 2016 at 10:43 am
hakim.ali (12/27/2012)
Dennis Q Miller (12/27/2012)
December 27, 2012 at 10:51 am
hakim.ali (12/24/2012)
Mr. hoek (12/24/2012)
The only explanation I can think of, is that SQL server has the information 'twice' in...
December 27, 2012 at 9:54 am
To say a table "is" a clustered index is specious, at best. I suppose you might approximate truth by saying the table "is" the leaf nodes of a clustered...
December 26, 2012 at 12:12 am
Fact tables should have a clustered index on an ever-increasing identity column. That facilitates LOAD performance by eliminating page splits. It also reduces the need for free space, so...
November 9, 2008 at 9:36 pm
Every relation has a PRIMARY KEY and therefore, so must a table if we expect it to represent a relation. The purpose is to assure that each row is distinct...
May 12, 2008 at 4:37 pm
MattieNH (5/9/2008)
Thanks for responding, I probably should have opened a new topic. I'm not arguing about the need for a primary key, and I realize that it has to...
May 11, 2008 at 1:58 am
Hi all,
So often we confuse logical requirements with those of physical design.
I firmly believe that in logical design, every table must have a primary key. But that...
May 9, 2008 at 1:52 am
Hi all,
So often we confuse logical requirements with those of physical design.
I firmly believe that in logical design, every table must have a primary key. But that...
May 9, 2008 at 1:43 am
Viewing 15 posts - 16 through 30 (of 31 total)