The table in question has a large number of rows (about 7.9 million) with a flag set to tp_DeleteTransactionId which i guess is a flag marked for deletion. My question is does any body know what process clears the rows that are set with the delete flag?
select
COUNT(1) CountRows
from WSS_CONTENT_INTRANET.dbo.AllUserDataJunctions
where
tp_DeleteTransactionId <> 0x