Viewing 5 posts - 1 through 5 (of 5 total)
weitzera (12/2/2010)
December 2, 2010 at 3:32 pm
OK It seems that the code will work I tried to set up tables and all to just try to see if such a query is possible. this opens a...
December 2, 2010 at 1:22 pm
Hmm.
Since I don't have the data can anyone clarify if this would work?
@DECLARE @Avg money
Select Top 1 @Avg = ((OpeningCost*OpeningStock) +(Price * Qty) / (RStock + Qty)) FROM SnapShots...
December 2, 2010 at 1:07 pm
You could write a parse Script.
match the texts with if statements and write them in another file as you would like them.
It maybe faster than manually typing everything out.
December 2, 2010 at 12:52 pm
GSquared (12/2/2010)
December 2, 2010 at 12:43 pm
Viewing 5 posts - 1 through 5 (of 5 total)