• Gail

    Yes and the 1500ms is just me filtering out quick running(ie < 1500ms) queries

    I have 100s of inserts for this command(Sp_excute_SQL from .net EF4)

    I run the Load Test for 85 mins.

    25 minutes into it, I start getting these timeout errors (the test emulate 10 user for time then 20 the 30 on up to 50)

    Also at that time the inserts for this table are getting longer and longer.

    Start at 7000ms then 8000ms then 9000 ms then jump to 20000ms 22000ms then jump to 30000ms to 35000ms.

    I have attached the Plan and the prepared statement, but remember this works fine, except between 25 and 26 min

    The last 30 mins(between 55 mins and 85 mins) has 50 "robot" users doing lots of queries and inserts.

    Load: 175511 insert in the 85 mins, of which 802 were between 25 and 26 min

    Long running 200 > 700ms to insert , of which 40 between 10000ms and 25000ms and 15 greater than 25000ms ( all of these at 25 minutes into Load Test)

    Errors: 49 ( all at 25 minutes into Load Test, when user load went from 10 users to 20 users)

    If seems that it may be something else.

    So what should I look for?

    I have a full SQL profiler of all actions from that application against that database as well as the profiler that isolate queries greater than 1500ms

    I also have Perfmons on the SQL Server and the 2 "client" computers.

    regards

    Greg Frazer