Viewing 2 posts - 1 through 3 (of 3 total)
The user interface restricts multiple cost changes. So this trigger works fine .
GO
/****** Object: Trigger [dbo].[OnUpdateVersionCost] Script Date: 12/18/2009 13:51:26 ******/
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
ALTER...
December 18, 2009 at 12:54 pm
#1094273
Thank You for help everybody.
Hope this helps .
Tables:
1. Cost Table (All costs defined here )
2. Version(All versions defined here)
3. VersionCost(cost detail for a version)
4. VersionCostHistory (Tracks whatever is added/deleted and...
December 18, 2009 at 12:39 pm
#1094264