If SQL database has poor performance, it will cause timeout issue during retrieve data. Usually, we have below tips to improve its performance:
- Re-build indexes (check the index fragmentation first)
- Review the SQL execution plan to find out the most time consuming part (READ MORE)