Viewing 14 posts - 16 through 29 (of 29 total)
Denis
As I said on this forum, I'm also a fan of surrogate keys.
Actually, my goal in this first article is to show the concepts and methods I'm using to compare...
October 25, 2010 at 2:08 pm
I understand this is article deals with an important subject on database design and it is natural to see some strong positions and different ideas.
I'd like to thank everyone...
October 25, 2010 at 10:57 am
Dan
I got the point. This first article shows a simple example to illustrate the use of the approach I describe, but my goal is to analyze the use of a...
October 25, 2010 at 10:46 am
Hugo
I respectfully disagree.
Yes, no question all alternate keys should be implemented as unique indexes.
But once no unique key is implemented at all, (but only the primary key in each...
October 25, 2010 at 10:43 am
tom,
I agree.... I heard many times that the best advantage of surrogate keys is the performance improvement and this is not always true, as I intended to show in the...
October 25, 2010 at 10:28 am
Michael
I totally agree with your comments on the FKs and the need to add these remarks on the conclusion of this article.
I'll make sure to comment about FKs when I...
October 25, 2010 at 10:24 am
admin
I had 2 options here: either I used different SQL statements based on the primary key of each table (surrogate or natural key) or used one single SQL statement based...
October 25, 2010 at 10:13 am
great idea. thanks for taking the time to share it with us
August 9, 2010 at 6:01 am
Nice article!
People tend to avoid time tables relying on SQL functions. This is a good approach if you don't need to do those calculations frequently.
I remember a project where...
July 15, 2010 at 7:36 am
Hi David
I understand your point.
But it came out so naturally to me writing statements with aliases that it never crossed my mind to say they are optional.
But I should have...
October 7, 2009 at 1:24 pm
Hi, super, thanks for your comments ... (and thanks everybody for all other comments on this articles).
I feel it's rather risky to try to find a golden rule when it...
October 7, 2009 at 7:15 am
Extending a bit more on Jeff's comments, this is true not only for ORACLE (PL-SQL), but also for DB2 (SQL PL).
Like ORACLE, DB2 obligates you to use cursors in situations...
January 6, 2009 at 7:04 pm
Well, I understand the fuzz, although I didn't mean to create it.
When I wrote this article I had in mind that not all T-SQL beginner are completely unaware of database...
January 2, 2009 at 6:23 am
In fact, concatenating strings will not do on this example.
This works when you have one scalar value to return, instead of a whole table.
But there are workarounds, of course.
I don't...
January 2, 2009 at 3:54 am
Viewing 14 posts - 16 through 29 (of 29 total)