• I too observed similar behavior in our production servers, in SQL 2005&2008 environments.

    Here is an issue that is new in SQL Server 2005, and is only exposed under specific conditions – namely, the use of the x64 version of SQL Server 2005 and the execution of large ad hoc query batches. Unfortunately, the memory that is used to store the execution plans for those ad hoc queries is not trimmed aggressively enough in the x64 version, and as a result we see more and more connections having to wait for memory allocations before they can continue. If any connection is suspended for more than 30 seconds, the application terminates the connection by reporting that the command currently executing has timed out.

    This issue has been previously identified and is fixed in the upcoming service pack release (SP2) for SQL Server 2005,

    the Community Technology Preview (CTP) release of which is available today, and is confirmed to fix the issue in your environment.

    Possible Solutions:

    1. Sp2 on SQL 2005 X64 machines