When reviewing data access plans, sequential searching is slowing the database. One
way to fix this is:
Reducing the number of database users
Creating new indexes
Adding more memory
Converting it to an in-memory database
Moving the database to the cloud
Submit