Make sure that the columns used in your WHERE clause have indexes.
Ensure date column is using the correct format amd ensure that SQL Server isn't performing a type conversion that could affect the performance.
You can also add an ORDER BY clause and ensure it has a index.