So I need to fix a query in a large application that I'm not familiar with. The application is live, and the issue is urgent. The query is killing our server. I found the query that is causing the issue, and I know how to fix it. I found it in phpMyAdmin's status or SHOW processlist
. But I don't know which script is actually running it. The application is built in .NET, ASP.