Avatar of lividicus
lividicus

asked on 

SQL Trigger to insert into another table.

I have 2 tables.  

tblParts
columns: PartID, PartNum, PartPrice

tblPricing
Columns: PricingID, PartID, PartPrice1

When a Part is updated or inserted i want to insert the new price and the PartID into tblpricing.

What would be the best way to accomplish this?
Microsoft SQL ServerMicrosoft SQL Server 2005SQL

Avatar of undefined
Last Comment
jorge_toriz

8/22/2022 - Mon