I'm using EF6 (fully up-to-date) with SQL Server 2012 Express and MVC 5. I've started seeing a new error today--one specific query is timing out. Everything else works properly, just this one query times out. How can I debug this to figure out why this specific query times out? This is a new error, like I said, and only this one query does it (all others run in a minimal amount of time, as expected).
I am using MiniProfiler on the site if there's some way I can use that to check things, but I only have SSMS Express so I can't use Profiler.