Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Address Fields
Message
 
À
11/01/2006 23:53:48
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Titre:
Divers
Thread ID:
01085947
Message ID:
01086702
Vues:
23
>I am working on moving a 2.6 app to Sql 2005\Vb.Net. I have imported all of the tables and am in the process of adding additional needed fields, fixing some primary foreign key issues, changing field names etc.
>
>I did not want to change a whole lot of the structure of the table's as the data will need to be converted so I wanted to minimize that amount of work. however there are multiple tables that use multiple address fields. For instance the customer table has address, billing address and shipping address.
>
>So I am of course thinking that it would probably be better to create an address table to store all these pesky address's. Probably another table as well to store address types such as Main,shipTO, Billto etc.
>
>Can anyone think of a reason I shouldn't use this approach? Or have any suggestions
>
>
>Thanks Alot
>
>Paul


Paul,
I can't think of a single reason not to create a separate address table. In "most" cases you will save storage space because "most" customers use the same address for address, billing address and shipping address ( or atleast two are the same and one is different). It will be more flexible and more normalized.

I'd say go for it.

Einar
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform