Viewing 15 posts - 361 through 375 (of 432 total)
GabyYYZ (9/9/2009)
Anyone here made headway into this issue of normalizing all/most of their databases?
The widespread adoption of Agile development principles seems to be having some positive influence on database design....
October 10, 2009 at 1:25 pm
A foreign key constraint has to reference a key constraint of the parent table. Since your key is a composite key the foreign key would have to be composite as...
October 10, 2009 at 1:03 pm
akilah.mcintyre (10/2/2009)
What happens if more than one connection (from a unique) is made to SQL Server that doesn't have any type of CAL?
Number of connections is irrelevant. It is the...
October 2, 2009 at 2:43 pm
pandeharsh (9/12/2009)
No ,Sql Server we do not use cursor and also in sql server we can do without cursor.
But in oracle I see that using cursor is must.
Also,I read here...
September 22, 2009 at 1:00 pm
Fair points Matt. So to extend the psychological convenience argument, if I find it convenient NOT to have a primary key because in some particular case I don't need to...
September 19, 2009 at 2:51 pm
Jeff Moden (9/19/2009)
With those kinds of semantics at your beckon-call
What do you mean by that? You have a different understanding of what a "surrogate key" is? Then please share it...
September 19, 2009 at 2:18 pm
Matt Whitfield (9/19/2009)
September 19, 2009 at 1:55 pm
Jeff Moden (9/17/2009)
the surrogate key is the check account number
An account number is not a surrogate key. It's a business key, i.e. it identifies something in the business domain outside...
September 19, 2009 at 11:35 am
Michael Valentine Jones (9/10/2009)
Although SQL Server could be implemented without having PRIMARY KEY, itβs not going to happen without some overwhelming advantage to getting rid...
September 10, 2009 at 9:31 am
liebesiech (9/10/2009)
September 10, 2009 at 5:35 am
Jeff Moden (9/9/2009)
September 10, 2009 at 12:16 am
So what are my reasons for wanting to abolish the PRIMARY KEY?
One good reason is the enormous amount of needless misinformation and confusion about keys in online articles and even...
September 9, 2009 at 1:26 pm
Matt Miller (9/4/2009)
September 4, 2009 at 12:34 pm
Lowell (9/4/2009)
the PK determines the actual order of the data, so the any SQL's that use that "PK = somevalue" is very fast...because that PK index is used, and ...
September 4, 2009 at 10:23 am
There is of course no such thing as free software. π
PowerDesigner is very powerful:
http://www.sybase.com/products/modelingdevelopment/powerdesigner
Visio is cheap but basic:
August 26, 2009 at 3:34 pm
Viewing 15 posts - 361 through 375 (of 432 total)