I have table with timestamp column. If I create UPDATE on some column, I always get "KeyLookup(clustered)" operation to get timestamp column at the beginning of execution plan.
Should i include this timestamp column in every nonclustered index(which has updated column) as included column to get rid of this Key lookups? If updated column is not in index than clustered keylookup is executed anyway to get updated column.
br, Simon