...have to have this by noon.
Signed brain fried
CREATE TRIGGER manual_control_trig ON dbo.CUBE_CONTROL
FOR INSERT,UPDATE
AS
IF UPDATE
(select * from header_view hi, inserted i
where hi.phys_piece = i.phys_piece)
DECLARE
@company company,
@site site,
@plant plant,
@design...