From Moon to sun i get this error i get this query and no thing happend
Code:
UPDATE dbo._RefScrapOfPackageItem SET Data = i.Dur_L FROM dbo._RefScrapOfPackageItem s with(NOLOCK) JOIN dbo._RefObjCommon r with(NOLOCK) on s.RefItemCodeName = r.CodeName128 JOIN dbo._RefObjItem i with(NOLOCK) on r.Link = i.ID WHERE TypeID1 = 3 AND TypeID2 = 1 AND TypeID3 in (1,2,3,4,6,9,10,11) AND r.[Service] = 1

how solve it.






