Hi @chrisrdba
Some tips:
- Be careful with the query hints. Sometimes they may cause more unexpected side effects.
- Avoid using functions on indexed column. Functions or expressions on indexed columns can prevent the use of indexes.
- Check if it is the slow disk I/O issue.
- Analyze the execution plan for more details.
Best regards,
Cosmog
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".