Yeah, you can set up SQL Trace or Extended Events to catch those errors. It's like a net for those SQLExceptions. But in the long run, asking devs to handle...
It sounds like combining those three queries into one with UNION ALL is causing a slowdown. Even though the first two are fast, the third one's making things sluggish. You've...
sorry to hear about the table drop! If you've got a backup table on OneDrive, you can try restoring it. OneDrive does backup files in the cloud, but it's good...