Chances are you will get errors if you just perform "select * from table".
This doesn't mean you will not be able to pull data from that table.
Try to put the primary key columns in a temp table and then write a cursor to extract as many rows as possible on a row by row basis, marking each row "trying to fetch" and "processed" in your temp table.