Fixes logic for copy step

Fixes logic for 7 LPI to account for the End Message
This commit is contained in:
Rich
2015-01-22 01:36:29 +00:00
parent d991c5c9e3
commit ca0d2d3843
2 changed files with 3 additions and 2 deletions

View File

@@ -8690,7 +8690,7 @@ UPDATE RON SET [ROID] = ROO.[ROID]
FROM RoUsages RON
JOIN @Children NN on RON.ContentID = NN.NewContentID
JOIN RoUsages ROO on CAST(RON.ROID as int) = ROO.RoUsageID
where Len(RON.[ROID]) < 12
--print 'H ' + cast(datediff(s,@dts,getdate()) as varchar(100))
-- RoUsages are done
-- SELECT * From RoUsages where DTS = @DTS and UserID = @UserID