Viewing 15 posts - 31 through 45 (of 163 total)
Michael Valentine Jones (7/10/2009)
John Rowan (7/10/2009)
cs_troyk (7/10/2009)
"Denormalize for performance" and its sibling "You only need to normalize to 3NF".😉
Ha! I'll have to second that one. Not just in forums,...
July 10, 2009 at 3:06 pm
"Denormalize for performance" and its sibling "You only need to normalize to 3NF".
😉
July 10, 2009 at 2:37 pm
Actually, varchar(1) is the "best" choice from the standpoint that when people blindly follow advice like this without doing their research, the resulting system will be rife with opportunities for...
June 5, 2009 at 10:08 am
steve dassin (4/6/2009)
Jeff Moden (4/6/2009)
steve dassin (4/6/2009)
Sergiy (4/6/2009)
steve dassin (4/5/2009)
April 6, 2009 at 4:28 pm
Hi Steve;
Earlier in this discussion thread, someone posted a link to software that does comparisons.
It is standard practice for online learning courses (for advanced degrees, continuing education, etc.) to also...
January 28, 2009 at 9:46 am
Hi Chad;
I ran into a couple of things with the matrix encoding:
1) The potential sizes of the trees was limited by the encoding of the matrix cells as integers. Even...
December 27, 2008 at 11:35 am
Hi Chad;
A while back, I gave a presentation comparing three different methods for representing hierarchies using SQL Server; regular adjacency list, matrix path encoding, and HierarchyID. Since I included the...
December 19, 2008 at 9:01 am
Foreign keys, as you have found out, need to reference a candidate key in the referenced table.
If your design is such that the subset of attributes you wish to...
December 18, 2008 at 6:54 pm
Regardless of the practicality of the particular example used in this article, it is a good introduction to many of the considerations involved in changing a db design and maintaining...
November 11, 2008 at 9:06 am
Yep - I just used this as well to track down a stored proc optimization issue (which, BTW, appeared to be caused by a bug in SS2K5). Very nice feature.
TroyK
October 24, 2008 at 12:04 pm
SAM (9/25/2008)
Dennis Miller (12/24/2007)
September 25, 2008 at 10:02 am
Adam Machanic (9/22/2008)
cs_troyk (9/22/2008)
September 22, 2008 at 8:37 am
In addition to the automatic parameterization issues mentioned earlier, I have seen cases where the SQL emitted by a LINQ expression contains a cartesian product (CROSS JOIN) where it's not...
September 22, 2008 at 8:07 am
Julie Zeien (8/12/2008)
August 29, 2008 at 12:46 pm
Interesting post, but I would disagree with your assessment that this is a phenomenon that has cropped up only recently ("...last 10 years..."). I have been in the game for...
August 22, 2008 at 10:19 am
Viewing 15 posts - 31 through 45 (of 163 total)