I have a table with about 40 million rows. This table is a heap and has several non-clustered indexes. I always thought that 1 row could have only one forward fetch.
I ran sp_blitzindex
from Brent Ozar to diagnose the current performance issues.
According to sp_blitzindex, this heap has over 5 billion forwarded fetches (...).
Can anyone please explain how this is possible? I am not looking for any design considerations, just an explanation on how this works. Thanks a lot! Regards, SQL_M.