1. look at the execution plan to find clues

    2. Replace the * with the actual column names - don't know why, but it sometimes helps

    3. add index to each column and try (until you find the best one)

    4. try to change the primary key's index type - try Clustered instead of Non-Clustered

    5. try to create a view upon this table and query from the view instead