NOLOCK (or rather read uncommitted isolation level) led to missing rows due to page splits moving things around.Not being able to balance things properly was a good example of why it is so bad.I would ask about how you felt about snapshot isolation as a replacement for the nolock crutch, but then I would have to admit to being lazy and not searching the forum first.Will definitely have to read up on synony