Viewing 3 posts - 1 through 3 (of 3 total)
I use lookup tables a lot and ALWAYS keep them separate, even if some only have a few rows in them... but how badly does this effect DB performance?
There is...
March 24, 2006 at 7:03 am
#628599
That's what I thought too
July 27, 2004 at 9:37 pm
#516452
Table 1 is a single column table has the values 1,2,3 (I'm assuming: Column is called A)
Table 2 is a single column table that has the values 3,4,5,NULL - (I'm assumping:...
July 27, 2004 at 9:31 pm
#516450