Question : Table Design

I'm creating a table that will store application configurations.
The configurations can be configured by division and profile.
There can be 1 or more divisions with 1 or more profiles

<Config>
ConfigID - PK
DivisionID -FK
ProfileID - FK
Name
Value
Description

Should I take a more normalized approach and create multiple tables?

Answer : Table Design

Hi there! I recommend you using YSlow, which is a firefox extension that has many useful tools. With this tool, you can check why your site is taking so long to load and then you will know how to proceed.

It also has a javascript compressor that works like a charm, cuz it runs over you site and retrieve and compress the code in the same order your site is using it, so, your code wont break.

There's also a js beautifier, css compressor and many other cool features included in this beauty =)

Jerry
Random Solutions  
 
programming4us programming4us