Viewing 6 posts - 1 through 6 (of 6 total)
An alternative to a 24 step package would be to have a ForEach iterator walk each of the yearly values, passing the value into the dataflow to work on the...
September 11, 2015 at 1:59 pm
I agree, which is why it doesn't make any sense to me as to why they would have added the WAITFOR in the first place.
Figuring I may have been missing...
September 10, 2015 at 12:42 pm
One of the primary tenets of my former team was supportability of the code, as there was no guarantee of code ownership six months+ down the line. Not only...
February 2, 2015 at 7:16 pm
Good point. That looks much cleaner 🙂
June 12, 2008 at 10:40 am
Took a stab at converting your code to a simple update statement. Is there any reason the following won't work for you?
UPDATE #TEMPINVENTORYHISTORY
SET ORIGCONTAINERNO = ORIGCONTAINERNO,
SET ORIGPACKAGENO =...
June 12, 2008 at 9:31 am
Viewing 6 posts - 1 through 6 (of 6 total)