Keine Ahnung wie performant das ist, aber eventuell kann man auch das mal versuchen:
SQL-Code:
SELECT DISTINCT
ED1.Item, ED1.Location, ED1.ItemID
FROM EnsambleD ED1
LEFT JOIN EnsambleD ED2 ON ED1.ItemId = ED2.ItemID
WHERE ED1.TransCode='S '
AND ED2.TransCode='EI'
AND ED2.ItemID IS NULL