• drop the indexes

    try a simple select top 10 * from table

    rebuild the indexes

    or

    export, drop and rebuild the table