I have a SQL that has been running for the past year without issue that has started timing out. It runs on a scheduled script, and searches the emails sent in the last 8 hours for a certain string of text in the body of the email. Even if I reduce it to only search emails sent in the last hour, it still times out now. It’s as if the `message.message LIKE ‘%text i am looking for%’ is just taking WAY longer now. I’ve checked and the number of emails we are sending has not increased. Anyone else experiencing similar?