I'm getting an SQL query timeout for a simple query:
delete from Prices where Id=123
Id
is a PK column. The server is not under high load - something is wrong with few other queries. How can I debug this situation? I use SQL Server Express 2008.
Thank you!
UPD1 Renamed table to match real name.