Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to maintain a value in calculated column
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
How to maintain a value in calculated column
Versions des environnements
SQL Server:
SQL Server 2005
Divers
Thread ID:
01478568
Message ID:
01478568
Vues:
117
Hi,

What is a good (best) practice of maintaining value in a column of one table based on a sum values of column(s) in another table? Here is an example: Table 1 – Vendors that has a column TotalAmount; Table 2 – PurchaseOrders that has a column PoAmount. I need to maintain in the Vendors.TotalAmount sum of all values in PoAmount for each vendor. Therefore, when adding a new P.O. the value in Vendors.TotalAmount should be increased. When a P.O. is deleted it should be decreased. When P.O. amount changes, the value in Vendors.TotalAmount also should change (increased or decreased). In VFP app with VFP data I was doing it all “manually”. But I think there should be a better way of doing it with SQL Server as a back end. Looking forward to hearing suggestions. TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform