Annie,
Like I replied following Jeff´s last note.
If what you want to do is have a table scan on the DOL table, just try it, and compare IOs.
E.g.
SET SHOWPLAN ON
GO
SET STATISTICS IO ON
GO
SELECT * FROM TABLE (INDEX 0)
GO
If this gets you what you want, then, you can always creae an abstract query plan and make this permanent.
Regards,
Jean-Pierre