RID Lookup Showplan Operator
SQL Server 2005
RID Lookup is a bookmark lookup on a heap using a supplied row identifier (RID). The Argument column contains the bookmark label used to look up the row in the table and the name of the table in which the row is looked up. RID Lookup is always accompanied by a NESTED LOOP JOIN.
RID Lookup is a physical operator.
Graphical execution plan icon
