Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to maintain a value in calculated column
Message
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
How to maintain a value in calculated column
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01478568
Message ID:
01478568
Views:
116
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
Next
Reply
Map
View

Click here to load this message in the networking platform