I have a complex SQL query generated by a C# object model layer. Using SQL Profiler I have monitered the database which is only used by this application. For the same query the duration varies between 10 msecs and 1,295 msecs. How can I determine what
is blocking the query? The slow performance is occuring randomly and only affects a few queries before returning to normal response times.
↧